diff --git a/redbot/cogs/admin/locales/es-ES.po b/redbot/cogs/admin/locales/es-ES.po index 632aa5554..1f7d01b87 100644 --- a/redbot/cogs/admin/locales/es-ES.po +++ b/redbot/cogs/admin/locales/es-ES.po @@ -19,31 +19,31 @@ msgstr "Intenté hacer algo que Discord me ha negado el permiso. Su comando no s #: redbot/cogs/admin/admin.py:22 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 "No puedo dar el rol{role.name} a {member.display_name} porque ese rol es mayor o igual a mi rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:28 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 "No puedo eliminar el rol {role.name} de {member.display_name} porque ese rol es mayor o igual que mi rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:34 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 "No puedo editar el rol {role.name} porque ese rol es mayor que el mío o igual al rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:40 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 "No puedo dejar que le des el rol {role.name} a {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:46 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 "No puedo dejar que elimines el rol {role.name} de {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:52 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 "No puedo permitir que edites el rol{role.name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." #: redbot/cogs/admin/admin.py:58 msgid "I need manage roles permission to do that." -msgstr "" +msgstr "Necesito el permiso gestionar roles para hacerlo." #: redbot/cogs/admin/admin.py:60 msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." @@ -56,7 +56,7 @@ msgstr "Una colección de utilidades de administración de servidores." #: redbot/cogs/admin/admin.py:126 msgid "{member.display_name} already has the role {role.name}." -msgstr "" +msgstr "{member.display_name} ya tiene el rol {role.name}." #: redbot/cogs/admin/admin.py:146 msgid "I successfully added {role.name} to {member.display_name}" @@ -64,7 +64,7 @@ msgstr "He añadido con éxito {role.name} a {member.display_name}" #: redbot/cogs/admin/admin.py:156 msgid "{member.display_name} does not have the role {role.name}." -msgstr "" +msgstr "{member.display_name} no tiene el rol {role.name}." #: redbot/cogs/admin/admin.py:176 msgid "I successfully removed {role.name} from {member.display_name}" @@ -73,12 +73,12 @@ msgstr "He retirado con éxito {role.name} de {member.display_name}" #: redbot/cogs/admin/admin.py:187 #, 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 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:203 #, 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 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:217 #, docstring @@ -88,7 +88,7 @@ msgstr "Editar configuración de rol." #: redbot/cogs/admin/admin.py:224 #, 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 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:253 redbot/cogs/admin/admin.py:286 msgid "Done." @@ -97,7 +97,7 @@ msgstr "Listo." #: redbot/cogs/admin/admin.py:257 #, 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 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:291 #, docstring @@ -106,115 +106,115 @@ msgstr "Anunciar un mensaje a todos los servidores en que el bot está." #: redbot/cogs/admin/admin.py:298 msgid "The announcement has begun." -msgstr "" +msgstr "El anuncio ha comenzado." #: redbot/cogs/admin/admin.py:305 #, docstring msgid "Cancel a running announce." -msgstr "" +msgstr "Cancela un anuncio en ejecución." #: redbot/cogs/admin/admin.py:307 msgid "There is no currently running announcement." -msgstr "" +msgstr "No hay ningún anuncio en ejecución." #: redbot/cogs/admin/admin.py:310 msgid "The current announcement has been cancelled." -msgstr "" +msgstr "El anuncio actual ha sido cancelado." #: redbot/cogs/admin/admin.py:316 #, docstring msgid "Change how announcements are sent in this guild." -msgstr "" +msgstr "Cambia cómo son enviados los anuncios en este servidor." #: redbot/cogs/admin/admin.py:321 #, 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 se deja en blanco el canal por defecto es el canal actual.\\n " #: redbot/cogs/admin/admin.py:330 msgid "The announcement channel has been set to {channel.mention}" -msgstr "" +msgstr "El canal de anuncios se ha establecido en {channel.mention}" #: redbot/cogs/admin/admin.py:335 #, docstring msgid "Toggle announcements being enabled this server." -msgstr "" +msgstr "Alternar la activación de los anuncios en este servidor." #: redbot/cogs/admin/admin.py:340 msgid "The server {guild.name} will receive announcements." -msgstr "" +msgstr "El servidor {guild.name} recibirá anuncios." #: redbot/cogs/admin/admin.py:344 msgid "The server {guild.name} will not receive announcements." -msgstr "" +msgstr "El servidor {guild.name} no recibirá anuncios." #: redbot/cogs/admin/admin.py:370 #, docstring msgid "Apply selfroles." -msgstr "" +msgstr "Aplicar selfroles." #: redbot/cogs/admin/admin.py:375 #, 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 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:386 #, 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 "" +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:397 #, docstring msgid "\\n Lists all available selfroles.\\n " -msgstr "" +msgstr "\\n Lista de todos los selfroles disponibles.\\n " #: redbot/cogs/admin/admin.py:407 msgid "Available Selfroles:\\n{selfroles}" -msgstr "" +msgstr "Selfroles disponibles:\\n{selfroles}" #: redbot/cogs/admin/admin.py:413 #, docstring msgid "Manage selfroles." -msgstr "" +msgstr "Gestionar selfroles." #: redbot/cogs/admin/admin.py:418 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " -msgstr "" +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:425 msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "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:433 msgid "Added." -msgstr "" +msgstr "Añadido." #: redbot/cogs/admin/admin.py:436 msgid "That role is already a selfrole." -msgstr "" +msgstr "Ese rol ya es un selfrole." #: redbot/cogs/admin/admin.py:440 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " -msgstr "" +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:447 msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "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:455 msgid "Removed." -msgstr "" +msgstr "Eliminado." #: redbot/cogs/admin/admin.py:460 #, docstring msgid "Lock a bot to its current servers only." -msgstr "" +msgstr "Bloquea el bot sólo a sus servidores actuales." #: redbot/cogs/admin/admin.py:465 msgid "The bot is no longer serverlocked." -msgstr "" +msgstr "El bot ya no está bloqueado por el servidor." #: redbot/cogs/admin/admin.py:467 msgid "The bot is now serverlocked." @@ -222,11 +222,11 @@ msgstr "El bot está bloqueado por el servidor." #: redbot/cogs/admin/announcer.py:75 msgid "I could not announce to the following server: " -msgstr "" +msgstr "No pude anunciar en el siguiente servidor: " #: redbot/cogs/admin/announcer.py:77 msgid "I could not announce to the following servers: " -msgstr "" +msgstr "No pude anunciar en los siguientes servidores: " #: redbot/cogs/admin/converters.py:12 msgid "The Admin cog is not loaded." diff --git a/redbot/cogs/admin/locales/ko-KR.po b/redbot/cogs/admin/locales/ko-KR.po index d1532c0e1..0537937a4 100644 --- a/redbot/cogs/admin/locales/ko-KR.po +++ b/redbot/cogs/admin/locales/ko-KR.po @@ -83,7 +83,7 @@ msgstr "" #: redbot/cogs/admin/admin.py:217 #, docstring msgid "Edit role settings." -msgstr "" +msgstr "역할 설정을 변경했어요." #: redbot/cogs/admin/admin.py:224 #, docstring @@ -111,7 +111,7 @@ msgstr "" #: redbot/cogs/admin/admin.py:305 #, docstring msgid "Cancel a running announce." -msgstr "" +msgstr "실행 중인 공지사항을 취소했어요." #: redbot/cogs/admin/admin.py:307 msgid "There is no currently running announcement." @@ -226,11 +226,11 @@ msgstr "" #: redbot/cogs/admin/announcer.py:77 msgid "I could not announce to the following servers: " -msgstr "" +msgstr "다음과 같은 서버에 알릴 수 없어요. : " #: redbot/cogs/admin/converters.py:12 msgid "The Admin cog is not loaded." -msgstr "" +msgstr "관리자 cog가 로드되지 않았어요." #: redbot/cogs/admin/converters.py:20 msgid "The provided role is not a valid selfrole." diff --git a/redbot/cogs/admin/locales/tr-TR.po b/redbot/cogs/admin/locales/tr-TR.po index 974ef696d..5f4cf280f 100644 --- a/redbot/cogs/admin/locales/tr-TR.po +++ b/redbot/cogs/admin/locales/tr-TR.po @@ -19,85 +19,85 @@ msgstr "Bir şey denemeye çalıştım ancak Discord izinlerim yeterli olmadı. #: redbot/cogs/admin/admin.py:22 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 "{member.display_name} kullanıcısına {role.name} veremiyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:28 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 "{member.display_name} kullanıcısından {role.name} rolünü kaldıramıyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:34 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 "{role.name} kullanıcısının rolünü düzenleyemiyorum, çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:40 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 "{member.display_name} kullanıcısına {role.name} rolünü vermene müsaade edemem çünkü bu rol Discord hiyerarşisinde senin rolüne eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:46 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 "{member.display_name} kullanıcısının {role.name} rolünü silmene müsaade edemem çünkü bu rol Discord hiyerarşisinde senin rolüne eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:52 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 "{role.name} rolünü düzenlemene müsaade edemem çünkü bu rol Discord hiyerarşisinde senin rolüne eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:58 msgid "I need manage roles permission to do that." -msgstr "" +msgstr "Bunu yapabilmem için \"rolleri yönet\" iznine ihtiyacım var." #: redbot/cogs/admin/admin.py:60 msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." -msgstr "Zaten şuan da bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`." +msgstr "Zaten şu anda bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`." #: redbot/cogs/admin/admin.py:70 #, docstring msgid "A collection of server administration utilities." -msgstr "Sunucu yönetimiyle ilgili ayarlar" +msgstr "Sunucu yönetim araçları için bir kolleksiyon." #: redbot/cogs/admin/admin.py:126 msgid "{member.display_name} already has the role {role.name}." -msgstr "" +msgstr "{member.display_name} kullanıcısı {role.name} rolüne zaten sahip." #: redbot/cogs/admin/admin.py:146 msgid "I successfully added {role.name} to {member.display_name}" -msgstr "{role.name} rolünü {member.display_name} kişisine başarılı bir şekilde ekledim" +msgstr "{role.name} rolünü {member.display_name} kullanıcısına başarılı bir şekilde ekledim." #: redbot/cogs/admin/admin.py:156 msgid "{member.display_name} does not have the role {role.name}." -msgstr "" +msgstr "{member.display_name} kullanıcısı {role.name} rolüne sahip değil." #: redbot/cogs/admin/admin.py:176 msgid "I successfully removed {role.name} from {member.display_name}" -msgstr "{role.name} rolünü {member.display_name} kişisine başarılı bir şekilde kaldırdım." +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:187 #, 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 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:203 #, 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 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:217 #, docstring msgid "Edit role settings." -msgstr "Rol ayarlarını düzenle" +msgstr "Rol ayarlarını düzenle." #: redbot/cogs/admin/admin.py:224 #, 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 "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:253 redbot/cogs/admin/admin.py:286 msgid "Done." -msgstr "Tamamdır." +msgstr "Tamamlandı." #: redbot/cogs/admin/admin.py:257 #, 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 "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:291 #, docstring @@ -111,29 +111,29 @@ msgstr "Duyuru başladı." #: redbot/cogs/admin/admin.py:305 #, docstring msgid "Cancel a running announce." -msgstr "Şuan yapılan duyuruyu iptal eder." +msgstr "Şu an yapılan duyuruyu iptal eder." #: redbot/cogs/admin/admin.py:307 msgid "There is no currently running announcement." -msgstr "" +msgstr "Şu anda yapılan bir duyuru mevcut değil." #: redbot/cogs/admin/admin.py:310 msgid "The current announcement has been cancelled." -msgstr "Şuan yapılan duyuru iptal edildi." +msgstr "Şu an yapılan duyuru iptal edildi." #: redbot/cogs/admin/admin.py:316 #, docstring msgid "Change how announcements are sent in this guild." -msgstr "" +msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin." #: redbot/cogs/admin/admin.py:321 #, 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 Botun anonsları hangi kanalda yapacağını belirleyin.\\n \\n Boş bırakırsanız bot anonsları mevcut kanala yapacaktır.\\n " #: redbot/cogs/admin/admin.py:330 msgid "The announcement channel has been set to {channel.mention}" -msgstr "{channel.mention} duyuru kanalı olarak ayarlandı" +msgstr "{channel.mention} duyuru kanalı olarak ayarlandı." #: redbot/cogs/admin/admin.py:335 #, docstring @@ -142,91 +142,91 @@ msgstr "Duyuru sistemi bu sunucu için aktif edildi." #: redbot/cogs/admin/admin.py:340 msgid "The server {guild.name} will receive announcements." -msgstr "{guild.name} sunucusu duyuruları alacak." +msgstr "{guild.name} sunucusu artık duyuruları alacak." #: redbot/cogs/admin/admin.py:344 msgid "The server {guild.name} will not receive announcements." -msgstr "{guild.name} sunucusu duyuruları almayacak." +msgstr "{guild.name} sunucusu artık duyuruları almayacak." #: redbot/cogs/admin/admin.py:370 #, docstring msgid "Apply selfroles." -msgstr "" +msgstr "Kişisel rol ekle." #: redbot/cogs/admin/admin.py:375 #, 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 "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:386 #, 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 "" +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:397 #, docstring msgid "\\n Lists all available selfroles.\\n " -msgstr "\\n Kullanılabilir selfrol'leri listeler.\\n " +msgstr "\\n Kullanılabilir kişisel rolleri listeler.\\n " #: redbot/cogs/admin/admin.py:407 msgid "Available Selfroles:\\n{selfroles}" -msgstr "Kullanılabilir Selfrol'ler:\\n{selfroles}" +msgstr "Kullanılabilir kişisel roller:\\n{selfroles}" #: redbot/cogs/admin/admin.py:413 #, docstring msgid "Manage selfroles." -msgstr "" +msgstr "Kişisel rolleri düzenle." #: redbot/cogs/admin/admin.py:418 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " -msgstr "" +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:425 msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol Discord hiyerarşisinde senin rolüne eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:433 msgid "Added." -msgstr "" +msgstr "Eklendi." #: redbot/cogs/admin/admin.py:436 msgid "That role is already a selfrole." -msgstr "" +msgstr "Bu rol zaten bir kişisel rol." #: redbot/cogs/admin/admin.py:440 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " -msgstr "" +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:447 msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol Discord hiyerarşisinde senin rolüne eşit veya daha yüksek." #: redbot/cogs/admin/admin.py:455 msgid "Removed." -msgstr "" +msgstr "Kaldırıldı." #: redbot/cogs/admin/admin.py:460 #, docstring msgid "Lock a bot to its current servers only." -msgstr "Botu şuan bulunduğu sunucularda kilitler." +msgstr "Botu şu an bulunduğu sunucularda kilitler." #: redbot/cogs/admin/admin.py:465 msgid "The bot is no longer serverlocked." -msgstr "Bot artık sunucular da kilitli değil" +msgstr "Botun sunucu kilidi aktif değil." #: redbot/cogs/admin/admin.py:467 msgid "The bot is now serverlocked." -msgstr "Bot şuan sunucularda kilitli." +msgstr "Botun sunucu kilidi aktif." #: redbot/cogs/admin/announcer.py:75 msgid "I could not announce to the following server: " -msgstr "" +msgstr "Bu sunucuya duyuru yapamıyorum: " #: redbot/cogs/admin/announcer.py:77 msgid "I could not announce to the following servers: " -msgstr "" +msgstr "Bu sunucuya duyuru yapamıyorum: " #: redbot/cogs/admin/converters.py:12 msgid "The Admin cog is not loaded." @@ -234,5 +234,5 @@ msgstr "The Admin eklentisi yüklenmedi." #: redbot/cogs/admin/converters.py:20 msgid "The provided role is not a valid selfrole." -msgstr "Girilen selfrol geçerli değil." +msgstr "Girilen kişisel rol geçerli bir kişisel rol değil." diff --git a/redbot/cogs/alias/locales/af-ZA.po b/redbot/cogs/alias/locales/af-ZA.po index 25528131c..0e94def7c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: af\n" "Language: af_ZA\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 7b9c3ca7e..dfc72646c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ar\n" "Language: ar_SA\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 3a613fb40..16b865c62 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: bg\n" "Language: bg_BG\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Няма намерен префикс." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Този псевдоним не съществува." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Няма използвани псевдоними на този сървър." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Няма псевдоними положени към този бот." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Псевдоними:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 6c92b27cf..8bfaf146a 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ca\n" "Language: ca_ES\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 381215f6d..fc4577e0d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: cs\n" "Language: cs_CZ\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Argumenty musí být zadány s číslem." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Argumenty musí být sekvenční. Chybějící argumenty: " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Nebyl nalezen žádný prefix." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Spravovat aliasy příkazů." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Správa globálních aliasů." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Přidat alias pro příkaz." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Přidat globální alias pro příkaz." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Žádný takový alias neexistuje." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Zobrazit příkaz ke spustitelnému aliasu." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "Alias `{alias_name} provede příkaz `{command}" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Neexistuje žádný alias s názvem `{name}`" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Odstraní existující alias na tomto serveru." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Na tomto serveru nejsou žádné aliasy." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 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:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Odstranit existující globální alias." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "Seznam dostupných aliasů na tomto serveru." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Aliasy:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Argumenty musí být zadány s číslem." + +#: redbot/cogs/alias/alias_entry.py:181 +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 ad93dae0f..98477673a 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: da\n" "Language: da_DK\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 a3c38b467..3c531f13e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: de\n" "Language: de_DE\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Die Argumente müssen mit einer Nummer angegeben werden." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Es wurde kein Prefix gefunden." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Verwalte die Alias Befehle." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Verwalte die globalen Aliasse." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Füge einen Alias für einen Befehl hinzu." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits auf dem Server." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 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:306 +#: redbot/cogs/alias/alias.py:177 #, 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:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser ist jedoch bereits auf diesem Server vorhanden." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 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:357 +#: redbot/cogs/alias/alias.py:228 #, 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:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "So ein Alias ist nicht vorhanden." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Zeige den Befehl, welchen der Alias ausführt." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 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:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Kein Alias mit dem Namen '{name}' gefunden" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Lösche einen bereits existierenden Alias auf diesem Server." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Es gibt keine Aliasse auf diesem Server." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 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:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "Kein Alias mit dem Namen '{name}' gefunden." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Lösche einen bereits existierenden globalen Alias." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Es gibt keine Aliasse in diesem Bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "Ich habe keinen globalen Alias gespeichert." -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "Zeige die auf diesem Server verfügbaren Alias." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Aliasse:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, 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:303 +msgid "There are no global aliases." +msgstr "Es gibt keinen globalen Alias." + +#: redbot/cogs/alias/alias_entry.py:174 +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 +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 5077fbf2e..f090070dc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: el\n" "Language: el_GR\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Δεν βρέθηκε πρόθεμα." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 700a24959..1732a2f67 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: es-ES\n" "Language: es_ES\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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 "" +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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Prefijo no encontrado." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." -msgstr "" +msgstr "Administra los alias de los comandos." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." -msgstr "" +msgstr "Administra los alias globales." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." -msgstr "" +msgstr "Agregar un alias para un comando." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." -msgstr "" +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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." -msgstr "" +msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe en este servidor." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "" +msgstr "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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "Intentaste crear un nuevo alias para un comando que no existe." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." -msgstr "" +msgstr "Un nuevo alias con el trigger {name} ha sido creado." -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." -msgstr "" +msgstr "Agrega un alias global para un comando." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." -msgstr "" +msgstr "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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." -msgstr "" +msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe en este servidor." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "" +msgstr "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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." -msgstr "" +msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado." -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." -msgstr "" +msgstr "Intenta ejecutar help para el comando base del alias." -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." -msgstr "Un alias no existe." +msgstr "El alias no existe." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." -msgstr "" +msgstr "Muestra qué comando ejecuta el alias." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" -msgstr "" +msgstr "El alias `{alias_name}` ejecutará el comando `{command}`" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" -msgstr "" +msgstr "No hay alias con el nombre `{name}`" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." -msgstr "" +msgstr "Elimina un alias existente en este servidor." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." -msgstr "No hay los aliases en este servidor." +msgstr "No hay alias en este servidor." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." -msgstr "" +msgstr "El alias con el nombre `{name}` ha eliminado correctamente." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." -msgstr "" +msgstr "El alias con nombre `{name}` no fue encontrado." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." +msgstr "Elimina un alias global existente." + +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "No hay el los alias dentro de este bot." - -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." -msgstr "" +msgstr "Lista de los alias disponibles en este servidor." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, 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:303 +msgid "There are no global aliases." msgstr "" +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Los argumentos deben especificarse con un número." + +#: redbot/cogs/alias/alias_entry.py:181 +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 5252e0968..50904db35 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: fi\n" "Language: fi_FI\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 cf9a977b7..39bc7616c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: fr\n" "Language: fr_FR\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Les arguments doivent être spécifiés avec un nombre." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Les arguments doivent être séquentiels. Arguments manquants : " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Aucun préfixe trouvé." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Gérer les alias de commandes." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Gérer les alias globaux." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Ajouter un alias à une commande." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais cet alias existe déjà sur ce serveur." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 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:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Ajouter un alias global à une commande." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais cet alias existe déjà sur ce serveur." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 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:357 +#: redbot/cogs/alias/alias.py:228 #, 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:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Cet alias n'existe pas." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Affiche la commande que l'alias exécute." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 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:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Il n'y a pas d'alias nommé `{name}`" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Supprime un alias de ce serveur." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Il n'y a pas d'alias sur ce serveur." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "L'alias nommé `{name}` a bien été supprimé." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "L'alias nommé `{name}` n'a pas été trouvé." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Supprime un alias global existant." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Il n'y a pas d'alias sur ce bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "Liste les alias disponibles sur ce serveur." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "Liste les alias globaux disponibles sur ce bot." +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +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 +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 c69c57917..e65e0f49b 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: he\n" "Language: he_IL\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 8ad68991b..2e3ecb6bc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: hu\n" "Language: hu_HU\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Nem találtható prefix." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Nem létezik ilyen rövidítés." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Nincsenek rövidítések ezen a szerveren." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Nincsenek rövidítések ennél a botnál." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Rövidítések:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 c8892c28d..85b2a915d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: id\n" "Language: id_ID\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Awalan tidak ditemukan." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Alias tersebut tidak ditemukan." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Tidak ada alias pada server ini." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Tidak ada alias pada bot ini." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 32004673b..e39bd381c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: it\n" "Language: it_IT\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Gli argomenti devono essere specificati con un numero." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Nessun prefisso trovato." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Gestisci gli alias dei comandi." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Gestisci alias globali." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Aggiungi un alias per un comando." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo alias già esiste su questo bot." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 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:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Aggiungi un alias globale per un comando." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo alias già esiste su questo server." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 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:357 +#: redbot/cogs/alias/alias.py:228 #, 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:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Non esiste nessun alias con questo nome." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Mostra quale comando viene eseguito dall'alias." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Non c'è nessun alias con il nome `{name}`" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Elimina un alias esistente su questo server." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Non ci sono alias su questo server." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 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:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "L'alias con il nome `{name}` non è stato trovato." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Elimina un alias globale esistente." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Non ci sono alias su questo bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "Elenca gli alias disponibili su questo server." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "Elenca gli alias globali disponibili su questo server." +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Gli argomenti devono essere specificati con un numero." + +#: redbot/cogs/alias/alias_entry.py:181 +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 d11de76ae..94fa61745 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ja\n" "Language: ja_JP\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "プレフィックスが見つかりません。" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "そのようなエイリアスはありません。" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "このサーバにエイリアスはありません。" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "このボットにはエイリアスはありません。" +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "アリアス:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 4c3c1c75b..85f89a8e9 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ko\n" "Language: ko_KR\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "인수는 숫자로 지정해줘야해요." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "인수는 순차적이어야해요. 미확인된 인수: " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "접두사가 발견되지 않았습니다." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "명령어 별칭들을 관리하세요." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "글로벌 별칭들을 관리하세요." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "명령어에 대한 별칭을 등록해주세요." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." -msgstr "" +msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요." -#: redbot/cogs/alias/alias.py:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." -msgstr "" +msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "" +msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요." -#: redbot/cogs/alias/alias.py:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." -msgstr "" +msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요." -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "명령어에 대한 글로벌 별칭을 등록해주세요." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." -msgstr "" +msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요." -#: redbot/cogs/alias/alias.py:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." -msgstr "" +msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어있어요." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "" +msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요." -#: redbot/cogs/alias/alias.py:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." -msgstr "" +msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요." -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요." -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "그런 별칭은 등록되어 있지 않아요." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "별칭이 실행하는 명령어를 표시해주세요." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" -msgstr "" +msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요." -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" -msgstr "" +msgstr "이름이 `{name}`인 별칭이 없어요." -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "이 서버에 있는 기존 별칭을 삭제해주세요." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "이 서버에 등록된 별칭이 없어요." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." -msgstr "" +msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." -msgstr "" +msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "기존 글로벌 별칭들을 삭제해주세요." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "이 봇에 등록된 별칭이 없어요." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "등록된 별칭 리스트 :" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요." +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "인수는 숫자로 지정해줘야해요." + +#: redbot/cogs/alias/alias_entry.py:181 +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 033ef6d15..e8d9e5b5e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: nl\n" "Language: nl_NL\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Argumenten moeten worden gespecificeerd met een getal." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Argumenten moeten sequentieel zijn. Ontbrekende argumenten: " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Geen prefix gevonden." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Beheer commandaliassen." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Beheer globale aliassen." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Voeg een alias toe voor een opdracht." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die alias bestaat al op deze server." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 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:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Voeg een globale alias toe voor een opdracht." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al op deze server." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 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:357 +#: redbot/cogs/alias/alias.py:228 #, 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:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Deze alias bestaat niet." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Laat zien welk commando de alias uitvoert." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 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:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Er is geen alias met de naam'{name}'" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Verwijder een bestaande alias op deze server." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Er zijn geen aliases in deze server." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Alias ​​met de naam `{name}` is succesvol verwijderd." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "Alias ​​met naam `{name}` is niet gevonden." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Een bestaande globale alias verwijderen." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Er zijn geen aliases op deze bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, 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:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Aliassen:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, 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:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Argumenten moeten worden gespecificeerd met een getal." + +#: redbot/cogs/alias/alias_entry.py:181 +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 120fcfa28..2911d402d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: no\n" "Language: no_NO\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Argumenter må spesifiseres med et nummer." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Ingen prefiks funnet." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Administrer kommando aliaser." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Administrer globale aliaser." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Legg til et alias for en kommando." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 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:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Legg til et globalt alias for en kommando." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 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:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Ingen slike alias finnes." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Det er ingen aliaser på denne serveren." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Det er ingen aliaser på denne boten." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Aliaser:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Argumenter må spesifiseres med et nummer." + +#: redbot/cogs/alias/alias_entry.py:181 +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 86f227146..f12654b41 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: pl\n" "Language: pl_PL\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Nie znaleziono prefiksu." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Taki alias nie istnieje." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Nie ma aliasów na tym serwerze." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Nie ma żadnych aliasów dla tego bota." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Aliasy:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 9d4f4c0e1..ced302bd8 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: pt-BR\n" "Language: pt_BR\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Nenhum prefixo encontrado." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Alias inexistente." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Não há nenhum alias neste servidor." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Não há nenhum alias nesse bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 913999676..7dcca2970 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: pt-PT\n" "Language: pt_PT\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 7b3f58195..aad49d62d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ro\n" "Language: ro_RO\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 0723faf39..5efd0420d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: ru\n" "Language: ru_RU\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Аргументы должны быть указаны с числом." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Префикс не найден." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "Управление псевдонимами команд." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "Управление глобальными псевдонимами." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "Добавить псевдоним для команды." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "Вы пытались создать новый псевдоним {name}, но этот псевдоним уже существует на этом сервере." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "Вы попытались создать новый псевдоним для не существующей команды." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "Новый псевдоним с триггером `{name}` был создан." -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "Добавить глобальный псевдоним для команды." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "Вы попытались создать новый глобальный псевдоним {name}, но этот псевдоним уже существует на этом сервере." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Новый глобальный псевдоним с триггером `{name}` был создан." -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Попробуйте вызвать справку для базовой команды псевдонима." -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Псевдоним не существует." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "Показать, какую команду выполняет псевдоним." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "Нет псевдонима с именем `{name}`" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "Удалить существующий псевдоним на этом сервере." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "На этом сервере нет псевдонимов." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Псевдоним с именем `{name}` был успешно удален." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "Псевдоним с именем `{name}` не найден." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "Удалить существующий глобальный псевдоним." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "У этого бота нет псевдонимов." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "У этого бота нет глобальных псевдонимов." -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "Список доступных псевдонимов на этом сервере." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Псевдонимы:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "Список доступных глобальных псевдонимов для этого бота." +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "Нет глобальных псевдонимов." + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Аргументы должны быть указаны с числом." + +#: redbot/cogs/alias/alias_entry.py:181 +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 b49fa2c02..97bff37b4 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: sk\n" "Language: sk_SK\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 928742b95..27c99810e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: sr\n" "Language: sr_SP\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 f9bf61cab..1c7cc78ce 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: sv-SE\n" "Language: sv_SE\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "Inget prefix hittat." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "Detta alias existerar inte." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "Det finns inga alias på denna server." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Det finns inga alias för denna bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "Alias:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 da70e3eb0..daa11e52f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: tr\n" "Language: tr_TR\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "Girdiler numara ile özelleştirilmiş olmalıdır." - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "Girdiler sırayla olmalıdır. Eksik girdiler:" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." -msgstr "Öneki bulundu." +msgstr "Ön ek bulunamadı." -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." -msgstr "Komut diğer adları yönetmek." +msgstr "Komut kısaltmalarını yönet." -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." -msgstr "Küresel diğer adları yönetmek." +msgstr "Global kısaltmaları yönet." -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." -msgstr "Bir komut için bir diğer ad ekleyin." +msgstr "Bir komut için kısaltma ekleyin." -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." -msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur." +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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." -msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu diğer adı bu sunucuda zaten vardır." +msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak sunucuda bu ad ile mevcut bir kısaltma bulunuyor." -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez." +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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." -msgstr "" +msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız." -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." -msgstr "Yeni bir takma ad tetikleyici '{name}' ile oluşturuldu." +msgstr "Yeni bir kısaltma '{name}' tetikleyicisi ile oluşturuldu." -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." -msgstr "Bir komut için küresel bir diğer ad ekleyin." +msgstr "Bir komut için global bir kısaltma ekleyin." -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." -msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur." +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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." -msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur." +msgstr "{name} ile global bir kısaltma oluşturmaya çalıştınız ancak sunucuda böyle bir komut mevcut." -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." -msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmaya çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez." +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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." -msgstr "Yeni bir küresel diğer ad tetikleyici '{name}' ile oluşturuldu." +msgstr "Yeni bir global kısaltma '{name}' tetikleyicisi ile oluşturuldu." -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." -msgstr "Diğer temel komutunun yardımını yürütmek deneyin." +msgstr "Kısaltmada kullanılan temel komutun kullanımı için yardım komutunu kullanmayı deneyiniz." -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." -msgstr "Böyle bir takma var yok." +msgstr "Böyle bir kısaltma mevcut değil." -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." -msgstr "Takma adın çalıştırıldığı komutu gösterin." +msgstr "Kısaltmanın hangi komutu uyguladığını gösterir." -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" -msgstr "'{alias_name}' diğer ad komut '{command} ' idam edecek" +msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak." -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" -msgstr "Hiç diğer ad ad '{name} ' ile olduğunu" +msgstr "{name} adında bir kısaltma mevcut değil." -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." -msgstr "Bu sunucuda varolan bir diğer adı silin." +msgstr "Bu sunucuda mevcut bir kısaltmayı silin." -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." -msgstr "Bu sunucuda hiçbir diğer adları vardır." +msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil." -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." -msgstr "`{name}`adlı takma ad başarıyla silindi." +msgstr "`{name}`adlı kısaltma başarıyla silindi." -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." -msgstr "{Name} `adlı takma ad bulunamadı." +msgstr "{name} adlı kısaltma bulunamadı." -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." -msgstr "Mevcut bir global takma adı silin." +msgstr "Mevcut bir global kısaltmayı silin." -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "Bu botta takma adlar yok." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "Bu botta herhangi bir global kısaltma bulunmuyor." -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." -msgstr "Bu sunucudaki kullanılabilir diğer adları listeleyin." +msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin." -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" -msgstr "Takma adlar:" +msgstr "Kısaltmalar:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." -msgstr "Bu botta mevcut küresel takma adları listeleyiniz." +msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin." + +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "Herhangi bir global kısaltma mevcut değil." + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "Değişkenler numara içermelidir." + +#: redbot/cogs/alias/alias_entry.py:181 +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 ede82d057..c7713f3b1 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: uk\n" "Language: uk_UA\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 3083756ea..f0f1774dd 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: vi\n" "Language: vi_VN\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 78200cb09..6a3f91776 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: zh-CN\n" "Language: zh_CN\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "找不到前缀" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "已经创建一个包含触发器`{name}`的全局别名。" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "不存在该别名。" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "`{alias_name}`别要名将执行命令`{command}`" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "没有名为`{name}`的别名" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "在这个服务器上没有别名。" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "已经成功删除名为`{name}`的别名。" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "找不到名为`{name}`的别名。" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." -msgstr "这个机器人上没有别名。" +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." +msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "别名:" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 56411a6d7..2abd84a72 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: zh-HK\n" "Language: zh_HK\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +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 49dc0ef06..f6a2a552e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -13,139 +13,142 @@ msgstr "" "X-Crowdin-Language: zh-TW\n" "Language: zh_TW\n" -#: redbot/cogs/alias/alias.py:35 +#: redbot/cogs/alias/alias.py:30 #, 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:111 -msgid "Arguments must be specified with a number." -msgstr "" - -#: redbot/cogs/alias/alias.py:118 -msgid "Arguments must be sequential. Missing arguments: " -msgstr "" - -#: redbot/cogs/alias/alias.py:168 +#: redbot/cogs/alias/alias.py:85 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:235 +#: redbot/cogs/alias/alias.py:106 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:240 +#: redbot/cogs/alias/alias.py:111 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:247 +#: redbot/cogs/alias/alias.py:118 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:252 +#: redbot/cogs/alias/alias.py:123 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:263 +#: redbot/cogs/alias/alias.py:134 msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:274 +#: redbot/cogs/alias/alias.py:145 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:286 +#: redbot/cogs/alias/alias.py:157 msgid "You attempted to create a new alias for a command that doesn't exist." msgstr "" -#: redbot/cogs/alias/alias.py:300 +#: redbot/cogs/alias/alias.py:171 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:177 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:311 +#: redbot/cogs/alias/alias.py:182 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:322 +#: redbot/cogs/alias/alias.py:193 msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server." msgstr "" -#: redbot/cogs/alias/alias.py:333 +#: redbot/cogs/alias/alias.py:204 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:349 +#: redbot/cogs/alias/alias.py:220 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:357 +#: redbot/cogs/alias/alias.py:228 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "" -#: redbot/cogs/alias/alias.py:369 +#: redbot/cogs/alias/alias.py:240 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:374 +#: redbot/cogs/alias/alias.py:245 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:379 +#: redbot/cogs/alias/alias.py:250 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:384 +#: redbot/cogs/alias/alias.py:255 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:390 +#: redbot/cogs/alias/alias.py:261 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431 -#: redbot/cogs/alias/alias.py:442 +#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294 msgid "There are no aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418 +#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283 msgid "Alias with the name `{name}` was successfully deleted." msgstr "" -#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421 +#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286 msgid "Alias with name `{name}` was not found." msgstr "" -#: redbot/cogs/alias/alias.py:408 +#: redbot/cogs/alias/alias.py:276 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:413 -msgid "There are no aliases on this bot." +#: redbot/cogs/alias/alias.py:278 +msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:426 +#: redbot/cogs/alias/alias.py:291 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438 +#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304 msgid "Aliases:" msgstr "" -#: redbot/cogs/alias/alias.py:437 +#: redbot/cogs/alias/alias.py:300 #, docstring msgid "List the available global aliases on this bot." msgstr "" +#: redbot/cogs/alias/alias.py:303 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:174 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:181 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/redbot/cogs/audio/locales/tr-TR.po b/redbot/cogs/audio/locales/tr-TR.po index 7d27bd03c..ddf996452 100644 --- a/redbot/cogs/audio/locales/tr-TR.po +++ b/redbot/cogs/audio/locales/tr-TR.po @@ -16,11 +16,11 @@ msgstr "" #: redbot/cogs/audio/apis.py:213 #, docstring msgid "Handles music queries to the Spotify and Youtube Data API.\\n\\n Always tries the Cache first.\\n " -msgstr "" +msgstr "Spotify ve Youtube Veri API'sındaki müzik sorgularını işler.\\n\\n Her zaman öncelikle ara bellekteki veriyi dener.\\n " #: redbot/cogs/audio/apis.py:508 redbot/cogs/audio/audio.py:3479 msgid "This doesn't seem to be a supported Spotify URL or code." -msgstr "" +msgstr "Bu geçerli bir Spotify URL'si ya da kodu gibi gözükmüyor." #: redbot/cogs/audio/apis.py:568 redbot/cogs/audio/audio.py:3741 msgid "The connection was reset while loading the playlist." @@ -28,11 +28,11 @@ msgstr "Playlist yüklenirken bağlantı yenilendi." #: redbot/cogs/audio/apis.py:576 msgid "Player timeout, skipping remaining tracks." -msgstr "" +msgstr "Oynatıcı zaman aşımına uğradı, kalan parçalar atlanıyor." #: redbot/cogs/audio/apis.py:598 msgid "Failing to get tracks, skipping remaining." -msgstr "" +msgstr "Parça alınamıyor, atlanıyor." #: redbot/cogs/audio/apis.py:646 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`." @@ -58,11 +58,11 @@ msgstr "Ses kanallarında müzik çal" #: redbot/cogs/audio/audio.py:177 msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." -msgstr "" +msgstr "Audio's Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir." #: redbot/cogs/audio/audio.py:201 msgid "No DJ role found. Disabling DJ mode." -msgstr "" +msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor." #: redbot/cogs/audio/audio.py:433 msgid "music in {} servers" @@ -70,11 +70,11 @@ msgstr "{} sunucu da şarkı" #: redbot/cogs/audio/audio.py:485 redbot/cogs/audio/audio.py:3351 msgid "Couldn't get a valid track." -msgstr "" +msgstr "Geçerli bir parça alınamadı." #: redbot/cogs/audio/audio.py:505 msgid "Auto Play Started." -msgstr "" +msgstr "Otomatik çalma başladı." #: redbot/cogs/audio/audio.py:520 redbot/cogs/audio/audio.py:2566 #: redbot/cogs/audio/audio.py:6296 @@ -87,19 +87,19 @@ msgstr "Şarkı uzunluğu: {length} | Şarkıyı sıraya koyan: {user}" #: redbot/cogs/audio/audio.py:543 msgid "Queue Ended." -msgstr "" +msgstr "Kuyrukta bekleyen parça yok." #: redbot/cogs/audio/audio.py:585 msgid "Multiple errors detected" -msgstr "" +msgstr "Birden fazla hata oluştu" #: redbot/cogs/audio/audio.py:586 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 "Birden çok hata nedeniyle müzik çalar kapatılıyor. Hata devam ederse, lütfen bot sahibini bilgilendiriniz. Audio eklentisi geçici olarak devre dışı kalmış olabilir." #: redbot/cogs/audio/audio.py:598 msgid "Track Stuck" -msgstr "" +msgstr "Parça Takıldı" #: redbot/cogs/audio/audio.py:602 msgid "Track Error" @@ -113,7 +113,7 @@ msgstr "Şarkı çalma ayarları." #: redbot/cogs/audio/audio.py:677 #, docstring msgid "Toggle daily queues.\\n\\n Daily queues creates a playlist for all tracks played today.\\n " -msgstr "" +msgstr "Günlük sıralamaları aç/kapat.\\n\\n Günlük sıralamalar bugün çalınan tüm parçalara ait bir çalma listesi oluşturur.\\n " #: redbot/cogs/audio/audio.py:688 redbot/cogs/audio/audio.py:714 #: redbot/cogs/audio/audio.py:1110 redbot/cogs/audio/audio.py:1196 @@ -132,11 +132,11 @@ msgstr "" #: redbot/cogs/audio/audio.py:7876 redbot/cogs/audio/audio.py:7891 #: redbot/cogs/audio/audio.py:7907 redbot/cogs/audio/audio.py:7923 msgid "Setting Changed" -msgstr "" +msgstr "Ayar Değiştirildi" #: redbot/cogs/audio/audio.py:689 msgid "Daily queues: {true_or_false}." -msgstr "" +msgstr "Günlük sıralamalar: {true_or_false}." #: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706 #: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254 @@ -155,7 +155,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440 #: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861 msgid "Enabled" -msgstr "" +msgstr "Etkinleştirildi" #: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706 #: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254 @@ -174,12 +174,12 @@ msgstr "" #: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440 #: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861 msgid "Disabled" -msgstr "" +msgstr "Devre dışı bırakıldı" #: redbot/cogs/audio/audio.py:697 #, docstring msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over `[p]audioset emptydisconnect`.\\n " -msgstr "" +msgstr "Çalma işlemi bittiğinde botun otomatik olarak ses kanalından çıkış yapması özelliğini açar/kapatır.\\n\\n Bu ayar `[p]audioset emptydisconnect` komutundan öncelikli olarak devreye alınır.\\n " #: redbot/cogs/audio/audio.py:705 msgid "Auto-disconnection at queue end: {true_or_false}." @@ -187,185 +187,185 @@ msgstr "Sıra sonunda kanalı terkeder: {true_or_false}." #: redbot/cogs/audio/audio.py:709 msgid "\\nAuto-play has been disabled." -msgstr "" +msgstr "\\nOto-oynatma devre dışı bırakıldı." #: redbot/cogs/audio/audio.py:719 #, docstring msgid "Manages the keyword whitelist and blacklist." -msgstr "" +msgstr "Anahtar kelimeler için beyaz liste ve kara listeleri yönetir." #: redbot/cogs/audio/audio.py:724 #, docstring msgid "Manages the global keyword whitelist/blacklist." -msgstr "" +msgstr "Global anahtar kelimeler için beyaz liste/kara listeleri yönetir." #: redbot/cogs/audio/audio.py:728 #, docstring msgid "Manages the global keyword whitelist." -msgstr "" +msgstr "Global anahtar kelimeler için beyaz listeyi yönetir." #: redbot/cogs/audio/audio.py:732 #, docstring msgid "Manages the global keyword blacklist." -msgstr "" +msgstr "Global anahtar kelimeler için kara listeyi yönetir." #: redbot/cogs/audio/audio.py:736 redbot/cogs/audio/audio.py:917 #, docstring msgid "Adds a keyword to the blacklist." -msgstr "" +msgstr "Kara listeye anahtar kelimeyi ekler." #: redbot/cogs/audio/audio.py:747 redbot/cogs/audio/audio.py:928 msgid "Keyword already in the blacklist." -msgstr "" +msgstr "Belirtilen anahtar kelime kara listede mevcut." #: redbot/cogs/audio/audio.py:751 redbot/cogs/audio/audio.py:800 #: redbot/cogs/audio/audio.py:903 redbot/cogs/audio/audio.py:932 #: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:1084 msgid "Blacklist Modified" -msgstr "" +msgstr "Kara liste değiştirildi" #: redbot/cogs/audio/audio.py:752 redbot/cogs/audio/audio.py:933 msgid "Added: `{blacklisted}` to the blacklist." -msgstr "" +msgstr "{blacklisted} kara listeye eklendi." #: redbot/cogs/audio/audio.py:759 #, docstring msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n " -msgstr "" +msgstr "Anahtar kelimeyi beyaz listeye ekler.\\n\\n Beyaz listeye herhangi bir şey eklerseniz, geri kalan her şeyi kara listeye ekler.\\n " #: redbot/cogs/audio/audio.py:773 redbot/cogs/audio/audio.py:819 #: redbot/cogs/audio/audio.py:954 redbot/cogs/audio/audio.py:1000 msgid "Keyword already in the whitelist." -msgstr "" +msgstr "Anahtar kelime zaten beyaz listede mevcut." #: redbot/cogs/audio/audio.py:777 redbot/cogs/audio/audio.py:823 #: redbot/cogs/audio/audio.py:890 redbot/cogs/audio/audio.py:958 #: redbot/cogs/audio/audio.py:1004 redbot/cogs/audio/audio.py:1071 msgid "Whitelist Modified" -msgstr "" +msgstr "Beyaz liste değiştirildi." #: redbot/cogs/audio/audio.py:778 redbot/cogs/audio/audio.py:959 msgid "Added: `{whitelisted}` to the whitelist." -msgstr "" +msgstr "{whitelisted} beyaz listeye eklendi." #: redbot/cogs/audio/audio.py:785 redbot/cogs/audio/audio.py:966 #, docstring msgid "Removes a keyword from the blacklist." -msgstr "" +msgstr "Anahtar kelimeyi kara listeden siler." #: redbot/cogs/audio/audio.py:796 redbot/cogs/audio/audio.py:977 msgid "Keyword is not in the blacklist." -msgstr "" +msgstr "Belirtilen anahtar kelime kara listede mevcut değil." #: redbot/cogs/audio/audio.py:801 redbot/cogs/audio/audio.py:982 msgid "Removed: `{blacklisted}` from the blacklist." -msgstr "" +msgstr "{blacklisted} kara listeden çıkartıldı." #: redbot/cogs/audio/audio.py:808 redbot/cogs/audio/audio.py:989 #, docstring msgid "Removes a keyword from the whitelist." -msgstr "" +msgstr "Anahtar kelimeyi beyaz listeden siler." #: redbot/cogs/audio/audio.py:824 redbot/cogs/audio/audio.py:1005 msgid "Removed: `{whitelisted}` from the whitelist." -msgstr "" +msgstr "{whitelisted} beyaz listeden çıkartıldı." #: redbot/cogs/audio/audio.py:831 redbot/cogs/audio/audio.py:1012 #, docstring msgid "List all keywords added to the whitelist." -msgstr "" +msgstr "Beyaz listeye eklenen tüm anahtar kelimelerin listesi." #: redbot/cogs/audio/audio.py:834 redbot/cogs/audio/audio.py:886 #: redbot/cogs/audio/audio.py:1015 redbot/cogs/audio/audio.py:1067 msgid "Nothing in the whitelist." -msgstr "" +msgstr "Beyaz listede herhangi bir anahtar kelime mevcut değil." #: redbot/cogs/audio/audio.py:857 redbot/cogs/audio/audio.py:1038 #, docstring msgid "List all keywords added to the blacklist." -msgstr "" +msgstr "Kara listeye eklenen tüm anahtar kelimelerin listesi." #: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899 #: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080 msgid "Nothing in the blacklist." -msgstr "" +msgstr "Kara listede herhangi bir anahtar kelime mevcut değil." #: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064 #, docstring msgid "Clear all keywords from the whitelist." -msgstr "" +msgstr "Beyaz listeye eklenen tüm anahtar kelimeleri siler." #: redbot/cogs/audio/audio.py:891 redbot/cogs/audio/audio.py:1072 msgid "All entries have been removed from the whitelist." -msgstr "" +msgstr "Beyaz listedeki tüm girdiler silindi." #: redbot/cogs/audio/audio.py:896 redbot/cogs/audio/audio.py:1077 #, docstring msgid "Clear all keywords added to the blacklist." -msgstr "" +msgstr "Kara listeye eklenen tüm anahtar kelimeleri siler." #: redbot/cogs/audio/audio.py:904 redbot/cogs/audio/audio.py:1085 msgid "All entries have been removed from the blacklist." -msgstr "" +msgstr "Kara listedeki tüm girdiler silindi." #: redbot/cogs/audio/audio.py:909 #, docstring msgid "Manages the keyword whitelist." -msgstr "" +msgstr "Beyaz listedeki tüm anahtar kelimeleri yönetir." #: redbot/cogs/audio/audio.py:913 #, docstring msgid "Manages the keyword blacklist." -msgstr "" +msgstr "Kara listedeki tüm anahtar kelimeleri yönetir." #: redbot/cogs/audio/audio.py:940 #, docstring msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n " -msgstr "" +msgstr "Anahtar kelimeyi beyaz listeye ekler.\\n\\n Beyaz listeye herhangi bir şey eklerseniz, geri kalan her şeyi kara listeye ekler.\\n " #: redbot/cogs/audio/audio.py:1091 #, docstring msgid "Change auto-play setting." -msgstr "" +msgstr "Otomatik çalma ayarını değiştir." #: redbot/cogs/audio/audio.py:1095 #, docstring msgid "Toggle auto-play when there no songs in queue." -msgstr "" +msgstr "Sırada parça yoksa otomatik çalmayı açar/kapatır." #: redbot/cogs/audio/audio.py:1099 msgid "Auto-play when queue ends: {true_or_false}." -msgstr "" +msgstr "Sıradaki parçalar bittiğinde otomatik çalma: {true_or_false}." #: redbot/cogs/audio/audio.py:1104 msgid "\\nRepeat has been disabled." -msgstr "" +msgstr "\\nTekrar çalma devre dışı bırakıldı." #: redbot/cogs/audio/audio.py:1107 msgid "\\nAuto-disconnecting at queue end has been disabled." -msgstr "" +msgstr "\\nSıradaki parça bittiğinde otomatik çıkış devre dışı bırakıldı." #: redbot/cogs/audio/audio.py:1122 #, 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 "Otomatik çalınan şarkılardan çalma listesi oluştur.\\n\\n **Kullanım**:\\n ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\\n\\n **Konu**:\\n ​ ​ ​ ​Kullanımı tamamen opsiyoneldir.:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope \\n ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Bu komutu sadece bot sahibi kullanabilir**\\n\\n **Kapsamı** bunlardan biri olabilir:\\n ​Global\\n ​ ​ ​ ​ Sunucu\\n ​ ​ ​ ​ Kullanıcı\\n\\n **Yaratıcı** bunlardan biri olabilir:\\n ​ ​ ​ ​ Kullanıcı ID\\n ​ ​ ​ ​ Kullanıcı Mention\\n ​ ​ ​ ​ Kullanıcı Adı#123\\n\\n **Sunucu** bunlardan biri olabilir:\\n ​ ​ ​ ​ Sunucu ID\\n ​ ​ ​ ​ Sunucunun tam adı\\n\\n Örnek kullanım:\\n ​ ​ ​ ​ `[p]audioset autoplay SunucuCalmaListem`\\n ​ ​ ​ ​ `[p]audioset autoplay GlobalCalmaListem --scope Global`\\n ​ ​ ​ ​ `[p]audioset autoplay KisiselCalmaListem --scope Kullanıcı --author Draper`\\n " #: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182 msgid "No Playlist Found" -msgstr "" +msgstr "Çalma listesi bulunamadı" #: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080 #: redbot/cogs/audio/audio.py:5395 msgid "Could not match '{arg}' to a playlist" -msgstr "" +msgstr "{arg} çalma listesinde bulunamadı" #: redbot/cogs/audio/audio.py:1174 msgid "No Tracks Found" -msgstr "" +msgstr "Parça bulunamadı" #: redbot/cogs/audio/audio.py:1175 msgid "Playlist {name} has no tracks." -msgstr "" +msgstr "{name} çalma listesi herhangi bir parça içermiyor." #: redbot/cogs/audio/audio.py:1183 redbot/cogs/audio/audio.py:4088 #: redbot/cogs/audio/audio.py:4282 redbot/cogs/audio/audio.py:4452 @@ -373,7 +373,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:4829 redbot/cogs/audio/audio.py:5185 #: redbot/cogs/audio/audio.py:5481 redbot/cogs/audio/audio.py:5579 msgid "Playlist {id} does not exist in {scope} scope." -msgstr "" +msgstr "{id} çalma listesi {scope} içeriğinde mevcut değil." #: redbot/cogs/audio/audio.py:1190 redbot/cogs/audio/audio.py:4095 #: redbot/cogs/audio/audio.py:4556 redbot/cogs/audio/audio.py:4694 @@ -381,7 +381,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:5192 redbot/cogs/audio/audio.py:5489 #: redbot/cogs/audio/audio.py:5586 redbot/cogs/audio/audio.py:5863 msgid "Missing Arguments" -msgstr "" +msgstr "Eksik değişkenler" #: redbot/cogs/audio/audio.py:1191 redbot/cogs/audio/audio.py:4096 #: redbot/cogs/audio/audio.py:4289 redbot/cogs/audio/audio.py:4458 @@ -390,20 +390,20 @@ msgstr "" #: redbot/cogs/audio/audio.py:5193 redbot/cogs/audio/audio.py:5490 #: redbot/cogs/audio/audio.py:5587 redbot/cogs/audio/audio.py:5864 msgid "You need to specify the Guild ID for the guild to lookup." -msgstr "" +msgstr "Sunucu araması yapabilmeniz için Sunucu ID belirmelisiniz." #: redbot/cogs/audio/audio.py:1197 msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." -msgstr "" +msgstr "{name} (`{id}`) çalma listesi [**{scope}**] otomatik çalma için kullanılacaktır." #: redbot/cogs/audio/audio.py:1210 #, docstring msgid "Resets auto-play to the default playlist." -msgstr "" +msgstr "Otomatik çalma listesi varsayılan listeye sıfırlanır." #: redbot/cogs/audio/audio.py:1216 msgid "Set auto-play playlist to default value." -msgstr "" +msgstr "Otomatik çalma listesini varsayılan değere ayarlayın." #: redbot/cogs/audio/audio.py:1222 #, docstring @@ -412,7 +412,7 @@ msgstr "DJ modunu açıp kapatır.\\n\\n DJ modu, DJ rolüne sahip kullan #: redbot/cogs/audio/audio.py:1233 msgid "Missing DJ Role" -msgstr "" +msgstr "DJ rolü eksik" #: redbot/cogs/audio/audio.py:1234 msgid "Please set a role to use with DJ mode. Enter the role name or ID now." @@ -424,22 +424,22 @@ msgstr "Zaman aşımına girildi, lütfen daha sonra tekrar deneyin." #: redbot/cogs/audio/audio.py:1253 msgid "DJ role: {true_or_false}." -msgstr "" +msgstr "DJ rolü: {true_or_false}." #: redbot/cogs/audio/audio.py:1261 #, 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 "x saniye kadar bot ses kanalında yalnız kalırsa otomatik çıkış yapar, ayarı kapatmak için 0 ayarlayınız.\\n\\n `[p]audioset dc` komutu bu ayara göre önceliklidir.\\n " #: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295 #: redbot/cogs/audio/audio.py:1689 msgid "Invalid Time" -msgstr "" +msgstr "Geçersiz süre" #: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295 #: redbot/cogs/audio/audio.py:1689 msgid "Seconds can't be less than zero." -msgstr "" +msgstr "Süre sıfır saniyeden daha düşük olamaz." #: redbot/cogs/audio/audio.py:1274 msgid "Empty disconnect disabled." @@ -452,28 +452,28 @@ msgstr "Kanal boşken ayrılma süresi {num_seconds} saniye olarak ayarlandı." #: redbot/cogs/audio/audio.py:1292 #, docstring msgid "Auto-pause after x seconds when room is empty, 0 to disable." -msgstr "" +msgstr "x saniye kadar bot ses kanalında yalnız kalırsa otomatik durdurur, ayarı kapatmak için 0 ayarlayınız." #: redbot/cogs/audio/audio.py:1302 msgid "Empty pause disabled." -msgstr "" +msgstr "Kanal boşken durdurma kapatıldı." #: redbot/cogs/audio/audio.py:1309 msgid "Empty pause timer set to {num_seconds}." -msgstr "" +msgstr "Kanal boşken durdurma ayarı {num_seconds} olarak ayarlandı." #: redbot/cogs/audio/audio.py:1319 #, docstring msgid "Set a price for queueing tracks for non-mods, 0 to disable." -msgstr "" +msgstr "Yönetici olmayan kişilerin sıraya şarkı eklemesi için ödeyeceği bedeli ayarlayın. Devre dışı bırakmak için 0 girin." #: redbot/cogs/audio/audio.py:1322 msgid "Invalid Price" -msgstr "" +msgstr "Geçersiz Fiyat" #: redbot/cogs/audio/audio.py:1322 msgid "Price can't be less than zero." -msgstr "" +msgstr "Fiyat sıfırdan küçük olamaz." #: redbot/cogs/audio/audio.py:1327 msgid "Jukebox mode disabled." @@ -490,15 +490,15 @@ msgstr "Lavalink.jar Audio data dosyasından çalmıyorsa yerel dosya dizinini a #: redbot/cogs/audio/audio.py:1358 msgid "The localtracks path location has been reset to {localpath}" -msgstr "" +msgstr "Yerel müzik dosya dizini {localpath} olarak sıfırlandı." #: redbot/cogs/audio/audio.py:1363 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.\\nThe path must not contain spaces.\\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 "Bu ayar sadece bot sahiplerinin yerel müzik klasörünü lavalink.jar audio data klasörü dışından çalıyorsa ayarlaması içindir.\\nAşağıdaki örnekte olduğu gibi, full dizin 'ParentDirectory' bu komutla ayarlanmalıdır.\\nDizin boşluk içermemelidir..\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n |\\n |__ Lavalink.jar\\n |__ application.yml\\n```\\nDosya dizini lavalink.jar, the application.yml ve localtracks klasörlerini içermelidir.\\nBu komutu dizini varsayılana döndürmek için boş bir şekilde gönderebilirsiniz.\\nYerel müzik klasörünü ayarlamak için devam etmek istiyor musunuz?" #: redbot/cogs/audio/audio.py:1396 msgid "Invalid Path" -msgstr "" +msgstr "Geçersiz Konum" #: redbot/cogs/audio/audio.py:1397 msgid "{local_path} does not seem like a valid path." @@ -506,30 +506,30 @@ msgstr "{local_path} geçerli bir dizin gibi gözükmüyor." #: redbot/cogs/audio/audio.py:1403 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} mevcut değil. Dizin yolu yine de kaydedilecektir, ancak lütfen çalmadan önce dizin yolunu kontrol edin ve yerel müzik klasörünü {localfolder} içerisinde oluşturun." #: redbot/cogs/audio/audio.py:1409 redbot/cogs/audio/audio.py:2521 #: redbot/cogs/audio/audio.py:3101 redbot/cogs/audio/audio.py:3378 #: redbot/cogs/audio/audio.py:3462 redbot/cogs/audio/audio.py:3735 msgid "Invalid Environment" -msgstr "" +msgstr "Geçersiz Ortam" #: redbot/cogs/audio/audio.py:1416 msgid "The localtracks path location has been set to {localpath}" -msgstr "" +msgstr "Yerel müzik dosya dizini {localpath} olarak sıfırlandı." #: redbot/cogs/audio/audio.py:1424 #, 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 "Sıraya eklenebilecek en uzun şarkı süresini ayarlar. Devre dışı bırakmak için 0 girin. Saniye ya da bu şekilde formatlar kabul edilir. 00:00:00 (`ss:dd:ss`) veya 00:00 (`dd:ss`).\\n Geçersiz giriş süreyi devre dışı bırakır " #: redbot/cogs/audio/audio.py:1433 msgid "Invalid length" -msgstr "" +msgstr "Geçersiz süre" #: redbot/cogs/audio/audio.py:1433 msgid "Length can't be less than zero." -msgstr "" +msgstr "Süre sıfır saniyeden daha düşük olamaz." #: redbot/cogs/audio/audio.py:1437 msgid "Track max length disabled." @@ -546,12 +546,12 @@ msgstr "Şarkı bilgileri ve diğer bot mesajlarını açıp kapatır." #: redbot/cogs/audio/audio.py:1458 msgid "Notify mode: {true_or_false}." -msgstr "" +msgstr "Bilgilendirme modu: {true_or_false}." #: redbot/cogs/audio/audio.py:1466 #, 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 "Alan adı sınırlamasını müzik için açıp kapatır.\\n\\n Kapalıyken, kullanıcılar sadece ticari olmayan web sitelerinden ve bağlantılardan şarkı çalabilecekler.\\n Açıkken, kullanıcılar sadece YouTube, SoundCloud, Mixer, Vimeo, Twitch\\n ve Bandcamp linklerinden şarkı çalabilecekler.\\n " #: redbot/cogs/audio/audio.py:1477 msgid "Commercial links only: {true_or_false}." @@ -564,7 +564,7 @@ msgstr "DJ modu için rolü belirler" #: redbot/cogs/audio/audio.py:1494 msgid "Settings Changed" -msgstr "" +msgstr "Ayarlar Değiştirildi" #: redbot/cogs/audio/audio.py:1495 msgid "DJ role set to: {role.name}." @@ -585,7 +585,7 @@ msgstr "Oto-ayrılma:" #: redbot/cogs/audio/audio.py:1534 msgid "Auto-play: [{autoplay}]\\n" -msgstr "" +msgstr "Otomatik çalma: [{autoplay}]\\n" #: redbot/cogs/audio/audio.py:1538 msgid "Disconnect timer: [{num_seconds}]\\n" @@ -593,7 +593,7 @@ msgstr "Ayrılma sayacı: [{num_seconds}]\\n" #: redbot/cogs/audio/audio.py:1542 msgid "Auto Pause timer: [{num_seconds}]\\n" -msgstr "" +msgstr "Otomatik durdurma zamanlayıcısı: {num_seconds}\\n" #: redbot/cogs/audio/audio.py:1546 msgid "DJ Role: [{role.name}]\\n" @@ -613,7 +613,7 @@ msgstr "Şarkı süre uzunluğu: [{tracklength}]\\n" #: redbot/cogs/audio/audio.py:1556 msgid "Repeat: [{repeat}]\\nShuffle: [{shuffle}]\\nShuffle bumped: [{bumpped_shuffle}]\\nSong notify msgs: [{notify}]\\nSongs as status: [{status}]\\n" -msgstr "" +msgstr "Tekrarla: [{repeat}]\\nKarıştır: [{shuffle}]\\nKarıştır bildirimi: [{bumpped_shuffle}]\\nŞarkı bildirim msjları: [{notify}]\\nDurumda şarkı adı bildirimi: [{status}]\\n" #: redbot/cogs/audio/audio.py:1570 msgid "Thumbnails: [{0}]\\n" @@ -626,44 +626,44 @@ msgstr "Şarkı geçme oylaması: [{vote_enabled}]\\nGeçme yüzdesi: [{ #: redbot/cogs/audio/audio.py:1593 redbot/cogs/audio/audio.py:1594 #: redbot/cogs/audio/audio.py:1595 msgid "Cached" -msgstr "" +msgstr "Önbelleğe alındı" #: redbot/cogs/audio/audio.py:1598 msgid "Auto-play Settings" -msgstr "" +msgstr "Otomatik Çalma Ayarları" #: redbot/cogs/audio/audio.py:1600 msgid "Playlist name: [{pname}]\\n" -msgstr "" +msgstr "Çalma listesi adı: [{pname}]\\n" #: redbot/cogs/audio/audio.py:1601 msgid "Playlist ID: [{pid}]\\n" -msgstr "" +msgstr "Çalma Listesi ID: [{pid}]\\n" #: redbot/cogs/audio/audio.py:1602 msgid "Playlist scope: [{pscope}]\\n" -msgstr "" +msgstr "Çalma listesi kapsamı: [{pscope}]\\n" #: redbot/cogs/audio/audio.py:1608 redbot/cogs/audio/audio.py:1765 #: redbot/cogs/audio/audio.py:1809 msgid "Cache Settings" -msgstr "" +msgstr "Önbellek Ayarları" #: redbot/cogs/audio/audio.py:1610 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksimum yaş: [{max_age}]\\n" #: redbot/cogs/audio/audio.py:1611 msgid "Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Spotify önbelleği: [{spotify_status}]\\n" #: redbot/cogs/audio/audio.py:1612 msgid "Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "YouTube önbelleği: [{youtube_status}]\\n" #: redbot/cogs/audio/audio.py:1613 msgid "Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Lavalink önbelleği: [{lavalink_status}]\\n" #: redbot/cogs/audio/audio.py:1615 redbot/cogs/audio/audio.py:1760 #: redbot/cogs/audio/audio.py:1803 @@ -672,7 +672,7 @@ msgstr "günler" #: redbot/cogs/audio/audio.py:1622 msgid "Lavalink Settings" -msgstr "" +msgstr "Lavalink Ayarları" #: redbot/cogs/audio/audio.py:1634 msgid "Localtracks path: [{localpath}]\\n" @@ -685,7 +685,7 @@ msgstr "Spotify API tokenini ayarlamak için bilgiler." #: redbot/cogs/audio/audio.py:1642 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. Spotify developers sayfasına spotify hesabınızla giriş yapın.\\n(https://developer.spotify.com/dashboard/applications)\\n2. \\\"Create An App\\\"'e tıklayın.\\n3. Uygulama ismi gibi bilgileri doldurun.\\n4. Şirketsel bir uygulamamı diye sorulduğunda \\\"Hayır\\\" diye cevap verin.\\n5. Şartlar ve koşulları kabul edin.\\n6. Client ID ve client secret'ınızı kopyalayın ve gerekli yerlere yapıştırın.:\\n`{prefix}set api spotify client_id client_secret `" #: redbot/cogs/audio/audio.py:1658 #, docstring @@ -708,7 +708,7 @@ msgstr "Thumbnail gösterilmesi:" #: redbot/cogs/audio/audio.py:1686 #, docstring msgid "Percentage needed for non-mods to skip tracks, 0 to disable." -msgstr "" +msgstr "Yönetici olmayan kullanıcıların şarkıyı geçmeleri için gerekli olan oy yüzdesi. Devre dışı bırakmak için 0 girin." #: redbot/cogs/audio/audio.py:1698 msgid "Voting disabled. All users can use queue management commands." @@ -726,52 +726,52 @@ msgstr "YouTube API tokenini ayarlamak için bilgiler." #: redbot/cogs/audio/audio.py:1733 #, 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 "Önbellekleme seviyesini ayarlar.\\n\\n Seviye bunlardan birisi olabilir:\\n\\n 0: Tüm önbelleklemeyi durdurur\\n 1: Spotify önbelleklemesini açar\\n 2: YouTube önbelleklemesini açar\\n 3: Lavalink önbelleklemesini açar\\n 5: Tüm önbelleklemeleri açar\\n\\n Belirli bir önbelleği devre dışı bırakmak istiyorsanız negatif bir sayı kullanın.\\n " #: redbot/cogs/audio/audio.py:1755 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksimum yaş: [{max_age}]\\n" #: redbot/cogs/audio/audio.py:1756 msgid "Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Spotify önbelleği: [{spotify_status}]\\n" #: redbot/cogs/audio/audio.py:1757 msgid "Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "YouTube önbelleği: [{youtube_status}]\\n" #: redbot/cogs/audio/audio.py:1758 msgid "Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Lavalink önbelleği: [{lavalink_status}]\\n" #: redbot/cogs/audio/audio.py:1798 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksimum süre: [{max_age}]\\n" #: redbot/cogs/audio/audio.py:1799 msgid "Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Spotify önbelleği: [{spotify_status}]\\n" #: redbot/cogs/audio/audio.py:1800 msgid "Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "YouTube önbelleği: [{youtube_status}]\\n" #: redbot/cogs/audio/audio.py:1801 msgid "Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Lavalink önbelleği: [{lavalink_status}]\\n" #: redbot/cogs/audio/audio.py:1816 #, 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 "Önbelleğin tutulma süresini ayarlar.\\n\\n Bu komut, önbellekteki bir girişin geçersiz hale gelmeden önce maksimum gün sayısını\\n ayarlamanıza olanak tanır.\\n " #: redbot/cogs/audio/audio.py:1823 msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\\n" -msgstr "" +msgstr "Önbellekleme süresi 7 günden az olamaz. Önbelleklemeyi durdurmak istiyorsanız {prefix}audioset cache komutunu uygulayın.\\n" #: redbot/cogs/audio/audio.py:1828 msgid "I've set the cache age to {age} days" -msgstr "" +msgstr "Önbellekleme süresi {age} gün olarak ayarlandı." #: redbot/cogs/audio/audio.py:1836 #, docstring @@ -809,7 +809,7 @@ msgstr "Şarkıyı başa almak için sıra numarası girin" #: redbot/cogs/audio/audio.py:1908 redbot/cogs/audio/audio.py:1915 #: redbot/cogs/audio/audio.py:1921 msgid "Unable To Bump Track" -msgstr "" +msgstr "Parça öne alınamıyor." #: redbot/cogs/audio/audio.py:1909 msgid "You must be in the voice channel to bump a track." @@ -825,7 +825,7 @@ msgstr "Şarkı sıra numarası 1'den daha büyük ve sıradaki toplam şarkı s #: redbot/cogs/audio/audio.py:1932 msgid "Moved track to the top of the queue." -msgstr "" +msgstr "Parça şarkı sırasının en üstüne taşındı." #: redbot/cogs/audio/audio.py:1939 #, docstring @@ -834,7 +834,7 @@ msgstr "Ses kanalından ayrılır" #: redbot/cogs/audio/audio.py:1952 msgid "Unable to disconnect" -msgstr "" +msgstr "Bağlantı kesilemiyor" #: redbot/cogs/audio/audio.py:1953 msgid "You need the DJ role to disconnect." @@ -846,7 +846,7 @@ msgstr "Şarkı dinleyen başka insanlar da var." #: redbot/cogs/audio/audio.py:1960 msgid "Disconnecting..." -msgstr "" +msgstr "Bağlantı kesiliyor..." #: redbot/cogs/audio/audio.py:1976 #, docstring @@ -861,11 +861,11 @@ msgstr "Hazır EQ presetini kaldır" #: redbot/cogs/audio/audio.py:2021 redbot/cogs/audio/audio.py:2028 #: redbot/cogs/audio/audio.py:2041 msgid "Unable To Delete Preset" -msgstr "" +msgstr "Hazır olan ayarlar silinemiyor" #: redbot/cogs/audio/audio.py:2022 redbot/cogs/audio/audio.py:2042 msgid "You are not the author of that preset setting." -msgstr "" +msgstr "Bu hazır ayarı oluşturan kişi siz değilsiniz." #: redbot/cogs/audio/audio.py:2051 #, docstring @@ -878,11 +878,11 @@ msgstr "Kaydedilmiş EQ preset'i bulunamadı" #: redbot/cogs/audio/audio.py:2057 msgid "Preset Name" -msgstr "" +msgstr "Ön ayar adı" #: redbot/cogs/audio/audio.py:2058 msgid "Author" -msgstr "" +msgstr "Yapımcı" #: redbot/cogs/audio/audio.py:2080 msgid "{num} preset(s)" @@ -895,15 +895,15 @@ msgstr "Kaydedilmiş EQ Preset'ini yükle" #: redbot/cogs/audio/audio.py:2095 msgid "No Preset Found" -msgstr "" +msgstr "Ön Ayar Bulunamadı" #: redbot/cogs/audio/audio.py:2114 msgid "Unable To Load Preset" -msgstr "" +msgstr "Ön Ayar Yüklenemedi" #: redbot/cogs/audio/audio.py:2115 msgid "You need the DJ role to load equalizer presets." -msgstr "" +msgstr "Ekolayzer ön ayarlarını yüklemek için DJ rölüne ihtiyacınız var." #: redbot/cogs/audio/audio.py:2133 #, docstring @@ -912,11 +912,11 @@ msgstr "EQ'daki tüm ayarları sıfırlar" #: redbot/cogs/audio/audio.py:2143 msgid "Unable To Modify Preset" -msgstr "" +msgstr "Ön Ayar Değiştirilemiyor" #: redbot/cogs/audio/audio.py:2144 msgid "You need the DJ role to reset the equalizer." -msgstr "" +msgstr "Ekolayzırı sıfırlamak için DJ rolüne ihtiyacın var." #: redbot/cogs/audio/audio.py:2159 msgid "Equalizer values have been reset." @@ -930,11 +930,11 @@ msgstr "EQ'deki şuan ki ayarları preset olarak kaydet" #: redbot/cogs/audio/audio.py:2178 redbot/cogs/audio/audio.py:2194 #: redbot/cogs/audio/audio.py:2209 msgid "Unable To Save Preset" -msgstr "" +msgstr "Ön Ayar Kaydedilemedi" #: redbot/cogs/audio/audio.py:2179 msgid "You need the DJ role to save equalizer presets." -msgstr "" +msgstr "Ekolayzer ayarlarını kaydetmek için DJ rolüne ihtiyacın var." #: redbot/cogs/audio/audio.py:2182 msgid "Please enter a name for this equalizer preset." @@ -1296,11 +1296,11 @@ msgstr "" #: redbot/cogs/audio/audio.py:3359 msgid "Auto play started." -msgstr "" +msgstr "Otomatik çalma başladı." #: redbot/cogs/audio/audio.py:3361 msgid "Adding a track to queue." -msgstr "" +msgstr "Parça sıraya ekleniyor." #: redbot/cogs/audio/audio.py:3379 msgid "The owner needs to set the Spotify client ID, Spotify client secret, and YouTube API key before Spotify URLs or codes can be used. \\nSee `{prefix}audioset youtubeapi` and `{prefix}audioset spotifyapi` for instructions." @@ -1309,7 +1309,7 @@ msgstr "Spotify URL'si ile şarkı çalmak için bot sahibinin Spotify client ID #: redbot/cogs/audio/audio.py:3390 redbot/cogs/audio/audio.py:3493 #: redbot/cogs/audio/audio.py:6117 msgid "Unable To Get Tracks" -msgstr "" +msgstr "Parçalar alınamıyor." #: redbot/cogs/audio/audio.py:3391 redbot/cogs/audio/audio.py:3494 #: redbot/cogs/audio/audio.py:6118 @@ -1328,14 +1328,14 @@ msgstr "Hiçbir şey bulunamadı." #: redbot/cogs/audio/audio.py:6178 redbot/cogs/audio/audio.py:6952 #: redbot/cogs/audio/audio.py:6968 redbot/cogs/audio/audio.py:7066 msgid "Unable to Get Track" -msgstr "" +msgstr "Parça alınamıyor" #: redbot/cogs/audio/audio.py:3435 redbot/cogs/audio/audio.py:3522 #: redbot/cogs/audio/audio.py:5977 redbot/cogs/audio/audio.py:6152 #: redbot/cogs/audio/audio.py:6179 redbot/cogs/audio/audio.py:6953 #: redbot/cogs/audio/audio.py:6969 msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin." #: redbot/cogs/audio/audio.py:3463 msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." @@ -1343,23 +1343,23 @@ msgstr "Spotify API veya client secret'ı düzgün bir şekilde ayarlanmamış. #: redbot/cogs/audio/audio.py:3478 msgid "Unable To Find Tracks" -msgstr "" +msgstr "Parçalar bulunamadı" #: redbot/cogs/audio/audio.py:3508 msgid "{query} is not an allowed query." -msgstr "" +msgstr "{query} izin verilmeyen bir sorgudur." #: redbot/cogs/audio/audio.py:3537 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 "`Lavalink.jar` parçayı göremiyorsa yerel şarkılar çalınmayacaktır.\\nBunun nedeni, izinler veya Lavalink.jar yerel şarkılardan farklı bir makinede çalıştırılıyor olabilir." #: redbot/cogs/audio/audio.py:3604 msgid "No Title" -msgstr "" +msgstr "Başlık Yok" #: redbot/cogs/audio/audio.py:3680 msgid "Nothing found" -msgstr "" +msgstr "Hiçbir şey bulunamadı" #: redbot/cogs/audio/audio.py:3689 redbot/cogs/audio/audio.py:7196 msgid "{time} until track playback: #{position} in queue" @@ -1367,15 +1367,15 @@ msgstr "Şarkının başlamasına {time} kadar süre var. #{position} sırada." #: redbot/cogs/audio/audio.py:3710 msgid "Please wait, finding tracks..." -msgstr "" +msgstr "Lütfen bekleyin, şarkılar aranıyor..." #: redbot/cogs/audio/audio.py:3716 msgid "Getting track {num}/{total}..." -msgstr "" +msgstr "{num}/{total} şarkı yükleniyor..." #: redbot/cogs/audio/audio.py:3717 msgid "Matching track {num}/{total}..." -msgstr "" +msgstr "{num}/{total} şarkı eşleştiriliyor..." #: redbot/cogs/audio/audio.py:3718 redbot/cogs/audio/audio.py:5898 #: redbot/cogs/audio/audio.py:5964 @@ -1388,50 +1388,50 @@ msgstr "Tahmini kalan süre: {seconds}" #: redbot/cogs/audio/audio.py:3790 msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{name} (`{id}`) [**{scope}**] düzenlemek için yetkiniz yok!" #: redbot/cogs/audio/audio.py:3808 msgid "You do not have the permissions to manage that playlist in {guild}." -msgstr "" +msgstr "{guild} sunucusunda çalma listesini düzenlemek için yeterli yetkiniz yok." #: redbot/cogs/audio/audio.py:3815 msgid "You do not have the permissions to manage playlist owned by {user}." -msgstr "" +msgstr "{user} kullanıcısının sahibi olduğu çalma listesini düzenlemek için yetkiniz yok." #: redbot/cogs/audio/audio.py:3824 msgid "No access to playlist." -msgstr "" +msgstr "Çalma listesine erişim yok." #: redbot/cogs/audio/audio.py:3936 msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." -msgstr "" +msgstr "{match_count} tane çalma listesi sonucu çıktı {original_input}: Lütfen daha spesifik bir şekilde aratın, ya da aradığınız çalma listesi ID'sini kullanın." #: redbot/cogs/audio/audio.py:3952 redbot/cogs/audio/audio.py:4889 #: redbot/cogs/audio/audio.py:4982 redbot/cogs/audio/utils.py:184 msgid "Unknown" -msgstr "" +msgstr "Bilinmeyen" #: redbot/cogs/audio/audio.py:3953 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 - Kapsam: < {scope} >\\n - ID: < {playlist.id} >\\n - Parçalar: < {tracks} >\\n - Sanatçı: < {author} >\\n\\n" #: redbot/cogs/audio/audio.py:3970 msgid "{playlists} playlists found, which one would you like?" -msgstr "" +msgstr "{playlists} çalma listesi bulundu, hangisini çalmamı istersiniz?" #: redbot/cogs/audio/audio.py:3989 redbot/cogs/audio/audio.py:3995 msgid "Too many matches found and you did not select which one you wanted." -msgstr "" +msgstr "Çok fazla eşleşme bulundu ve herhangi bir seçim yapmadınız." #: redbot/cogs/audio/audio.py:4009 #, 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 "Çalma listesi yapılandırma seçenekleri.\\n\\n Kapsam bilgisi:\\n ​ ​ ​ ​ **Global**:\\n ​ ​ ​ ​ ​ ​ ​ ​ Bu botun tüm kullanıcıları tarafından görülebilir.\\n ​ ​ ​ ​ ​ ​ ​ ​ Sadece bot sahibi tarafından düzenlenebilir.\\n ​ ​ ​ ​ **Sunucu**:\\n ​ ​ ​ ​ ​ ​ ​ ​ Sunucudaki tüm kullanıcılar tarafından görünebilir.\\n ​ ​ ​ ​ ​ ​ ​ ​ Bot sahibi, sunucu sahibi, sunucu admini, sunucu moderatörü, DJ rolündeki kullanıcılar ve çalma listesini oluşturan tarafından düzenlenebilir.\\n ​ ​ ​ ​ **Kullanıcı**:\\n ​ ​ ​ ​ ​ ​ ​ ​ Eğer yaratıcısı izin verirse tüm bot kullanıcıları tarafından görünebilir.\\n ​ ​ ​ ​ ​ ​ ​ ​ Bot sahibi ve listeyi yapan kişi tarafından düzenlenebilir.\\n\\n " #: redbot/cogs/audio/audio.py:4033 #, docstring msgid "Add a track URL, playlist link, or quick search to a playlist.\\n\\n The track(s) will be appended to the end of the playlist.\\n\\n **Usage**:\\n ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\\n\\n **Args**:\\n ​ ​ ​ ​ The following are all optional:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope \\n ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\\n\\n **Scope** is one of the following:\\n ​ ​ ​ ​ Global\\n ​ ​ ​ ​ Guild\\n ​ ​ ​ ​ User\\n\\n **Author** can be one of the following:\\n ​ ​ ​ ​ User ID\\n ​ ​ ​ ​ User Mention\\n ​ ​ ​ ​ User Name#123\\n\\n **Guild** can be one of the following:\\n ​ ​ ​ ​ Guild ID\\n ​ ​ ​ ​ Exact guild name\\n\\n Example use:\\n ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\\n ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\\n ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\\n " -msgstr "" +msgstr "Çalma listesine parça URL'si, çalma listesi linki ya da hızlı arama ekleme.\\n\\n Parça(lar) çalma listesinin sonuna eklenecektir.\\n\\n **Kullanım**:\\n ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\\n\\n **Değişkenler**:\\n ​ ​ ​ ​ Tamamı opsiyoneldir:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope \\n ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Sadece bot sahibi kullanabilir**\\n\\n **Kapsam** bunlardan biri olabilir:\\n ​ ​ ​ ​ Global\\n ​ ​ ​ ​ Sunucu\\n ​ ​ ​ ​ Kullanıcı\\n\\n **Yazar** bunlardan biri olabilir:\\n ​ ​ ​ ​ Kullanıcı ID\\n ​ ​ ​ ​ Kullanıcı Mention\\n ​ ​ ​ ​ Kullanıcı Adı#123\\n\\n **Sunucu** bunlardan biri olabilir:\\n ​ ​ ​ ​ Sunucu ID\\n ​ ​ ​ ​ Sunucunun tam adı\\n\\n Örnek kullanım:\\n ​ ​ ​ ​ `[p]playlist append SunucuCalmaListesi Hello by Adele`\\n ​ ​ ​ ​ `[p]playlist append GlobalCalmaListem Hello by Adele --scope Global`\\n ​ ​ ​ ​ `[p]playlist append GlobalCalmaListem Hello by Adele --scope Global --Author Draper#6666`\\n " #: redbot/cogs/audio/audio.py:4079 redbot/cogs/audio/audio.py:4264 #: redbot/cogs/audio/audio.py:4281 redbot/cogs/audio/audio.py:4443 @@ -1444,64 +1444,64 @@ msgstr "" #: redbot/cogs/audio/audio.py:5553 redbot/cogs/audio/audio.py:5578 #: redbot/cogs/audio/audio.py:5844 redbot/cogs/audio/audio.py:5854 msgid "Playlist Not Found" -msgstr "" +msgstr "Çalma Listesi Bulunamadı" #: redbot/cogs/audio/audio.py:4111 msgid "Could not find a track matching your query." -msgstr "" +msgstr "Arama kriterlerinize uygun parça bulunamadı." #: redbot/cogs/audio/audio.py:4132 msgid "Skipping track" -msgstr "" +msgstr "Parça geçiliyor" #: redbot/cogs/audio/audio.py:4133 msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{track} parçası zaten {playlist} (`{id}`) [**{scope}**] içerisinde mevcut." #: redbot/cogs/audio/audio.py:4138 redbot/cogs/audio/audio.py:4180 msgid "Playlist limit reached: Could not add track." -msgstr "" +msgstr "Çalma listesi limitine ulaşıldı: parça eklenemiyor." #: redbot/cogs/audio/audio.py:4161 msgid "Track added" -msgstr "" +msgstr "Parça eklendi" #: redbot/cogs/audio/audio.py:4162 msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{track} şarkısı {playlist} (`{id}`) [**{scope}**] çalma listesine eklendi." #: redbot/cogs/audio/audio.py:4167 msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{num} adet parça {playlist} (`{id}`) [**{scope}**] çalma listesine eklendi." #: redbot/cogs/audio/audio.py:4172 msgid "\\n{existing} {plural} already in the playlist and were skipped." -msgstr "" +msgstr "\\n{existing} {plural} çalma listesinde zaten mevcut ve eklenmeden geçildi." #: redbot/cogs/audio/audio.py:4173 msgid "tracks are" -msgstr "" +msgstr "parçalar" #: redbot/cogs/audio/audio.py:4173 msgid "track is" -msgstr "" +msgstr "parçası" #: redbot/cogs/audio/audio.py:4176 redbot/cogs/audio/audio.py:4590 #: redbot/cogs/audio/audio.py:5214 redbot/cogs/audio/audio.py:5225 #: redbot/cogs/audio/audio.py:5879 msgid "Playlist Modified" -msgstr "" +msgstr "Çalma Listesi Düzenlendi" #: redbot/cogs/audio/audio.py:4265 redbot/cogs/audio/audio.py:4444 #: redbot/cogs/audio/audio.py:4536 redbot/cogs/audio/audio.py:4676 #: redbot/cogs/audio/audio.py:4819 redbot/cogs/audio/audio.py:5177 #: redbot/cogs/audio/audio.py:5554 redbot/cogs/audio/audio.py:5845 msgid "Could not match '{arg}' to a playlist." -msgstr "" +msgstr "{arg} bir çalma listesi ile eşleşmiyor." #: redbot/cogs/audio/audio.py:4317 msgid "Playlist Copied" -msgstr "" +msgstr "Çalma Listesi Kopyalandı" #: redbot/cogs/audio/audio.py:4318 msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." @@ -1979,7 +1979,7 @@ msgstr "Şarkıları tekrarla: {true_or_false}." #: redbot/cogs/audio/audio.py:6788 msgid "\\nAuto-play has been disabled." -msgstr "" +msgstr "\\nOto-oynatma devre dışı bırakıldı." #: redbot/cogs/audio/audio.py:6800 #, docstring diff --git a/redbot/cogs/audio/locales/zh-TW.po b/redbot/cogs/audio/locales/zh-TW.po index 832abc64a..4f8fbef38 100644 --- a/redbot/cogs/audio/locales/zh-TW.po +++ b/redbot/cogs/audio/locales/zh-TW.po @@ -28,24 +28,24 @@ msgstr "" #: redbot/cogs/audio/apis.py:576 msgid "Player timeout, skipping remaining tracks." -msgstr "" +msgstr "播放器超時,跳過剩餘歌曲。" #: redbot/cogs/audio/apis.py:598 msgid "Failing to get tracks, skipping remaining." -msgstr "" +msgstr "無法取得歌曲,跳過剩餘的歌曲。" #: redbot/cogs/audio/apis.py:646 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 "找不到任何內容。\\n您的YouTube API key可能是無效的,或者您在YouTube的搜索服務上受到速率限制。\\n請檢查YouTube API key,然後按照`{prefix}audioset youtubeapi`中的說明進行操作。" #: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609 #: redbot/cogs/audio/audio.py:5460 msgid "Playlist Enqueued" -msgstr "" +msgstr "已加入播放清單" #: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612 msgid "Added {num} tracks to the queue.{maxlength_msg}" -msgstr "" +msgstr "已將{num}首歌曲添加到播放清單中。{maxlength_msg}" #: redbot/cogs/audio/apis.py:671 redbot/cogs/audio/audio.py:3618 msgid "{time} until start of playlist playback: starts at #{position} in queue" @@ -70,7 +70,7 @@ msgstr "在 {} 個伺服器中播放" #: redbot/cogs/audio/audio.py:485 redbot/cogs/audio/audio.py:3351 msgid "Couldn't get a valid track." -msgstr "" +msgstr "無法取得有效的歌曲。" #: redbot/cogs/audio/audio.py:505 msgid "Auto Play Started." @@ -91,7 +91,7 @@ msgstr "播放清單已空。" #: redbot/cogs/audio/audio.py:585 msgid "Multiple errors detected" -msgstr "" +msgstr "偵測到多個錯誤" #: redbot/cogs/audio/audio.py:586 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." @@ -136,7 +136,7 @@ msgstr "已變更設定" #: redbot/cogs/audio/audio.py:689 msgid "Daily queues: {true_or_false}." -msgstr "" +msgstr "今日播放清單: {true_or_false}。" #: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706 #: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254 @@ -179,7 +179,7 @@ msgstr "已停用" #: redbot/cogs/audio/audio.py:697 #, docstring msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over `[p]audioset emptydisconnect`.\\n " -msgstr "" +msgstr "切換播放完畢後,機器人自動退出語音的設定。\\n\\n 此設定優先於`[p]audioset emptydisconnect`.\\n " #: redbot/cogs/audio/audio.py:705 msgid "Auto-disconnection at queue end: {true_or_false}." @@ -192,22 +192,22 @@ msgstr "\\n已停用自動播放。" #: redbot/cogs/audio/audio.py:719 #, docstring msgid "Manages the keyword whitelist and blacklist." -msgstr "" +msgstr "管理黑名單和白名單的關鍵字。" #: redbot/cogs/audio/audio.py:724 #, docstring msgid "Manages the global keyword whitelist/blacklist." -msgstr "" +msgstr "管理全域白名單/黑名單關鍵字。" #: redbot/cogs/audio/audio.py:728 #, docstring msgid "Manages the global keyword whitelist." -msgstr "" +msgstr "管理全域白名單關鍵字。" #: redbot/cogs/audio/audio.py:732 #, docstring msgid "Manages the global keyword blacklist." -msgstr "" +msgstr "管理全域黑名單關鍵字。" #: redbot/cogs/audio/audio.py:736 redbot/cogs/audio/audio.py:917 #, docstring @@ -283,7 +283,7 @@ msgstr "白名單中沒有任何項目。" #: redbot/cogs/audio/audio.py:857 redbot/cogs/audio/audio.py:1038 #, docstring msgid "List all keywords added to the blacklist." -msgstr "" +msgstr "列出所有已添加到黑名單中的關鍵字。" #: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899 #: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080 @@ -293,30 +293,30 @@ msgstr "黑名單中沒有任何項目。" #: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064 #, docstring msgid "Clear all keywords from the whitelist." -msgstr "" +msgstr "清除所有白名單中的關鍵字。" #: redbot/cogs/audio/audio.py:891 redbot/cogs/audio/audio.py:1072 msgid "All entries have been removed from the whitelist." -msgstr "所有項目均已從白名單中移除。" +msgstr "已從白名單中移除所有項目。" #: redbot/cogs/audio/audio.py:896 redbot/cogs/audio/audio.py:1077 #, docstring msgid "Clear all keywords added to the blacklist." -msgstr "" +msgstr "清除所有黑名單中的關鍵字。" #: redbot/cogs/audio/audio.py:904 redbot/cogs/audio/audio.py:1085 msgid "All entries have been removed from the blacklist." -msgstr "" +msgstr "已從黑名單中移除所有項目。" #: redbot/cogs/audio/audio.py:909 #, docstring msgid "Manages the keyword whitelist." -msgstr "" +msgstr "管理白名單關鍵字。" #: redbot/cogs/audio/audio.py:913 #, docstring msgid "Manages the keyword blacklist." -msgstr "" +msgstr "管理黑名單關鍵字。" #: redbot/cogs/audio/audio.py:940 #, docstring @@ -352,7 +352,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182 msgid "No Playlist Found" -msgstr "" +msgstr "沒有找到播放清單" #: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080 #: redbot/cogs/audio/audio.py:5395 @@ -361,11 +361,11 @@ msgstr "" #: redbot/cogs/audio/audio.py:1174 msgid "No Tracks Found" -msgstr "" +msgstr "沒有找到歌曲" #: redbot/cogs/audio/audio.py:1175 msgid "Playlist {name} has no tracks." -msgstr "" +msgstr "播放清單{name}中沒有歌曲。" #: redbot/cogs/audio/audio.py:1183 redbot/cogs/audio/audio.py:4088 #: redbot/cogs/audio/audio.py:4282 redbot/cogs/audio/audio.py:4452 @@ -434,12 +434,12 @@ msgstr "" #: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295 #: redbot/cogs/audio/audio.py:1689 msgid "Invalid Time" -msgstr "" +msgstr "無效的時間" #: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295 #: redbot/cogs/audio/audio.py:1689 msgid "Seconds can't be less than zero." -msgstr "" +msgstr "秒數不能小於零。" #: redbot/cogs/audio/audio.py:1274 msgid "Empty disconnect disabled." @@ -469,7 +469,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1322 msgid "Invalid Price" -msgstr "" +msgstr "錯誤的價格" #: redbot/cogs/audio/audio.py:1322 msgid "Price can't be less than zero." @@ -498,7 +498,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1396 msgid "Invalid Path" -msgstr "" +msgstr "無效的路徑" #: redbot/cogs/audio/audio.py:1397 msgid "{local_path} does not seem like a valid path." @@ -525,7 +525,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1433 msgid "Invalid length" -msgstr "" +msgstr "無效的長度" #: redbot/cogs/audio/audio.py:1433 msgid "Length can't be less than zero." @@ -776,7 +776,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1836 #, docstring msgid "Audio stats." -msgstr "" +msgstr "音樂統計信息。" #: redbot/cogs/audio/audio.py:1866 redbot/cogs/audio/audio.py:1901 #: redbot/cogs/audio/audio.py:1941 redbot/cogs/audio/audio.py:1979 @@ -804,7 +804,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1895 #, docstring msgid "Bump a track number to the top of the queue." -msgstr "" +msgstr "將編號歌曲移動到到播放清單頂部。" #: redbot/cogs/audio/audio.py:1908 redbot/cogs/audio/audio.py:1915 #: redbot/cogs/audio/audio.py:1921 @@ -830,7 +830,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1939 #, docstring msgid "Disconnect from the voice channel." -msgstr "" +msgstr "退出語音頻道。" #: redbot/cogs/audio/audio.py:1952 msgid "Unable to disconnect" @@ -851,7 +851,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:1976 #, docstring msgid "Equalizer management." -msgstr "" +msgstr "等化器管理。" #: redbot/cogs/audio/audio.py:2012 #, docstring @@ -984,7 +984,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:2344 #, docstring msgid "Local playback commands." -msgstr "" +msgstr "本地播放命令。" #: redbot/cogs/audio/audio.py:2350 #, docstring @@ -1024,7 +1024,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:2542 #, docstring msgid "Now playing." -msgstr "" +msgstr "正在播放。" #: redbot/cogs/audio/audio.py:2556 msgid "\\n Requested by: **{track.requester}**" @@ -1052,7 +1052,7 @@ msgstr "重複播放" #: redbot/cogs/audio/audio.py:2642 #, docstring msgid "Pause or resume a playing track." -msgstr "" +msgstr "暫停或繼續播放歌曲。" #: redbot/cogs/audio/audio.py:2654 redbot/cogs/audio/audio.py:2661 msgid "Unable To Manage Tracks" @@ -1077,7 +1077,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:2682 #, docstring msgid "Queue percentage." -msgstr "" +msgstr "暫停或繼續播放歌曲。" #: redbot/cogs/audio/audio.py:2709 msgid "There's nothing in the queue." @@ -1085,12 +1085,12 @@ msgstr "" #: redbot/cogs/audio/audio.py:2731 msgid "Queued and playing tracks:" -msgstr "" +msgstr "已加入和正在播放的歌曲:" #: redbot/cogs/audio/audio.py:2738 #, docstring msgid "Play a URL or search for a track." -msgstr "" +msgstr "播放URL或搜索歌曲。" #: redbot/cogs/audio/audio.py:2747 redbot/cogs/audio/audio.py:2752 #: redbot/cogs/audio/audio.py:2769 redbot/cogs/audio/audio.py:2778 @@ -1114,7 +1114,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:6939 redbot/cogs/audio/audio.py:7000 #: redbot/cogs/audio/audio.py:7133 msgid "Unable To Play Tracks" -msgstr "" +msgstr "無法播放歌曲" #: redbot/cogs/audio/audio.py:2748 redbot/cogs/audio/audio.py:2854 #: redbot/cogs/audio/audio.py:6934 @@ -1160,7 +1160,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:6906 redbot/cogs/audio/audio.py:7127 #: redbot/cogs/audio/audio.py:7781 msgid "Connection to Lavalink has not yet been established." -msgstr "" +msgstr "尚未與Lavalink建立連接。" #: redbot/cogs/audio/audio.py:2792 redbot/cogs/audio/audio.py:2898 #: redbot/cogs/audio/audio.py:3148 redbot/cogs/audio/audio.py:3323 @@ -1187,7 +1187,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:2838 #, docstring msgid "Force play a URL or search for a track." -msgstr "" +msgstr "在播放清單頂部播放URL或搜索歌曲。" #: redbot/cogs/audio/audio.py:2843 msgid "Unable to bump track" @@ -1227,7 +1227,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:3018 msgid "{time} until track playback: #1 in queue" -msgstr "" +msgstr "{time}後開始播放: 在播放清單的第#1首歌" #: redbot/cogs/audio/audio.py:3022 redbot/cogs/audio/audio.py:3686 #: redbot/cogs/audio/audio.py:7162 @@ -1237,7 +1237,7 @@ msgstr "已加入播放清單" #: redbot/cogs/audio/audio.py:3036 #, docstring msgid "Pick a Spotify playlist from a list of categories to start playing." -msgstr "" +msgstr "從類別列表中選擇一個Spotify播放列表以開始播放。" #: redbot/cogs/audio/audio.py:3102 msgid "The owner needs to set the Spotify client ID, Spotify client secret, and YouTube API key before Spotify URLs or codes can be used. \\nSee `{prefix}audioset youtubeapi` and `{prefix}audioset spotifyapi` for instructions." @@ -1288,7 +1288,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:3283 #, docstring msgid "Starts auto play." -msgstr "" +msgstr "開始自動播放。" #: redbot/cogs/audio/audio.py:3337 msgid "You must be in the voice channel to use the autoplay command." @@ -1363,7 +1363,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:3689 redbot/cogs/audio/audio.py:7196 msgid "{time} until track playback: #{position} in queue" -msgstr "" +msgstr "{time}後開始播放: 在播放清單的第#{position}首歌開始" #: redbot/cogs/audio/audio.py:3710 msgid "Please wait, finding tracks..." @@ -1384,7 +1384,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:3719 msgid "Approximate time remaining: {seconds}" -msgstr "" +msgstr "大約剩餘時間: {seconds}" #: redbot/cogs/audio/audio.py:3790 msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." @@ -1409,7 +1409,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:3952 redbot/cogs/audio/audio.py:4889 #: redbot/cogs/audio/audio.py:4982 redbot/cogs/audio/utils.py:184 msgid "Unknown" -msgstr "" +msgstr "未知" #: redbot/cogs/audio/audio.py:3953 msgid "{number}. <{playlist.name}>\\n - Scope: < {scope} >\\n - ID: < {playlist.id} >\\n - Tracks: < {tracks} >\\n - Author: < {author} >\\n\\n" @@ -1426,7 +1426,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:4009 #, 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 "播放清單設定選項。\\n\\n 範圍訊息:\\n ​ ​ ​ ​ **全域**:\\n ​ ​ ​ ​ ​ ​ ​ ​ 所有使用者均可看到。\\n ​ ​ ​ ​ ​ ​ ​ ​ 只能由機器人的所有者來編輯。\\n ​ ​ ​ ​ **伺服器**:\\n ​ ​ ​ ​ ​ ​ ​ ​ 該伺服器中的所有使用者均可看到。\\n ​ ​ ​ ​ ​ ​ ​ ​ 可以由伺服器擁有者、伺服器管理員、伺服器仲裁者、DJ身分組及播放清單的創建者來編輯。\\n ​ ​ ​ ​ **使用者**:\\n ​ ​ ​ ​ ​ ​ ​ ​ 如果是通過--author的話,所有人均可以看到。\\n ​ ​ ​ ​ ​ ​ ​ ​ 機器人的所有者和創建者均可編輯。\\n\\n " #: redbot/cogs/audio/audio.py:4033 #, docstring @@ -1792,7 +1792,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:6201 #, docstring msgid "Skip to the start of the previously played track." -msgstr "" +msgstr "跳到上一個播放歌曲的開頭。" #: redbot/cogs/audio/audio.py:6215 redbot/cogs/audio/audio.py:6222 #: redbot/cogs/audio/audio.py:6229 redbot/cogs/audio/audio.py:7475 @@ -1825,7 +1825,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:6257 #, docstring msgid "List the songs in the queue." -msgstr "" +msgstr "列出播放清單中的歌曲。" #: redbot/cogs/audio/audio.py:6293 msgid "\\n Requested by: **{track.requester}**" @@ -1866,7 +1866,7 @@ msgstr "點歌者 **{user}**\\n" #: redbot/cogs/audio/audio.py:6475 msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\\n" -msgstr "" +msgstr "第{page_num}頁/共{total_pages}頁 | 共{num_tracks}首歌曲, 剩餘{num_remaining}\\n" #: redbot/cogs/audio/audio.py:6550 msgid "Matching Tracks:" @@ -1984,7 +1984,7 @@ msgstr "\\n已停用自動播放。" #: redbot/cogs/audio/audio.py:6800 #, docstring msgid "Remove a specific track number from the queue." -msgstr "" +msgstr "從播放清單中刪除指定的歌曲編號。" #: redbot/cogs/audio/audio.py:6808 msgid "Nothing queued." @@ -2014,7 +2014,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:6843 #, docstring msgid "Pick a track with a search.\\n\\n Use `[p]search list ` to queue all tracks found on YouTube.\\n `[p]search sc` will search SoundCloud instead of YouTube.\\n " -msgstr "" +msgstr "選擇要搜索的曲目。\\n\\n 使用`[p]search list ` 來把所有在YouTube搜尋到的結果加入播放清單中。\\n `[p]search sc `則會搜尋SoundCloud而不是YouTube。\\n " #: redbot/cogs/audio/audio.py:6890 redbot/cogs/audio/audio.py:6899 #: redbot/cogs/audio/audio.py:6905 redbot/cogs/audio/audio.py:6917 @@ -2076,7 +2076,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7280 #, 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 "在軌道上向前或向後搜索幾秒鐘或到特定時間。\\n\\n接受的格式為秒數或00:00:00(`hh:mm:ss`)或00:00 (`mm:ss`)的值。\\n " #: redbot/cogs/audio/audio.py:7298 redbot/cogs/audio/audio.py:7305 #: redbot/cogs/audio/audio.py:7312 redbot/cogs/audio/audio.py:7319 @@ -2146,12 +2146,12 @@ msgstr "" #: redbot/cogs/audio/audio.py:7450 #, docstring msgid "Make Red sing one of her songs." -msgstr "" +msgstr "讓Red唱她的一首歌。" #: redbot/cogs/audio/audio.py:7466 #, docstring msgid "Skip to the next track, or to a given track number." -msgstr "" +msgstr "跳到下一首歌曲或指定編號的歌曲。" #: redbot/cogs/audio/audio.py:7476 msgid "You must be in the voice channel to skip the music." @@ -2204,7 +2204,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7670 #, docstring msgid "Stop playback and clear the queue." -msgstr "" +msgstr "停止播放並清除播放清單。" #: redbot/cogs/audio/audio.py:7683 redbot/cogs/audio/audio.py:7690 #: redbot/cogs/audio/audio.py:7697 @@ -2226,7 +2226,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7722 #, docstring msgid "Summon the bot to a voice channel." -msgstr "" +msgstr "召喚機器人到語音頻道。" #: redbot/cogs/audio/audio.py:7735 redbot/cogs/audio/audio.py:7743 #: redbot/cogs/audio/audio.py:7756 redbot/cogs/audio/audio.py:7773 @@ -2245,7 +2245,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7788 #, docstring msgid "Set the volume, 1% - 150%." -msgstr "" +msgstr "設定音量,1% - 150%。" #: redbot/cogs/audio/audio.py:7794 msgid "Current Volume:" @@ -2270,7 +2270,7 @@ msgstr "" #: redbot/cogs/audio/audio.py:7838 #, docstring msgid "Lavalink server configuration options." -msgstr "" +msgstr "Lavalink伺服器的設定選項。" #: redbot/cogs/audio/audio.py:7842 #, docstring diff --git a/redbot/cogs/cleanup/locales/af-ZA.po b/redbot/cogs/cleanup/locales/af-ZA.po index f33a71647..678a22f99 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ar-SA.po b/redbot/cogs/cleanup/locales/ar-SA.po index 1ff812f44..9fcc385e8 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/bg-BG.po b/redbot/cogs/cleanup/locales/bg-BG.po index 4fee6cb59..8c39909c0 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ca-ES.po b/redbot/cogs/cleanup/locales/ca-ES.po index 7d2265e6d..bdf09bdb3 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/cs-CZ.po b/redbot/cogs/cleanup/locales/cs-CZ.po index 407144153..7a3a0e163 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "Vyčistit zprávy vlastněné botem.\\n\\n Ve výchozím nastaven #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/da-DK.po b/redbot/cogs/cleanup/locales/da-DK.po index 2f36702ee..a8db6e781 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/de-DE.po b/redbot/cogs/cleanup/locales/de-DE.po index 6ce244b67..d081d87e7 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -77,8 +77,8 @@ msgstr "Lösche Nachrichten vom Bot.\\n\\n Standardmäßig werden alle Na #: redbot/cogs/cleanup/cleanup.py:540 #, 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 bei. \\n \\n Der Standardwert ist 50. \\n " +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 " #: redbot/cogs/cleanup/converters.py:12 msgid "{} doesn't look like a valid message ID." diff --git a/redbot/cogs/cleanup/locales/el-GR.po b/redbot/cogs/cleanup/locales/el-GR.po index 671a42681..9f4373e26 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/es-ES.po b/redbot/cogs/cleanup/locales/es-ES.po index 53ec348d7..fd23c6821 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/fi-FI.po b/redbot/cogs/cleanup/locales/fi-FI.po index 12d70af3a..0919ef186 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/fr-FR.po b/redbot/cogs/cleanup/locales/fr-FR.po index 1e1d34869..ee6c18a43 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -79,7 +79,7 @@ msgstr "Supprimer les messages appartenant au bot.\\n\\n Par défaut, tou #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/he-IL.po b/redbot/cogs/cleanup/locales/he-IL.po index 08f05c844..47f8dd943 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/hu-HU.po b/redbot/cogs/cleanup/locales/hu-HU.po index c2788f45c..235dc0635 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/id-ID.po b/redbot/cogs/cleanup/locales/id-ID.po index da10f084d..38d3c3c4c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/it-IT.po b/redbot/cogs/cleanup/locales/it-IT.po index 3476db14f..8b6c73be0 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ja-JP.po b/redbot/cogs/cleanup/locales/ja-JP.po index 974cb0b05..c05b405f2 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ko-KR.po b/redbot/cogs/cleanup/locales/ko-KR.po index a00d00347..879ccb11d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/nl-NL.po b/redbot/cogs/cleanup/locales/nl-NL.po index 22711587d..532710abc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/no-NO.po b/redbot/cogs/cleanup/locales/no-NO.po index 8aafbc787..7ba43fb62 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/pl-PL.po b/redbot/cogs/cleanup/locales/pl-PL.po index fed4ad452..5a892a81c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/pt-BR.po b/redbot/cogs/cleanup/locales/pt-BR.po index ea58a2f2d..56885b67d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/pt-PT.po b/redbot/cogs/cleanup/locales/pt-PT.po index 1b4bd2884..4a2962002 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ro-RO.po b/redbot/cogs/cleanup/locales/ro-RO.po index e01c66be3..f9ffc3b0e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/ru-RU.po b/redbot/cogs/cleanup/locales/ru-RU.po index 691c4cd04..a34bec73f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/sk-SK.po b/redbot/cogs/cleanup/locales/sk-SK.po index e12986498..095e51ff5 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/sr-SP.po b/redbot/cogs/cleanup/locales/sr-SP.po index a3a495dff..150e8e5c4 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/sv-SE.po b/redbot/cogs/cleanup/locales/sv-SE.po index bb1f32d3e..834a3d0a3 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/tr-TR.po b/redbot/cogs/cleanup/locales/tr-TR.po index 27672f7e2..096ee89c6 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -77,8 +77,8 @@ msgstr "Botun gönderdiği tüm mesajları siler.\\n\\n Varsayılan olarak tüm #: redbot/cogs/cleanup/cleanup.py:540 #, 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 "" +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 " #: redbot/cogs/cleanup/converters.py:12 msgid "{} doesn't look like a valid message ID." diff --git a/redbot/cogs/cleanup/locales/uk-UA.po b/redbot/cogs/cleanup/locales/uk-UA.po index 2e8ed457d..54d5517cc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/vi-VN.po b/redbot/cogs/cleanup/locales/vi-VN.po index e01833d62..32d963d77 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/zh-CN.po b/redbot/cogs/cleanup/locales/zh-CN.po index 310e8e241..1a5c28c28 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/zh-HK.po b/redbot/cogs/cleanup/locales/zh-HK.po index 9fab2978e..be8fcdcfb 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/cleanup/locales/zh-TW.po b/redbot/cogs/cleanup/locales/zh-TW.po index 4ed82e300..2c9eee0ad 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: redbot/cogs/cleanup/cleanup.py:540 #, docstring -msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n " +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" #: redbot/cogs/cleanup/converters.py:12 diff --git a/redbot/cogs/customcom/locales/af-ZA.po b/redbot/cogs/customcom/locales/af-ZA.po index 38f65cd84..32d4326b8 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 85a1f94f3..096973a5d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 ee9917c12..4afde8ef5 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 4d91d27e6..3e3982c3c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 8f2ef826b..8b2183061 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "Vytvoří příkazy používané k zobrazení textu." msgid "Custom commands management." msgstr "Správa vlastních příkazů." -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "Vlastní příkaz byl zrušen." -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Vlastní příkaz byl úspěšně přidán." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Tento příkaz neexistuje." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "{} musí být jeden z {}" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 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:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Vlastní příkaz byl úspěšně upraven." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 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:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "Seznam vlastních příkazů" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "Strana {num}/{total}" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "Nemohu najít tento vlastní příkaz." -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "Náhodně" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "Normální" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "Odpovědi:\\n" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "Příliš mnoho argumentů!" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 ea354f843..68ddf45a9 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "Skab kommandoer brugt til at fremvise tekst." msgid "Custom commands management." msgstr "Brugerdefineret kommando håndtering." -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 08edc57cd..75dfa2402 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -48,166 +48,184 @@ msgstr "Erstellt Befehle, die vorgefertigte Texte ausgeben." msgid "Custom commands management." msgstr "Verwalte die benutzerdefinierten Befehle." -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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." + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "Antwort #{num}/{total}" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "Antwort #{num}/{total}:\\n{raw}" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." -msgstr "" +msgstr "Durchsucht Customcommands." -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." -msgstr "" +msgstr "Keine Ergebnisse gefunden." -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" -msgstr "" +msgstr "Suchergebnisse" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" -msgstr "" +msgstr "Folgendes wurde gefunden:" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 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:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "Der Vorgang, zum Erstellen eines benutzedefinierten Befehls, wurde abgebrochen." -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Benutzerdefinierter Befehl erfolgreich hinzugefügt." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 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:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Dieser Befehl existiert nicht." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "Ein {} darf diesen Befehl alle {} Sekunden aufrufen" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "Dieser Befehl hat keine Abklingzeit." -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "{} muss einer von {} sein" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "Abklingzeit des benutzerdefinierten Befehls erfolgreich bearbeitet." -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 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:340 +#: redbot/cogs/customcom/customcom.py:389 #, 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:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Benutzerdefinierter Befehl erfolgreich gelöscht." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, 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:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Benutzerdefinierter Befehl erfolgreich bearbeitet." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 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:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "Liste der benutzerdefinierten Befehle" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "Seite {num}/{total}" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "Zeigt die Einstellungen und Antworten eines benutzerdefinierten Befehls an." -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "Ich konnte diesen benutzerdefinierten Befehl nicht finden." -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "Zufall" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 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:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "Cooldown:\\n" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "{num} Sekunden pro {period}\\n" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "Antworten:\\n" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "Zu viele Argumente!" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 634b674a8..af78ac60c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 882eed3b8..46036ebf3 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Comando personalizado añadido satifactoriamente." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Este comando no existe." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Comando personalizado eliminado satifactoriamente." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Comando personalizado editado con éxito." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 74f3bdad7..785b846b5 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 ea71f25ed..321551c3e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "Crée des commandes utilisées pour afficher du texte." msgid "Custom commands management." msgstr "Gestion des commandes personnalisées." -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 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:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "Processus de commande personnalisée annulé." -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Commande personnalisée ajoutée avec succès." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 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:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Cette commande n'existe pas." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "Un {} peut appeler cette commande toutes les {} secondes" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "Cette commande n'a pas de cooldown." -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "{} doit être l'un des {}" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "Le cooldown de commande personnalisé a été modifié avec succès." -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 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:340 +#: redbot/cogs/customcom/customcom.py:389 #, 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:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "La commande personnalisée a été supprimée avec succès." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, 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:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Commande personnalisée modifiée avec succès." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 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:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "Liste de commandes personnalisées" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "Page {num}/{total}" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "Affiche les réponses d'une commande personnalisée et ses paramètres." -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 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:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "Aléatoire" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 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:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "Cooldowns :\\n" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "{num} secondes par {period}\\n" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "Réponses :\\n" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "Trop d'arguments !" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "Les arguments doivent être séquentiels. Arguments manquants : " -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 6ac7ca8ea..5464343f6 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 bbb845f4e..a6babff06 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 d7a1f8992..9002fac33 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Perintah kustom berhasil ditambahkan." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Perintah tersebut tidak ada." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Perintah kustom berhasil dihapus." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Perintah kustom berhasil diubah." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 bf0f6b827..b0e2a662f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Comando personalizzato aggiunto con successo." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Tale comando non esiste." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Comando personalizzato eliminato correttamente." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Comando personalizzato modificato con successo." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 0162879ac..5cb9a6f47 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 537d4833d..0d086a3ac 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "커스텀 커맨드가 성공적으로 추가됐어요." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "해당 커맨드는 추가되어 있지 않아요." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "커스텀 커맨드가 성공적으로 삭제됐어요." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "커스텀 커맨드가 성공적으로 수정됐어요." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 55943bd83..833857dc2 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 bbe59e492..ad41b79dc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 503f8bead..536f5fd5f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 e4c1246e9..1ab5f9602 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 be3dd0695..a0e4c4f88 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 f0da334c8..f53b3d2ea 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 ee575b404..a2c0a8b42 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "Создает команды, используемые для отоб msgid "Custom commands management." msgstr "Управление пользовательскими командами." -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "Уже существует команда бота с таким же именем." -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Пользовательская команда успешно добавлена." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "Эта команда уже существует. Используйте `{command}` для редактирования." -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Такой команды не существует." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "{} может вызывать эту команду каждые {} секунд" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "Эта команда не имеет времени восстановления." -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "{} должен быть одним из {}" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "Время восстановления пользовательской команды успешно отредактировано." -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Эта команда не существует. Используйте `{command}`, чтобы добавить ее." -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Пользовательская команда успешно удалена." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Пользовательская команда успешно отредактирована." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "На этом сервере нет пользовательских команд. Используйте `{command}`, чтобы начать добавлять некоторые." -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "Список пользовательских команд" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "Страница {num}/{total}" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "Слишком много аргументов!" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/sk-SK.po b/redbot/cogs/customcom/locales/sk-SK.po index 78e839de5..a7d6f28e9 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 8b22d9cad..b92b8035b 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 b01638589..1f7ae17c2 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Det anpassade kommandot har lagts till." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Det kommandot finns inte." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Det anpassade kommandot är nu borttaget." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Det anpassade kommandot har nu ändrats." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 d0db75870..34ab97d8e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "Yazı gösterecek komutlar oluşturur" msgid "Custom commands management." msgstr "Özel komut yönetimi" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "Bu isimle bir komut zaten bulunmakta." -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "Özel komut başarıyla eklendi." -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 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:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "Bu komut var gibi görünmüyor." -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "{} kişisi bu komutu {} saniye de bir çalıştırabilir." -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "Bu komutun bekleme süresi bulunmuyor." -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "{} 'dan biri {} olmalı." -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "Özel komut bekleme süresi başarılı bir şekilde düzenlendi." -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 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:340 +#: redbot/cogs/customcom/customcom.py:389 #, 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:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "Özel komut başarıyla kaldırıldı." -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, 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:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "Özel komut başarıyla düzenlendi." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 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:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "Özel komut listesi" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "{num}/{total} sayfa" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "Özel bir komutu, ayarlarını ve yanıtlarını gösterir." -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "Bu özel komutu bulamadım." -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "Rastgele" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 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:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "Bekleme süresi:\\n" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "{num} saniye her {period} başına\\n" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "Yanıtlar" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "Çok fazla argüman" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "Girdiler sırayla olmalıdır. Eksik girdiler:" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 faec258b1..6afb12442 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 c94c2dde7..45e71b70d 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 b7bea892c..7944c658e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 5405a8818..bd6e63d0a 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 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 7d2245ccf..6afc7f24c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" #: redbot/cogs/customcom/customcom.py:64 msgid "Add a random response:" -msgstr "" +msgstr "添加隨機回應:" #: redbot/cogs/customcom/customcom.py:76 msgid "Random responses must take the same arguments!" @@ -48,165 +48,183 @@ msgstr "" msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:212 +#: redbot/cogs/customcom/customcom.py:211 +#, 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 "" + +#: redbot/cogs/customcom/customcom.py:232 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:242 +msgid "Response #{num}/{total}:\\n{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:253 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:224 +#: redbot/cogs/customcom/customcom.py:265 msgid "No close matches were found." -msgstr "" +msgstr "沒有符合的結果。" -#: redbot/cogs/customcom/customcom.py:229 +#: redbot/cogs/customcom/customcom.py:270 msgid "Search results" -msgstr "" +msgstr "查詢結果" -#: redbot/cogs/customcom/customcom.py:234 +#: redbot/cogs/customcom/customcom.py:275 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:239 +#: redbot/cogs/customcom/customcom.py:280 #, 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:250 +#: redbot/cogs/customcom/customcom.py:291 #, 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:255 -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:297 +#: redbot/cogs/customcom/customcom.py:326 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:300 +#: redbot/cogs/customcom/customcom.py:329 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:259 +#: redbot/cogs/customcom/customcom.py:304 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:263 -#: redbot/cogs/customcom/customcom.py:284 +#: redbot/cogs/customcom/customcom.py:308 +#: redbot/cogs/customcom/customcom.py:333 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:266 -#: redbot/cogs/customcom/customcom.py:287 +#: redbot/cogs/customcom/customcom.py:311 +#: redbot/cogs/customcom/customcom.py:336 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:274 +#: redbot/cogs/customcom/customcom.py:319 #, 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:299 +#: redbot/cogs/customcom/customcom.py:348 #, 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:312 -#: redbot/cogs/customcom/customcom.py:349 +#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:398 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:317 +#: redbot/cogs/customcom/customcom.py:366 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:321 +#: redbot/cogs/customcom/customcom.py:370 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:325 +#: redbot/cogs/customcom/customcom.py:374 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:378 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:332 -#: redbot/cogs/customcom/customcom.py:364 +#: redbot/cogs/customcom/customcom.py:381 +#: redbot/cogs/customcom/customcom.py:413 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:389 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:347 +#: redbot/cogs/customcom/customcom.py:396 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:403 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:423 #, 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:383 +#: redbot/cogs/customcom/customcom.py:432 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:399 +#: redbot/cogs/customcom/customcom.py:448 msgid "Custom Command List" -msgstr "" +msgstr "自訂指令列表" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:452 msgid "Page {num}/{total}" -msgstr "" +msgstr "第{num}頁/共{total}頁" -#: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:462 #, docstring msgid "Shows a custom command's reponses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:418 +#: redbot/cogs/customcom/customcom.py:467 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:433 +#: redbot/cogs/customcom/customcom.py:482 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:435 +#: redbot/cogs/customcom/customcom.py:484 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:447 +#: redbot/cogs/customcom/customcom.py:496 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:449 +#: redbot/cogs/customcom/customcom.py:498 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:501 msgid "Responses:\\n" -msgstr "" +msgstr "回應:\\n" -#: redbot/cogs/customcom/customcom.py:547 +#: redbot/cogs/customcom/customcom.py:596 msgid "Too many arguments!" -msgstr "" +msgstr "太多參數!" -#: redbot/cogs/customcom/customcom.py:551 +#: redbot/cogs/customcom/customcom.py:600 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:577 +#: redbot/cogs/customcom/customcom.py:626 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/general/locales/fr-FR.po b/redbot/cogs/general/locales/fr-FR.po index a733ec792..7e05c83d3 100644 --- a/redbot/cogs/general/locales/fr-FR.po +++ b/redbot/cogs/general/locales/fr-FR.po @@ -397,7 +397,7 @@ msgstr "" #: redbot/cogs/general/general.py:372 msgid "More Emojis" -msgstr "" +msgstr "Plus d'émojis" #: redbot/cogs/general/general.py:373 msgid "Commerce" diff --git a/redbot/cogs/general/locales/zh-TW.po b/redbot/cogs/general/locales/zh-TW.po index 226182c0b..998a145ea 100644 --- a/redbot/cogs/general/locales/zh-TW.po +++ b/redbot/cogs/general/locales/zh-TW.po @@ -16,7 +16,7 @@ msgstr "" #: redbot/cogs/general/general.py:46 #, docstring msgid "General commands." -msgstr "" +msgstr "常規命令。" #: redbot/cogs/general/general.py:51 msgid "As I see it, yes" @@ -56,7 +56,7 @@ msgstr "絶對是的" #: redbot/cogs/general/general.py:60 msgid "You may rely on it" -msgstr "" +msgstr "你可以相信它" #: redbot/cogs/general/general.py:61 msgid "Reply hazy, try again" @@ -68,7 +68,7 @@ msgstr "稍後再問一次" #: redbot/cogs/general/general.py:63 msgid "Better not tell you now" -msgstr "" +msgstr "最好不要現在告訴你" #: redbot/cogs/general/general.py:64 msgid "Cannot predict now" @@ -165,7 +165,7 @@ msgstr "" #: redbot/cogs/general/general.py:186 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " -msgstr "" +msgstr "問八號球一個問題。\\n\\n 問題必須以問號結尾。\\n " #: redbot/cogs/general/general.py:193 msgid "That doesn't look like a question." @@ -201,7 +201,7 @@ msgstr "" #: redbot/cogs/general/general.py:253 msgid "Created on {date}. That's over {num} days ago!" -msgstr "" +msgstr "創立於{date}。那是{num}天前!" #: redbot/cogs/general/general.py:264 msgid "Region" @@ -209,7 +209,7 @@ msgstr "區域" #: redbot/cogs/general/general.py:265 msgid "Users online" -msgstr "" +msgstr "線上使用者" #: redbot/cogs/general/general.py:266 msgid "Text Channels" @@ -229,7 +229,7 @@ msgstr "擁有者" #: redbot/cogs/general/general.py:270 msgid "Server ID: " -msgstr "" +msgstr "伺服器ID: " #: redbot/cogs/general/general.py:293 msgid "\\nShard ID: **{shard_id}/{shard_count}**" @@ -425,11 +425,11 @@ msgstr "" #: redbot/cogs/general/general.py:405 msgid "Members:" -msgstr "" +msgstr "成員:" #: redbot/cogs/general/general.py:407 msgid "Channels:" -msgstr "" +msgstr "頻道:" #: redbot/cogs/general/general.py:408 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" diff --git a/redbot/cogs/mod/locales/af-ZA.po b/redbot/cogs/mod/locales/af-ZA.po index f894a475d..fefad61b3 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ar-SA.po b/redbot/cogs/mod/locales/ar-SA.po index 64c62bc95..1adb9a347 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/bg-BG.po b/redbot/cogs/mod/locales/bg-BG.po index 92d9c1110..07f1d8035 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ca-ES.po b/redbot/cogs/mod/locales/ca-ES.po index 65117417a..a6e412159 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/cs-CZ.po b/redbot/cogs/mod/locales/cs-CZ.po index 73fd5542e..07996681a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "{} nevypadá jako platné ID uživatele." msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Neplatné dny. Musí být mezi 0 a 7." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Na tuto akci nemám práva." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "Hotovo. Nylo načase." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "\\nChyby:\\n" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "Uživatel {user_id} neexistuje." -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 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:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Zdá se, že uživatel není zabanován!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Při pokusu o odbanování tohoto uživatele nastala chyba" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 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:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "Aktuální hlasový kanál" msgid "Member #{} | User ID: {}" msgstr "Člen #{} | ID uživatele: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "Zobrazit předchozí jména a přezdívky uživatele." -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**Posledních 20 jmen**:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**Posledních 20 přezdívek**:" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/da-DK.po b/redbot/cogs/mod/locales/da-DK.po index 829e8b6ab..4df629e65 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/de-DE.po b/redbot/cogs/mod/locales/de-DE.po index c36d6fd6a..6ccb87566 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "{} sieht nicht wie eine gültige Benutzerkennung aus." msgid "Mention spam (Autoban)" msgstr "Spam von Erwähnungen (Autoban)" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 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:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 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:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Ungültige Anzahl an Tagen. Es muss eine Zahl zwischen 0 und 7 sein." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Ich bin nicht autorisiert dies zu tun." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "Tempban abgesessen" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 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:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "Erledigt. Das fühlte sich gut an." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 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:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "{num} Benutzer vom Server gesperrt." -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "\\nFehler:\\n" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Mir fehlen die Berechtigungen dies zu tun." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "Benutzer {user_id} ist bereits gesperrt." -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "Fehler beim Bannen von Benutzer {user_id}: {reason}" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "Benutzer {user_id} existiert nicht." -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "Konnte {user_id} nicht bannen: fehlende Berechtigungen." -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "Fehler beim Erstellen des Modlog-Falls: {reason}" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "Bannt einen Benutzer vorübergehend vom Server." -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "Du wurdest vorübergehend von {server_name} gebannt. Der Bann geht bis {date}. Mit diesem Link kannst du den Server danach wieder betreten: {invite_link}" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "Ich kann das aus irgendeinem Grund nicht tun." -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "Das ist etwas beim Bannen schief gelaufen" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "Erledigt. Das war genug Stress, jetzt erst einmal ein Cookie zum entspannen" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, 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:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 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:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "Erledigt. Das war genug Stress." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "Kicke ein Mitglied aus einem Sprachkanal." -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 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:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "Etwas ist schief gelaufen während der Versuch, dieses Mitglied zu kicken" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Es scheint so, dass dieser Benutzer nicht gebannt ist!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Beim Versuch, diesen Benutzer zu unbannen, ist ein Fehler aufgetreten" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "Der Nutzer wurde vom Server entbannt." -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 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:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 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}" @@ -489,20 +489,20 @@ msgstr "Aktueller Sprachkanal" msgid "Member #{} | User ID: {}" msgstr "Benutzer #{} | User ID: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "Zeige vorherige Namen und Nicknamen von einem Benutzer." -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**Vorherige 20 Namen:**" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**Die letzten 20 Nicknamen:**" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "Über diesen Benutzer sind keine Namens- oder Nicknamenänderungen bekannt." diff --git a/redbot/cogs/mod/locales/el-GR.po b/redbot/cogs/mod/locales/el-GR.po index a018a1b91..5458de7d1 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/es-ES.po b/redbot/cogs/mod/locales/es-ES.po index 2a0bd464f..eba16bf38 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 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:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Días no válidos. Debe estar entre 0 y 7." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "No estoy autorizado a hacer eso." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "Hecho. Se sintió bien." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "Hecho. Ya era hora." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Carezco de los permisos para ello." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "No puedo hacer eso por algunas razones." -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "Algo estuvo mal mientras baneabamos" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "Hecho, Suficiente caos por ahora" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 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:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "Hecho. Suficiente caos." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Parece que ese usuario no está baneado!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Algo malo paso mientras intentabamos desbanear a ese usuario" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "Desbanea a ese usuario de este servidor" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**Últimos 20 nombres**:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**Últimos 20 nombres**:" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "Que el usuario no tiene ningún nombre grabado o cambio de apodo." diff --git a/redbot/cogs/mod/locales/fi-FI.po b/redbot/cogs/mod/locales/fi-FI.po index 859ea9e5b..cb777bfb0 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/fr-FR.po b/redbot/cogs/mod/locales/fr-FR.po index ee3591219..b4c5d2ce5 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "Spam de mention (Autoban)" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 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:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 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:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Jours non valides. Doit être compris entre 0 et 7." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Je ne suis pas autorisé à faire cela." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "Ban temporaire terminé" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 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:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "C'est fait. Ça m'a fait du bien." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "Terminé. Il était temps." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "\\nErreurs:\\n" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Je n'ai pas les permissions pour le faire." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "L'utilisateur {user_id} est déjà banni." -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "Impossible de bannir l'utilisateur {user_id}: {reason}" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "Bannis temporairement un utilisateur du serveur." -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "Vous avez été temporairement banni de {server_name} jusqu'au {date}. Voici une invitation lorsque votre bannissement expirera : {invite_link}" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 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:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "Quelque chose a mal tourné lors du bannissement" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "Terminé. Assez de chaos pour l'instant" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, 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:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 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:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "Terminé. Assez de chaos." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Il semble que l'utilisateur n'est pas banni !" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Une erreur s'est produite lors de la tentative de dé-bannissement de cet utilisateur" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "Cet utilisateur à été débanni du serveur" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 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}" @@ -489,20 +489,20 @@ msgstr "Salon vocal actuel" msgid "Member #{} | User ID: {}" msgstr "Membre #{} | ID utilisateur: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "Afficher les noms et pseudos précédents d'un utilisateur." -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**20 derniers noms **:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**20 derniers pseudos ** :" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "Cet utilisateur n'a aucun nom ou pseudo enregistré." diff --git a/redbot/cogs/mod/locales/he-IL.po b/redbot/cogs/mod/locales/he-IL.po index 1f1c63562..1773f4dfe 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/hu-HU.po b/redbot/cogs/mod/locales/hu-HU.po index 3991d9282..37bb3cee0 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/id-ID.po b/redbot/cogs/mod/locales/id-ID.po index 15fc2e048..21e5bbd7e 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 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:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Hari-hari tidak sah. Harus antara 0 dan 7." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Saya tidak diizinkan untuk melakukan itu." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "Selesai. Itu terasa baik." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "Selesai. Itu hanya masalah waktu." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Saya tidak memiliki izin untuk melakukan ini." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "Saya tidak bisa melakukan itu untuk beberapa alasan." -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "Terjadi suatu kesalahan saat banning" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "Selesai. Cukup kekacauan untuk sekarang" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 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:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "Selesai. Cukup kekacauan." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Tampaknya bahwa pengguna tidak di banned!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Terjadi kesalahan saat mencoba untuk mengunban pengguna" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**20 nama terakhir**:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**20 julukan terakhir**:" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "Pengguna tidak memiliki nama yang tercatat atau nama panggilan yang berubah." diff --git a/redbot/cogs/mod/locales/it-IT.po b/redbot/cogs/mod/locales/it-IT.po index deaf96957..71f2f61f2 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ja-JP.po b/redbot/cogs/mod/locales/ja-JP.po index 517b3979c..d47257479 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ko-KR.po b/redbot/cogs/mod/locales/ko-KR.po index dcd8b92d3..58dc310bf 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "그렇게 하게 둘 수는 없어요. 자해는 나빠요. {}" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "올바르지 않은 요일이에요. 0에서 7사이여야 해요." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "그렇게 하는 건 허용하지 않아요." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "다 했어요. 앙 기분 좋아." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "다 했어요. 마피아는 고개를 들어주세요." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "제게 행동할 수 있는 권한이 없어요." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "왠지 모르겠어요." -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "밴 처리를 하는 동안 문제가 발생했어요." -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "다 했어요. 지금으로서는 충분히 혼란스러울 거예요." -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "제 역할이 그 사용자를 밴 할 만큼 충분하지 않습니다." -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "다 했어요. 충분히 혼란스러워요." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "사용자들이 밴 처리되지 않은 것 같아요!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "해당 사용자의 밴 처리를 해제하는 동안 문제가 발생했어요." -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**20개의 이름 초과** :" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**20개의 닉네임을 초과** :" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "해당 사용자에게 기록된 이름이나 닉네임이 없어요." diff --git a/redbot/cogs/mod/locales/nl-NL.po b/redbot/cogs/mod/locales/nl-NL.po index a7472d4c3..5fba7129d 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Je hebt niet de permissie om dit uit te voeren." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/no-NO.po b/redbot/cogs/mod/locales/no-NO.po index ce4d5aab9..a1b5b2f9b 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/pl-PL.po b/redbot/cogs/mod/locales/pl-PL.po index c50ce71c6..e0378accb 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Nie wolno mi tego zrobić." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "Nie mam uprawnień aby to zrobić." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/pt-BR.po b/redbot/cogs/mod/locales/pt-BR.po index ef3ee8d1b..f033e409c 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/pt-PT.po b/redbot/cogs/mod/locales/pt-PT.po index b4fd9bf04..263c6463a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ro-RO.po b/redbot/cogs/mod/locales/ro-RO.po index 9f5303e83..4b9645610 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/ru-RU.po b/redbot/cogs/mod/locales/ru-RU.po index 0cd8e5423..ab4d9a3f1 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "{} не похож на действительный ID пользова msgid "Mention spam (Autoban)" msgstr "Спам упоминаниями (Автобан)" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Я не могу позволить вам сделать это. Вред самому себе - это плохо {}" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "Я не могу этого сделать из-за разногласий в иерархии" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "Недопустимое значение дней. Должно быть между 0 и 7." -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "Я не могу это сделать." -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "Временный бан завершен" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "Я не могу позволить тебе сделать это. Членовредительство - это плохо {emoji}" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "Готово. Это было здорово." -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "Готово. Это было как раз вовремя." -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "У меня недостаточно разрешений для этого действия." -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "Временно забанить пользователя на этом сервере." -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "Вас временно заблокировали на сервере {server_name} до {date}. Вот приглашение для того момента, когда истекет срок действия вашего бана: {invite_link}" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "Я не могу сделать это по каким-то причинам." -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "Что-то пошло не так во время бана" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "Готово. Пока достаточно хаоса" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "Выгнать пользователя и удалить его сообщения за 1 день." -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "Моя роль недостаточно высока, чтобы выдать мягкий бан этому пользователю." -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "Готово. Достаточно хаоса." -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Кажется, этот пользователь не забанен!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Что-то пошло не так при попытке разбана этого пользователя" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "Разбанила этого пользователя на этом сервере" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "Что-то пошло не так при попытке отправить приглашение пользователю. Вот ссылка, которую вы можете попробовать: {invite_link}" @@ -489,20 +489,20 @@ msgstr "Текущий голосовой канал" msgid "Member #{} | User ID: {}" msgstr "Участник #{} | ID пользователя: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "Показать предыдущие имена и никнеймы пользователя." -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "**Последние 20 имен пользователя**:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "**Последние 20 никнеймов**:" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "У этого пользователя нет записанного имени или никнейма." diff --git a/redbot/cogs/mod/locales/sk-SK.po b/redbot/cogs/mod/locales/sk-SK.po index 6667f47c1..b449f26b5 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/sr-SP.po b/redbot/cogs/mod/locales/sr-SP.po index 4546c5c04..2359388e5 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/sv-SE.po b/redbot/cogs/mod/locales/sv-SE.po index 57ab7c75a..04b8efb8a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "Det verkar som att användaren inte är bannlyst!" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "Något gick fel när du försökte ta bort bannlysningen för den användare" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/tr-TR.po b/redbot/cogs/mod/locales/tr-TR.po index 648df840c..3cee9926c 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/uk-UA.po b/redbot/cogs/mod/locales/uk-UA.po index 6b23d877e..ce0ae067b 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/vi-VN.po b/redbot/cogs/mod/locales/vi-VN.po index 53289a098..294718de4 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-CN.po b/redbot/cogs/mod/locales/zh-CN.po index 67e049abd..022fd5b12 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "成员 #{} | 用户 ID: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-HK.po b/redbot/cogs/mod/locales/zh-HK.po index d85aef906..fe4e1a0cc 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -489,20 +489,20 @@ msgstr "" msgid "Member #{} | User ID: {}" msgstr "" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." msgstr "" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" msgstr "" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" msgstr "" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-TW.po b/redbot/cogs/mod/locales/zh-TW.po index ee6aae8cf..de6ad10d5 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -21,192 +21,192 @@ msgstr "" msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:74 +#: redbot/cogs/mod/kickban.py:73 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:192 -#: redbot/cogs/mod/kickban.py:469 redbot/cogs/mod/kickban.py:545 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:190 +#: redbot/cogs/mod/kickban.py:467 redbot/cogs/mod/kickban.py:543 #: 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:82 redbot/cogs/mod/kickban.py:200 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:198 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:316 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:314 msgid "Invalid days. Must be between 0 and 7." msgstr "" -#: redbot/cogs/mod/kickban.py:90 +#: redbot/cogs/mod/kickban.py:89 msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:210 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:208 msgid "**Reason**" -msgstr "" +msgstr "**原因**" -#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:211 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:209 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:219 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:217 msgid "I'm not allowed to do that." msgstr "" -#: redbot/cogs/mod/kickban.py:128 +#: redbot/cogs/mod/kickban.py:127 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:149 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:175 +#: redbot/cogs/mod/kickban.py:173 #, 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:185 redbot/cogs/mod/kickban.py:462 +#: redbot/cogs/mod/kickban.py:183 redbot/cogs/mod/kickban.py:460 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:207 +#: redbot/cogs/mod/kickban.py:205 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:237 +#: redbot/cogs/mod/kickban.py:235 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:251 +#: redbot/cogs/mod/kickban.py:249 #, 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:266 +#: redbot/cogs/mod/kickban.py:264 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:282 +#: redbot/cogs/mod/kickban.py:280 #, 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:290 +#: redbot/cogs/mod/kickban.py:288 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:294 +#: redbot/cogs/mod/kickban.py:292 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:320 +#: redbot/cogs/mod/kickban.py:318 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:326 +#: redbot/cogs/mod/kickban.py:324 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:347 redbot/cogs/mod/kickban.py:351 +#: redbot/cogs/mod/kickban.py:345 redbot/cogs/mod/kickban.py:349 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:369 +#: redbot/cogs/mod/kickban.py:367 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:372 +#: redbot/cogs/mod/kickban.py:370 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:392 +#: redbot/cogs/mod/kickban.py:390 msgid "Failed to create modlog case: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:402 +#: redbot/cogs/mod/kickban.py:400 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:420 +#: redbot/cogs/mod/kickban.py:418 msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:432 +#: redbot/cogs/mod/kickban.py:430 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:434 +#: redbot/cogs/mod/kickban.py:432 msgid "Something went wrong while banning" msgstr "" -#: redbot/cogs/mod/kickban.py:449 +#: redbot/cogs/mod/kickban.py:447 msgid "Done. Enough chaos for now" msgstr "" -#: redbot/cogs/mod/kickban.py:456 +#: redbot/cogs/mod/kickban.py:454 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:486 +#: redbot/cogs/mod/kickban.py:484 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:497 +#: redbot/cogs/mod/kickban.py:495 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:526 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:536 +#: redbot/cogs/mod/kickban.py:534 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:559 +#: redbot/cogs/mod/kickban.py:557 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:562 +#: redbot/cogs/mod/kickban.py:560 msgid "Something went wrong while attempting to kick that member" msgstr "" -#: redbot/cogs/mod/kickban.py:585 +#: redbot/cogs/mod/kickban.py:583 #, 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:598 +#: redbot/cogs/mod/kickban.py:596 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:604 +#: redbot/cogs/mod/kickban.py:602 msgid "Something went wrong while attempting to unban that user" msgstr "" -#: redbot/cogs/mod/kickban.py:621 +#: redbot/cogs/mod/kickban.py:619 msgid "Unbanned that user from this server" msgstr "" -#: redbot/cogs/mod/kickban.py:627 +#: redbot/cogs/mod/kickban.py:625 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:633 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:642 +#: redbot/cogs/mod/kickban.py:640 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:650 +#: redbot/cogs/mod/kickban.py:648 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -398,43 +398,43 @@ msgstr "" #: redbot/cogs/mod/names.py:70 msgid "Done." -msgstr "" +msgstr "完成。" #: redbot/cogs/mod/names.py:81 msgid "Custom: {emoji} {name}" -msgstr "" +msgstr "自訂狀態: {emoji} {name}" #: redbot/cogs/mod/names.py:83 msgid "Custom: {emoji}" -msgstr "" +msgstr "自訂狀態: {emoji}" #: redbot/cogs/mod/names.py:85 msgid "Custom: {name}" -msgstr "" +msgstr "自訂狀態: {name}" #: redbot/cogs/mod/names.py:93 msgid "Playing: {name}" -msgstr "" +msgstr "正在玩遊戲: {name}" #: redbot/cogs/mod/names.py:102 msgid "Streaming: [{name}{sep}{game}]({url})" -msgstr "" +msgstr "實況中: [{name}{sep}{game}]({url})" #: redbot/cogs/mod/names.py:109 msgid "Streaming: {name}" -msgstr "" +msgstr "實況中: {name}" #: redbot/cogs/mod/names.py:118 msgid "Listening: [{title}{sep}{artist}]({url})" -msgstr "" +msgstr "收聽中: [{title}{sep}{artist}]({url})" #: redbot/cogs/mod/names.py:125 msgid "Listening: {title}" -msgstr "" +msgstr "收聽中: {title}" #: redbot/cogs/mod/names.py:133 msgid "Watching: {name}" -msgstr "" +msgstr "觀看中: {name}" #: redbot/cogs/mod/names.py:155 #, docstring @@ -443,31 +443,31 @@ msgstr "" #: redbot/cogs/mod/names.py:183 msgid "Unknown" -msgstr "" +msgstr "未知" #: redbot/cogs/mod/names.py:191 msgid "{}\\n({} days ago)" -msgstr "" +msgstr "{}\\n({} 天前)" #: redbot/cogs/mod/names.py:192 msgid "{}\\n({} days ago)" -msgstr "" +msgstr "{}\\n({} 天前)" #: redbot/cogs/mod/names.py:204 msgid "Chilling in {} status" -msgstr "" +msgstr "目前狀態 {}" #: redbot/cogs/mod/names.py:218 msgid "and {numeric_number} more roles not displayed due to embed limits." -msgstr "" +msgstr "和 {numeric_number} 由於嵌入的限制,無法顯示更多身分組。" #: redbot/cogs/mod/names.py:245 msgid "Joined Discord on" -msgstr "" +msgstr "加入Discord於" #: redbot/cogs/mod/names.py:246 msgid "Joined this server on" -msgstr "" +msgstr "加入這個伺服器於" #: redbot/cogs/mod/names.py:248 msgid "Roles" @@ -475,36 +475,36 @@ msgstr "身分組" #: redbot/cogs/mod/names.py:252 msgid "Previous Names" -msgstr "" +msgstr "以前的名字" #: redbot/cogs/mod/names.py:256 msgid "Previous Nicknames" -msgstr "" +msgstr "以前的暱稱" #: redbot/cogs/mod/names.py:259 msgid "Current voice channel" -msgstr "" +msgstr "目前的語音頻道" #: redbot/cogs/mod/names.py:263 msgid "Member #{} | User ID: {}" -msgstr "" +msgstr "成員 #{} | 使用者ID: {}" -#: redbot/cogs/mod/names.py:282 +#: redbot/cogs/mod/names.py:277 #, docstring msgid "Show previous names and nicknames of a user." -msgstr "" +msgstr "顯示用戶以前的姓名和暱稱。" -#: redbot/cogs/mod/names.py:286 +#: redbot/cogs/mod/names.py:281 msgid "**Past 20 names**:" -msgstr "" +msgstr "**過去的20個名字**:" -#: redbot/cogs/mod/names.py:292 +#: redbot/cogs/mod/names.py:287 msgid "**Past 20 nicknames**:" -msgstr "" +msgstr "**過去的20個暱稱**:" -#: redbot/cogs/mod/names.py:299 +#: redbot/cogs/mod/names.py:294 msgid "That user doesn't have any recorded name or nickname change." -msgstr "" +msgstr "該使用者沒有任何姓名或暱稱的更改記錄。" #: redbot/cogs/mod/settings.py:20 #, docstring @@ -531,7 +531,7 @@ msgstr "" #: redbot/cogs/mod/settings.py:39 msgid "{num} mentions" -msgstr "" +msgstr "{num}個提及" #: redbot/cogs/mod/settings.py:43 msgid "Respects hierarchy: {yes_or_no}\\n" @@ -552,7 +552,7 @@ msgstr "" #: redbot/cogs/mod/settings.py:49 msgid "None" -msgstr "" +msgstr "無" #: redbot/cogs/mod/settings.py:51 msgid "Reinvite on unban: {yes_or_no}\\n" diff --git a/redbot/cogs/modlog/locales/de-DE.po b/redbot/cogs/modlog/locales/de-DE.po index 358667d5d..1310cf03f 100644 --- a/redbot/cogs/modlog/locales/de-DE.po +++ b/redbot/cogs/modlog/locales/de-DE.po @@ -26,7 +26,7 @@ msgstr "Verwalte modlog Einstellungen." #: redbot/cogs/modlog/modlog.py:32 #, docstring msgid "Command to fix misbehaving casetypes." -msgstr "" +msgstr "Command um fehlerhafte Fälle zu reparieren." #: redbot/cogs/modlog/modlog.py:39 #, docstring @@ -35,7 +35,7 @@ msgstr "Lege einen Kanal als modlog fest.\\n\\n Lasse `` weg um #: redbot/cogs/modlog/modlog.py:48 msgid "Mod events will be sent to {channel}." -msgstr "" +msgstr "Moderationsevents werden nach {channel} gesendet." #: redbot/cogs/modlog/modlog.py:52 msgid "I do not have permissions to send messages in {channel}!" @@ -64,7 +64,7 @@ msgstr "Aktuelle Einstellungen:\\n" #: redbot/cogs/modlog/modlog.py:84 msgid "That action is not registered." -msgstr "" +msgstr "Diese Aktion wurde nicht registriert." #: redbot/cogs/modlog/modlog.py:89 msgid "Case creation for {action_name} actions is now {enabled}." @@ -86,7 +86,7 @@ msgstr "Zeige die angegebenen Fälle." #: redbot/cogs/modlog/modlog.py:109 msgid "That case does not exist for that server." -msgstr "" +msgstr "Dieser Fall existiert nicht auf diesem Server." #: redbot/cogs/modlog/modlog.py:120 #, docstring @@ -108,12 +108,12 @@ msgstr "Dieser Benutzer hat keine Fälle." #: redbot/cogs/modlog/modlog.py:149 #, 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 "Lege einen Grund für einen modlog Fall an.\\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" +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 msgid "There are no modlog cases in this server." -msgstr "" +msgstr "In diesem server gibt es keine Modlog-Fälle." #: redbot/cogs/modlog/modlog.py:168 msgid "That case does not exist!" @@ -125,5 +125,5 @@ msgstr "Du bist nicht berechtigt diesen Fall zu ändern!" #: redbot/cogs/modlog/modlog.py:183 msgid "Reason for case #{num} has been updated." -msgstr "" +msgstr "Beschreibung für Fall nummer #{num} wurde aktualisiert." diff --git a/redbot/cogs/streams/locales/zh-TW.po b/redbot/cogs/streams/locales/zh-TW.po index a316d9e50..cb7da44af 100644 --- a/redbot/cogs/streams/locales/zh-TW.po +++ b/redbot/cogs/streams/locales/zh-TW.po @@ -306,7 +306,7 @@ msgstr "正在播放: " #: redbot/cogs/streams/streamtypes.py:443 msgid "None" -msgstr "" +msgstr "無" #: redbot/cogs/streams/streamtypes.py:446 msgid "NSFW | " diff --git a/redbot/cogs/trivia/locales/af-ZA.po b/redbot/cogs/trivia/locales/af-ZA.po index a7fa04cb4..9e7e708f0 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: af\n" "Language: af_ZA\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 1a20a3ba8..f3291e4ad 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ar\n" "Language: ar_SA\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 082a112cd..afcfa2560 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: bg\n" "Language: bg_BG\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 6fa512c2a..0d4b5bc05 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ca\n" "Language: ca_ES\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 1ae1c27c8..d9b2b478a 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: cs\n" "Language: cs_CZ\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "V záznamu nejsou žádné skóre!" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Rank" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Člen" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Výhry" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Odehrané hry" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Celkové skóre" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Průměrné skóre" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 565f66c34..d0279f1ae 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: da\n" "Language: da_DK\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 f74530199..550f7926e 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -13,17 +13,17 @@ msgstr "" "X-Crowdin-Language: de\n" "Language: de_DE\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "In diesem Kanal läuft gerade keine Trivia Runde." #: redbot/cogs/trivia/converters.py:15 msgid "`{arg}` is not a number." -msgstr "" +msgstr "`{arg}` ist keine Zahl." #: redbot/cogs/trivia/converters.py:17 msgid "`{arg}` is not a finite number." -msgstr "" +msgstr "`{arg}` ist keine endliche Zahl." #: redbot/cogs/trivia/session.py:20 msgid "I know this one! {answer}!" @@ -55,7 +55,7 @@ msgstr "😔 Nächste Frage." #: redbot/cogs/trivia/session.py:114 msgid "An unexpected error occurred in the trivia session.\\nCheck your console or logs for details." -msgstr "" +msgstr "In der Trivia-Session ist ein unerwarteter Fehler aufgetreten.\\nÜberprüfe deine Konsole oder Logs." #: redbot/cogs/trivia/session.py:135 msgid "Question number {num}!" @@ -201,37 +201,37 @@ msgstr "Erledigt. Ich werde dem Gewinner keinen Gewinn mehr auszahlen." #: redbot/cogs/trivia/trivia.py:186 #, docstring msgid "Manage Custom Trivia lists." -msgstr "" +msgstr "Verwalte Benutzerdefinierte Trivia-Listen." #: redbot/cogs/trivia/trivia.py:191 #, docstring msgid "List uploaded custom trivia." -msgstr "" +msgstr "Liste aller benutzerdefinierten Trivias." #: redbot/cogs/trivia/trivia.py:193 msgid "No custom Trivia lists uploaded." -msgstr "" +msgstr "Keine benutzerdefinierten Trivia-Listen wurden hochgeladen." #: redbot/cogs/trivia/trivia.py:209 redbot/cogs/trivia/trivia.py:216 msgid "Uploaded trivia lists" -msgstr "" +msgstr "Hochgeladene Trivia-Listen" #: redbot/cogs/trivia/trivia.py:226 #, docstring msgid "Upload a trivia file." -msgstr "" +msgstr "Lade eine Trivia-Liste hoch." #: redbot/cogs/trivia/trivia.py:228 msgid "Supply a file with next message or type anything to cancel." -msgstr "" +msgstr "Sende mit der nächsten Nachricht eine Datei oder gib zum Abbrechen einen Text ein." #: redbot/cogs/trivia/trivia.py:234 msgid "You took too long to upload a list." -msgstr "" +msgstr "Du hast zu lange gebraucht, um eine Liste hochzuladen." #: redbot/cogs/trivia/trivia.py:237 msgid "You have cancelled the upload process." -msgstr "" +msgstr "Du hast den Uploadprozess abgebrochen." #: redbot/cogs/trivia/trivia.py:245 msgid "Invalid syntax: " @@ -239,20 +239,20 @@ msgstr "Ungültiger Syntax: " #: redbot/cogs/trivia/trivia.py:248 msgid "There was an error parsing the trivia list. See logs for more info." -msgstr "" +msgstr "Beim Parsen der Trivia-Liste ist ein Fehler aufgetreten. Weitere Informationen findest du in den Systemlogs." #: redbot/cogs/trivia/trivia.py:255 #, docstring msgid "Delete a trivia file." -msgstr "" +msgstr "Lösche eine Trivia-Liste." #: redbot/cogs/trivia/trivia.py:259 msgid "Trivia {filename} was deleted." -msgstr "" +msgstr "Trivia-Liste {filename} wurde gelöscht." #: redbot/cogs/trivia/trivia.py:261 msgid "Trivia file was not found." -msgstr "" +msgstr "Trivia-Liste nicht gefunden." #: redbot/cogs/trivia/trivia.py:266 #, docstring @@ -280,83 +280,83 @@ msgstr "Die Trivia Liste wurde erfolgreich analysiert, sie scheint jedoch leer z msgid "Stop an ongoing trivia session." msgstr "Stoppt eine laufende Trivia Runde." -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "Trivia gestoppt." -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "Liste verfügbarer Trivia Kategorien." -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "Verfügbare Trivia Listen" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 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:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "Es wurden noch keine Punktzahlen erfasst!" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Rang" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Mitglied" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Siege" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Gespielte Runden" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Gesamtpunktzahl" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Durchschnittliche Punktzahl" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." -msgstr "" +msgstr "{filename} ist ein reservierter Trivia-Name und kann nicht ersetzt werden.\\nWähle bitte einen anderen Namen." -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" -msgstr "" +msgstr "{filename} existiert bereits. Soll die Datei überschrieben werden?" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." -msgstr "" +msgstr "Du hast zu lange zum antworten gebraucht." -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." -msgstr "" +msgstr "Ich werde die bestehende Datei nicht ersetzen." -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 msgid "Saved Trivia list as {filename}." -msgstr "" +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 6a3dc66d6..34dbfc239 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: el\n" "Language: el_GR\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 eb47374c5..debeb66db 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: es-ES\n" "Language: es_ES\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 53af092f1..f630cf53f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: fi\n" "Language: fi_FI\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 930399fbe..52d0e95b2 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: fr\n" "Language: fr_FR\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "Il n'y a aucune session de Trivia en cours dans ce salon." @@ -280,83 +280,83 @@ msgstr "La liste des Trivia a été analysée avec succès, mais elle semble vid msgid "Stop an ongoing trivia session." msgstr "Arrêter une session de Trivia en cours." -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "Le Trivia à été arrêter." -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "Liste les catégories de Trivia disponibles." -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "Listes Trivia disponibles" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 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:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "Il n'y a pas de score enregistré !" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Rang" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Membre" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Victoires" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Parties jouées" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Score Total" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Score moyen" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/he-IL.po b/redbot/cogs/trivia/locales/he-IL.po index e1ebea260..d737c7e34 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: he\n" "Language: he_IL\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 c900806c0..2910821c3 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: hu\n" "Language: hu_HU\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 3cc7c6da6..2aa194d5f 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: id\n" "Language: id_ID\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 fcf2a9fd0..4ddac634c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: it\n" "Language: it_IT\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "Non c'è un quiz in corso in questo canale." @@ -280,83 +280,83 @@ msgstr "La lista delle domande è stata analizzata con successo, ma sembra esser msgid "Stop an ongoing trivia session." msgstr "Interrompi una sessione di quiz in corso." -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "Quiz fermato." -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "Elenco categorie di quiz disponibili." -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "Liste di quiz disponibili" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 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:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "Non ci sono punteggi da registrare!" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Posizione" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Membro" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Vittorie" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Partite giocate" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Punteggio Totale" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Punteggio Medio" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 7072cc140..54c6957fb 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ja\n" "Language: ja_JP\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 047ffb3ef..b6099d2af 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ko\n" "Language: ko_KR\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 733861684..aa083b552 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: nl\n" "Language: nl_NL\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Positie" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Lid" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Overwinningen" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Potjes gespeeld" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Totaalscore" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Gemiddelde score" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 9f897a660..ed51ec5be 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: no\n" "Language: no_NO\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 c2f234480..182593d23 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: pl\n" "Language: pl_PL\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 db699a536..01efa0488 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: pt-BR\n" "Language: pt_BR\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 e1777feef..ecd39c006 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: pt-PT\n" "Language: pt_PT\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 48d241bd6..1f605e2ed 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ro\n" "Language: ro_RO\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 627518e5b..2392a97dc 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: ru\n" "Language: ru_RU\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "На этом канале нет текущей сессии викторины." @@ -280,83 +280,83 @@ msgstr "Список викторины был успешно проанализ msgid "Stop an ongoing trivia session." msgstr "Остановить текущий сеанс викторины." -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "Викторина остановлена." -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "Список доступных категорий викторины." -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "Доступные списки викторины" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 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:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "Нет счетов в записи!" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "Ранг" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "Участник" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "Побед" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "Игр сыграно" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "Общий счет" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "Средний счет" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 02700f9ea..63d0bb058 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: sk\n" "Language: sk_SK\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 b5d6fb172..1072bf9f1 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: sr\n" "Language: sr_SP\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 8989bfa57..b47161bb7 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: sv-SE\n" "Language: sv_SE\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 0e69f856b..2dd2fe7e2 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: tr\n" "Language: tr_TR\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 6c21e2d8f..fa4b74590 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: uk\n" "Language: uk_UA\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 f87ee3f03..f77524ee3 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: vi\n" "Language: vi_VN\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 43677fe4b..94be6ec5c 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: zh-CN\n" "Language: zh_CN\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 1a515ff5d..b6302c9f1 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: zh-HK\n" "Language: zh_HK\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 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 c3cf7086d..f41cafd97 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-04-02 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "X-Crowdin-Language: zh-TW\n" "Language: zh_TW\n" -#: redbot/cogs/trivia/checks.py:13 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:325 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -280,83 +280,83 @@ msgstr "" msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:326 +#: redbot/cogs/trivia/trivia.py:329 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:330 +#: redbot/cogs/trivia/trivia.py:333 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:335 redbot/cogs/trivia/trivia.py:341 +#: redbot/cogs/trivia/trivia.py:338 redbot/cogs/trivia/trivia.py:344 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:351 +#: redbot/cogs/trivia/trivia.py:354 #, 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:366 +#: redbot/cogs/trivia/trivia.py:369 #, 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:379 redbot/cogs/trivia/trivia.py:408 +#: redbot/cogs/trivia/trivia.py:382 redbot/cogs/trivia/trivia.py:411 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:395 +#: redbot/cogs/trivia/trivia.py:398 #, 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:463 +#: redbot/cogs/trivia/trivia.py:466 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:493 +#: redbot/cogs/trivia/trivia.py:496 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:494 +#: redbot/cogs/trivia/trivia.py:497 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:495 +#: redbot/cogs/trivia/trivia.py:498 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:496 +#: redbot/cogs/trivia/trivia.py:499 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:497 +#: redbot/cogs/trivia/trivia.py:500 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:498 +#: redbot/cogs/trivia/trivia.py:501 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:613 +#: redbot/cogs/trivia/trivia.py:616 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:622 +#: redbot/cogs/trivia/trivia.py:625 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:644 +#: redbot/cogs/trivia/trivia.py:647 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:648 +#: redbot/cogs/trivia/trivia.py:651 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:657 +#: redbot/cogs/trivia/trivia.py:660 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/core/commands/locales/af-ZA.po b/redbot/core/commands/locales/af-ZA.po index f6d7aafe7..9e38fe1f0 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 edd2d85ce..eee5794df 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 1b0eb6b8b..d17210a00 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 4441218e2..353a51b37 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 dd9def6ac..6a59cd6de 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Neočekávaný klíč {key}" msgid "Expected one of: {}" msgstr "Očekáváno jedno z: {}" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 97b811eab..590d12e03 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 0efad9bb8..cf9ccdbd6 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -43,9 +43,9 @@ msgstr "Unerwarteter Schlüssel {key}" #: redbot/core/commands/converter.py:439 msgid "Expected one of: {}" -msgstr "" +msgstr "Eins von {} erwartet" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 a6fd3ef6a..921ce7771 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 44bf5191b..d203f978a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 56e8b5520..bb684e21d 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 245f2b912..8b1a47088 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Clé inattendue {key}" msgid "Expected one of: {}" msgstr "Un des : {} était attendu" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 7eb44f1e4..e5f1ffaab 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 c3adc8f74..a42544ccd 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 2debab91c..ac1fc94a7 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 dbebd9ad2..b78bce42b 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 c6c5e33e8..fbe2c6adf 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 a1dbd50b1..be3d49355 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 6215d3968..feeeac8bf 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Onverwachte sleutel {key}" msgid "Expected one of: {}" msgstr "Eén verwacht van: {}" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 47e20eff5..869e2d421 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 795f43f7f..4749de25a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Nieoczekiwany klucz: {key}" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 15121689e..e2d20bdcc 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Chave inesperada {key}" msgid "Expected one of: {}" msgstr "Esperado um de: {}" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 83ee695a7..d0d428aae 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 4467328df..02cb32fa3 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 78b8da124..675e715ef 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Неожиданный ключ {key}" msgid "Expected one of: {}" msgstr "Ожидался один из: {}" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 2332f82a8..b1d16c028 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" #: redbot/core/commands/commands.py:503 msgid "\\\"{argument}\\\" is not a number." -msgstr "" +msgstr "\\\"{argument}\\\" nie je číslo." #: redbot/core/commands/converter.py:112 msgid "`{unit}` is not a valid unit of time for this command" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 c2eca08ae..2246e4c78 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 53e9fd697..92d7e4322 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 3fd6c552d..f5ebec876 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 9275188cf..86272e6c7 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 e6befbfe8..3bc1a2f9f 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 012e64d7b..5bbacd3fc 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 184d6be20..f4c0bfcd3 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 847771c70..5cc454e3d 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,27 +15,27 @@ msgstr "" #: redbot/core/commands/commands.py:503 msgid "\\\"{argument}\\\" is not a number." -msgstr "" +msgstr "\\\"{argument}\\\" 不是數字。" #: redbot/core/commands/converter.py:112 msgid "`{unit}` is not a valid unit of time for this command" -msgstr "" +msgstr "`{unit}`不是此命令的有效時間單位" #: redbot/core/commands/converter.py:118 msgid "This amount of time is too large for this command. (Maximum: {maximum})" -msgstr "" +msgstr "對於該命令來說,此時間量太大。 (最大值: {maximum})" #: redbot/core/commands/converter.py:124 msgid "This amount of time is too small for this command. (Minimum: {minimum})" -msgstr "" +msgstr "對於該命令來說,此時間量太小。 (最小值: {minimum})" #: redbot/core/commands/converter.py:152 msgid "Server \\\"{name}\\\" not found." -msgstr "" +msgstr "沒有找到\\\"{name}\\\"伺服器." #: redbot/core/commands/converter.py:182 redbot/core/commands/converter.py:184 msgid "The provided tokens are not in a valid format." -msgstr "" +msgstr "提供的token格式無效。" #: redbot/core/commands/converter.py:218 msgid "Unexpected key {key}" @@ -45,8 +45,9 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:717 +#: redbot/core/commands/help.py:718 #, 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 " +msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n \n" +"\\n 我需要某人\\n (救命)不只是任何人\\n (救命)你知道我需要某人\\n (救命!)\\n " diff --git a/redbot/core/locales/af-ZA.po b/redbot/core/locales/af-ZA.po index 6fbd44e64..754ce4b6e 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ar-SA.po b/redbot/core/locales/ar-SA.po index b4b896c4b..eafa29a00 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "التضمينات الآن {} لهذه النقابة." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/bg-BG.po b/redbot/core/locales/bg-BG.po index b120aeabd..38195844a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Завършено." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Изключване... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Поддържа се JPG / PNG формат само." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "Нямам правомощието да променя псевдонима си." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Префиксът е зададен." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Префиксите на гилдията са нулирани." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Локализирането е настроено." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "чрез ЛС" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Използвайте `{} dm {} `, за да отговорите на този потребител" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Изпратено от {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Вашето съобщение е изпратено." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Аз не съм в състояние да доставя Вашето съобщение. Съжалявам." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ca-ES.po b/redbot/core/locales/ca-ES.po index ea64ca0e1..c1bd0f380 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/cs-CZ.po b/redbot/core/locales/cs-CZ.po index ca3f60e98..3f3bea094 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} načteno:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} odnačteno:**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Příkazy související s funkcemi jádra" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Zobrazí informace o Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "Instanci Red bota vlastní" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Verze Red" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Zastaralé" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "O této instanci bota" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "O Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 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:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "Potřebuji oprávnění `Embed links` k tomu toto poslat" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "Globální výchozí: {}\\n" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Nastavení cechu: {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "Nastavení kanálu: {}\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Uživatelské nastavení" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "zakázáno" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "povoleno" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Embedded zprávy jsou teď {} pro tebe." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "Dosud nedošlo k žádné výjimce" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Nastav botovu pozvánku" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Opustí server" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 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:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Vypršel časový limit odpovědi." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Dobře. Sbohem :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "Opouštím klan '{}'" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Dobře, zůstanu tedy :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "Chcete-li opustit server, stačí zadat jeho číslo." -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "Dobře tedy." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Načte balíčky" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "Načteno {packs}." -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "**VAROVÁNÍ**: Následující repozitáře používají sdílené knihovny, které jsou označeny pro odstranění v Red 3.4: {repos}.\\nMěli byste informovat správce těchto repozitářů o této zprávě." -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Odnačte balíčky" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Znovu načte balíčky" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "Znovu načteno {packs}." -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "**VAROVÁNÍ**: Následující repozitáře používají sdílené knihovny, které jsou označeny pro odstranění v Red 3.4: {repos}.\\nMěli byste informovat správce těchto repozitářů o této zprávě." -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Vypne bota" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Vypínání... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Restartování..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Admin role: {admin}\\nModerátorské role: {mod}\\n" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "Popis obnoven." -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, 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:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "Tato role je již administrátorskou rolí." -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "Tato role je již moderátorská role." -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 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:1008 +#: redbot/core/core_commands.py:1009 #, 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:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 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:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 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:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "nebude" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "bude" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Barva byla resetována." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Barva byla nastavena." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Pouze formát JPG / PNG." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Stav změněn na {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefix příkazů nastaven." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Příkazy serverů byly resetovány." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Jazyk byl nastaven." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "Vlastní text byl vymazán." -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "Vlastní text byl nastaven." -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "Znaky musí být kratší než 1024." -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "`{service} API tokeny byly nastaveny." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Správa nastavení příkazu nápovědy." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "Help bude používat stránkovaná menu." -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "Help nebude používat stránkovaná menu." -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "Pomoc bude filtrovat skryté příkazy." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Odešle zprávu vlastníkovi" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID uživatele: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "prostřednictvím DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "od {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID serveru: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Použijte `{}dm {} ` pro odpověď tomuto uživateli" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Odesláno od {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "Byl jsem nakonfigurován, abych ho nikam neodeslal." -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Vaše zpráva byla odeslána." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 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:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Vlastník {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 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:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 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:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Zpráva byla doručena uživateli {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "Vypíše datovou cestu bota." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "Cesta k datům: {path}" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, 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:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Seznam povolených uživatelů\\n " -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Povolení uživatelé:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Promaže bílou listinu.\\n " -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Bílá listina promazána." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, 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:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Uživatel přidán na černou listinu." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Seznam uživatelů na černé listině\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "Uživatelé na černé listině:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Odstraní uživatele z černé listiny\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Vymaže černou listinu\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "Černá listina byla vymazána." -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Příkazy pro správu bílé listiny\\n " -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Promaže bílou listinu.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, 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:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "Uživatelé a role na černé listině:" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Vymaže černou listinu\\n " -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Správa příkazů bota." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Zakázat příkaz globálně." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Tento příkaz je již globálně vypnutý." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Zakázat příkaz pouze na tomto serveru." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "Nemáš dovoleno tento příkaz zakázat." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Povolte příkaz globálně." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Již přidáno." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Není v seznamu." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Jsou imunní" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Nejsou imunní" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "Neznámý kanál s id: {id}" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/da-DK.po b/redbot/core/locales/da-DK.po index 02005da0b..2f17fb401 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "deaktiveret" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "aktiveret" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/de-DE.po b/redbot/core/locales/de-DE.po index 44f1133b7..eef2d1561 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} geladen.**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} nicht geladen.**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Befehle für die Hauptfunktionen" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Zeigt Informationen über Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "Diese Instanz gehört" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Red Version" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "Ja, {version} ist verfügbar." -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "Die Suche nach einem Update ist fehlgeschlagen." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Veraltet" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "Über diese Instanz" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "Über Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Freude seit 02. Jan 2016 (vor {} Tagen!)" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "Ich benötige die 'Embed links' Berechtigung, um dies zu senden" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "Zeigt [botname] Laufzeit an" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "Weniger als eine Sekunde" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Erhalten für: **{time_quantity}** (seit {timestamp} UTC)" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "Einbettungseinstellungen: \\n\\n" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "Globaler Standard: {}\\n" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Gildeneinstellungen: {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "Kanaleinstellung: {}\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Benutzereinstellungen: {}" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Einbettungen sind standardmäßig: {} ." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "deaktiviert" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "aktiviert" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 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:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Einbettungen für diesen Discord Server sind jetzt: {} ." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "\\n Wechselt die Einbettungs-Einstellung des Benutzers.\\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:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Einbettungen sind für Dich jetzt: {}." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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 "Sendet dem Besitzer die letzte Befehlsausnahme die aufgetreten ist\\n\\n Wenn öffentlich (ja wird angegeben), wird sie stattdessen in den Chat gesendet" -#: redbot/core/core_commands.py:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "Keine Ausnahme ist bis jetzt aufgetreten" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Die Bot-Einladung einrichten" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Verlässt den Server" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 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:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Antwortzeitlimit erreicht." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Oke. Bye :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "Gilde verlassen '{}'" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Oke, dann beilbe ich :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Listet und erlaubt Server zu verlassen" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 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:629 +#: redbot/core/core_commands.py:630 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:632 +#: redbot/core/core_commands.py:633 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:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Erledigt." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "Oke, na dann." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Läd Pakete" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "Lade {packs}." -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "Das folgende Paket ist bereits geladen: {pack}" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "Das folgende Paket ist bereits geladen: {packs}" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 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:687 +#: redbot/core/core_commands.py:688 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:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 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:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 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:707 +#: redbot/core/core_commands.py:708 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:711 +#: redbot/core/core_commands.py:712 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:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Entläd Pakete" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "Das folgende Paket ist bereits geladen: {pack}." -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "Die folgenden Pakete wurden entfernt: {packs}." -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "Das folgende Paket wurde nicht geladen: {pack}." -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "Die folgenden Pakete wurden nicht geladen: {packs}." -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Läd Pakete neu" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "Neu geladen {packs}." -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 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:805 +#: redbot/core/core_commands.py:806 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:825 +#: redbot/core/core_commands.py:826 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:829 +#: redbot/core/core_commands.py:830 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:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Fährt den Bot herunter" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Herunterfahren... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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 "Versuche, Red\\nneu zu starten\\n Erzeugt Rotes Beenden mit dem Exit-Code 26\\n Der Neustart ist nicht garantiert: er muss\\n vom Prozessmanager in Gebrauch übergeben werden" -#: redbot/core/core_commands.py:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Neustart..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Admin Rollen: {admin}\\nMod Rollen: {mod}\\n" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, 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:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "Diese Rolle ist bereits eine Admin-Rolle." -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "Diese Rolle wird nun als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, 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:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "Diese Rolle ist bereits eine mod Rolle." -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "Diese Rolle wird jetzt als eine Mod Rolle betrachtet." -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, 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:1013 +#: redbot/core/core_commands.py:1014 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:1015 +#: redbot/core/core_commands.py:1016 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:1021 +#: redbot/core/core_commands.py:1022 #, 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:1026 +#: redbot/core/core_commands.py:1027 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:1028 +#: redbot/core/core_commands.py:1029 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:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "Der Bot {} verwendet seine eingestellten Farben für Einbettungen." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "wird nicht" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "wird" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "Ungenaue Befehlssuche wurde für diesen Server {}." -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "Ungenaue Befehlssuche wurde für Direktnachrichten {}." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Die Farbe wurde zurückgesetzt." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Die Farbe wurde eingestellt." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, 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:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Nur JPG oder PNG Format." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Status zu {} geändert." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Der Präfix wurde festgelegt." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Server Präfixe wurden zurückgesetzt." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Sprache wurde geändert." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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 "Ändert einen Abschnitt von [p]Informationen\\n\\n Die maximale Anzahl erlaubter Zeichen ist 1024.\\n Unterstützt Markierungen, Links und \\\"Erwähnungen\\\".\\n Link Beispiel:\\n `[Mein Link](https://example.com)`\\n " -#: redbot/core/core_commands.py:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "Der benutzerdefinierte Text wurde gelöscht." -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "Der benutzerdefinierte Text wurde festgelegt." -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "Charaktere müssen weniger als 1024 sein." -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "`{service}` API-Token wurden gesetzt." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Verwalte die Einstellungen für den Hilfe-Befehl." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "Hilfe wird Menüs verwenden." -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "Die Hilfe verwendet keine Menüs." -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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 "\\n Dies erlaubt dem Hilfe-Befehl, versteckte Befehle zu zeigen\\n\\n Dies ist standardmäßig falsch.\\n Verwendung ohne Einstellung wird umschalten.\\n " -#: redbot/core/core_commands.py:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "Die Hilfe filtert keine versteckten Befehle" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "Hilfe filtert versteckte Befehle." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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 "\\n Setzt fest, ob Befehle, die nicht im aktuellen Kontext ausgeführt werden können,\\n von Hilfe gefiltert werden sollen\\n\\n Standardwerte auf True.\\n Wenn Sie diese Option ohne Einstellung verwenden, wird sie umschalten.\\n " -#: redbot/core/core_commands.py:1458 +#: redbot/core/core_commands.py:1459 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:1460 +#: redbot/core/core_commands.py:1461 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:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "Die Hilfe überprüft, ob Hilfethemen vorhanden sind." -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 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:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 "Legen Sie die maximale Anzahl von Hilfeseiten fest, die in einem Serverkanal gesendet werden. \\n\\n Diese Einstellung gilt nur für eingebettete Hilfe. \\n\\n Wenn eine Hilfemeldung mehr Seiten als diesen Wert enthält,\\n wird die Hilfemeldung an die gesendet Befehlsautor über DM. Auf diese Weise können Sie Spam in den Server\\n Textkanälen reduzieren. \\n\\n Der Standardwert beträgt 2 Seiten. \\n " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 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:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Erledigt. Das Seitenlimit wurde auf {} gesetzt." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "Der Slogan wurde zurückgesetzt." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 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:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Sendet eine Nachricht an den Besitzer" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "über DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "von {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Nutze `{}dm {} ` um dem Benutzer zu antworten" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Gesendet von {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "Ich wurde konfiguriert, das nirgendwo zu senden." -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Deine Nachricht wurde gesendet." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 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:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "Sendet einen DM an einen Benutzer\\n\\n Dieser Befehl benötigt eine Benutzerkennung zum Arbeiten.\\n Um eine Benutzerkennung zu erhalten, aktivieren Sie den 'Entwickler-Modus' in den Einstellungen von Discord\\n und \"Aussehen\"-Tab. Dann klicken Sie mit der rechten Maustaste auf einen Benutzer\\n und kopieren Sie ihre Id" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Inhaber von {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Du kannst auf diese Nachricht mit {}contact antworten" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Die Nachricht konnte leider nicht an {} gesendet werden." -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Nachricht an {} zugestellt." -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "Druckt den Bot-Datenpfad." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "Datenpfad: {path}" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "Zeigt Debug-Informationen für Debugging an.." -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Whitelist Management Befehle.\\n " -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, 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:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Listet Whitelist-Benutzer.\\n " -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Benutzer auf der Whitelist:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "\\n Entfernt Benutzer aus der Whitelist.\\n " -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Leert die Whitelist.\\n " -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Die Whitelist wurde gelöscht." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Blacklist Management Befehle.\\n " -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, 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:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Sie können keinen Eigentümer auf die schwarze Liste setzen!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Benutzer wurde zur schwarzen Liste hinzugefügt." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Listet Benutzer auf, die auf der schwarzen Liste stehen. \\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "Gesperrte Benutzer:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Löscht Benutzer aus der Blacklist.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Löscht die schwarze Liste.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "Blacklist wurde gelöscht." -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Whitelist Management Befehle.\\n " -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, 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:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "\\n Listet Whitelist Benutzer und Rollen auf.\\n " -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Benutzer und Rollen auf der weißen Liste:" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "\\n Entfernt Benutzer oder Rolle aus Whitelist.\\n " -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Leert die Whitelist.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "\\n Blacklist Management Befehle.\\n " -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, 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:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, 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:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "Gesperrte Benutzer und Rollen:" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, 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:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Löscht die Blacklist.\\n " -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Verwalte die Befehle des Bots." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Deaktiviert einen Befehl global." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 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:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Dieser Befehl ist bereits global deaktiviert." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Deaktiviere einen Befehl nur auf diesem Server." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "Sie dürfen diesen Befehl nicht deaktivieren." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server deaktiviert." -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Einen Befehl global aktivieren." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Dieser Befehl ist bereits global aktiviert." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Aktiviert einen Befehl auf diesem Server." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "Sie dürfen diesen Befehl nicht aktivieren." -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server aktiviert." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "\\n Server Einstellungen für Immunität von automatisierten Aktionen\\n " -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "\\n Holen Sie sich die aktuellen Mitglieder und Rollen\\n\\n für automatische Moderationsaktivität\\n konfiguriert " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "Rollen, die vor automatisierten Moderationsaktionen immun sind: \\n" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "Mitglieder, die vor automatisierten Moderationsaktionen immun sind: \\n" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Keine Immunitätseinstellungen hier." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "\\n Macht einen Benutzer oder Rollen immun gegen automatisierte Moderationsaktionen \\n " -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Bereits vorhanden." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "\\n Macht einen Benutzer oder Rollen immun gegen automatisierte Moderationsaktionen \\n " -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Nicht in der Liste." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "\\n Prüft, ob ein Benutzer oder eine Rolle als immun von automatisierten Aktionen angesehen wird\\n " -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Sie sind immun" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Sie sind nicht immun" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "\\n Befehle zum Konfigurieren von Besitzerbenachrichtigungen. \\n " -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "\\n Opt-in bei empfangenen Eigenschaftsbenachrichtigungen.\\n\\n Dies ist der Standardzustand.\\n " -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "\\n Opt-out von empfangenen Besitzer-Benachrichtigungen.\\n " -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "\\n Fügt einen Zieltext-Kanal hinzu, um die Benachrichtigungen von Besitzern zu erhalten\\n " -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "\\n Entfernt einen Zieltext-Kanal von empfohlenen Eigenschaftsbenachrichtigungen.\\n " -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "\\n Listet die konfigurierten zusätzlichen Ziele für Besitzerbenachrichtigungen auf. \\n " -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "Es werden keine zusätzlichen Kanäle gesendet." -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "Unbekannter Kanal mit Id: {id}" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "Derzeit ignorierte Kategorien: {categories}\\nKanäle: {channels}" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1504,39 +1504,39 @@ msgstr "Sende ein Nachrichtenereignis als würde es von einem anderen Benutzer g msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/el-GR.po b/redbot/core/locales/el-GR.po index d5ec9532c..1d17dff32 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/es-ES.po b/redbot/core/locales/es-ES.po index dc1ef0c57..c37a2c38f 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Las inserciones ahora son {} por defecto." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "Inserciones ahora volverá a la configuración global." -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Las inserciones ahora son {} para este gremio." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Los embeds ahora son {} para ti." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Listo." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Apagando... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Únicamente formatos JPG o PNG." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Estado cambiado a {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "No tengo permisos para cambiar mi propio apodo." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefijo establecido." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Los prefijos del servidor han sido restaurados." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Configuración regional establecida." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID de usuario: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "a través de MP" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID del servidor: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilice `{}dm {} ` para responder a este usuario" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Su mensaje ha sido enviado." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "No soy capaz de entregar su mensaje. Lo siento." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Dueño de {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Puedes responder este mensaje con {}contacto" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Lo siento, no pude enviar su mensaje a {}" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Mensaje enviado a {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Usuarios en lista blanca:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "La lista blanca ha sido borrada." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "No puedes poner un dueño en la lista negra!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Usuario ha añadido a la lista negra." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/fi-FI.po b/redbot/core/locales/fi-FI.po index 068774046..fc7a28767 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/fr-FR.po b/redbot/core/locales/fr-FR.po index 716d5d002..197d4bca9 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} chargé :**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} déchargé :**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Commandes liées aux fonctions de base" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Afficher les infos à propos de Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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é pa 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" +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:351 msgid "Instance owned by" msgstr "Instance appartenant à" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Version de Red" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 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:362 msgid "Outdated" msgstr "Obsolète" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "À propos de cette instance" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "À propos de Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 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:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "J'ai besoin de la permission `Intégrer des liens` pour envoyer ceci" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "Paramètre des embeds :\\n\\n" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "Paramètre par défaut global : {}\\n" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Paramètre du serveur : {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Paramètre utilisateur : {}" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Les embeds sont maintenant {} par défaut." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "désactivé" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "activé" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 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:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Les embeds sont maintenant {} pour ce serveur." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "\\n Active le paramètre des embeds pour l'utilisateur.\\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 en message privé, à l'exception des\\n commandes d'aide.\\n " -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Les embeds sont maintenant {} pour vous." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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 propriétaire la dernière exception de commande qui s'est produite\\n\\n Si public (oui est spécifié), elle sera envoyée dans le salon à la place" -#: redbot/core/core_commands.py:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "Aucune exception n'a eu lieu pour le moment" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Configurer l'invitation du bot" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Quitter le serveur" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 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:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Réponse expirée." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Très bien. Bye :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "Quitte le serveur ‘{}’" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Très bien, je reste ici :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Liste et permet de quitter les serveurs" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "Pour quitter un serveur, tapez simplement son numéro." -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 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:632 +#: redbot/core/core_commands.py:633 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:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Terminé." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "D’accord." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Charge les paquets" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "Chargé {packs}." -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "Le paquet suivant est déjà chargé : {pack}" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "Les paquets suivants sont déjà chargés : {packs}" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 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:687 +#: redbot/core/core_commands.py:688 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:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 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:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 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:707 +#: redbot/core/core_commands.py:708 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:711 +#: redbot/core/core_commands.py:712 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:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Décharge les paquets" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Recharger les paquets" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "Rechargé {packs}." -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 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:805 +#: redbot/core/core_commands.py:806 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:825 +#: redbot/core/core_commands.py:826 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:829 +#: redbot/core/core_commands.py:830 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:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Arrêter le bot" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Arrêt... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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 "Tentatives de redémarrage de Red\\n\\n Fait sortir Red avec le code de sortie 26\\n Le redémarrage n'est pas garanti: il doit être traité\\n par le gestionnaire de processus en cours d'utilisation" -#: redbot/core/core_commands.py:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Redémarrage..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Rôles admins : {admin}\\nRôles modérateurs: {mod}\\n" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, 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:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "Ce rôle est déjà un rôle admin." -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 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:995 +#: redbot/core/core_commands.py:996 #, 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:1000 +#: redbot/core/core_commands.py:1001 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:1002 +#: redbot/core/core_commands.py:1003 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:1008 +#: redbot/core/core_commands.py:1009 #, 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:1013 +#: redbot/core/core_commands.py:1014 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:1015 +#: redbot/core/core_commands.py:1016 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:1021 +#: redbot/core/core_commands.py:1022 #, 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:1026 +#: redbot/core/core_commands.py:1027 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:1028 +#: redbot/core/core_commands.py:1029 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:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 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:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "ne sera pas" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "sera" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 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:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "La recherche de commande par fuzzy a été {} en DMs." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "La couleur a été réinitialisée." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "La couleur a été définie." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Format JPG/PNG uniquement." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" -msgstr "" +msgstr "Supprime l'avatar de [botname]" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." -msgstr "" +msgstr "Avatar supprimé." -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Statut changé à {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Préfixe réglé." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Le préfixe local a bien été réglé." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Le langage a été défini." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "Le texte personnalisé a été effacé." -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "Le texte personnalisé a été défini." -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "Les caractères doivent être inférieurs à 1024." -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "`{service}` les tokens API ont été définis." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Gérer les paramètres de la commande d'aide." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 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:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Terminé. La limite de page a été définie à {}." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "Le tag a été réinitialisé." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 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:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Envoie un message au propriétaire" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID utilisateur : {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "par message privé" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID du serveur : {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilisez `{}dm {} ` pour répondre à cet utilisateur" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Envoyé par {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Votre message a été envoyé." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Je ne parviens pas à envoyer votre message. Désolé." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Propriétaire de {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Vous pouvez répondre à ce message avec {} contact" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 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:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Message envoyé a {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Ajoute un utilisateur à la liste blanche.\\n " -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Utilisateurs inscrits sur la liste blanche:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "La liste blanche a été effacée." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Vous ne pouvez pas ajouter un propriétaire sur la liste noire !" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Utilisateur ajouté à la liste noire." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "Utilisateurs présents sur la liste noire :" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Supprime un utilisateur de la liste noire.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Efface la liste noire.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Utilisateurs et rôles en liste blanche :" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Efface la liste noire.\\n " -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Gérer les commandes du bot." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Désactiver une commande globalement." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Cette commande est déjà globalement désactivée." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Désactiver une commande pour ce serveur uniquement." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 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:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Activer une commande globalement." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Cette commande est déjà activée globalement." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Activer une commande dans ce serveur." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 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:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Pas de paramètres d'immunité ici." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Déjà ajouté." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Pas dans la liste." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Ils sont immunisés" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Ils ne sont pas immunisés" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/he-IL.po b/redbot/core/locales/he-IL.po index 0c1b6eb0c..1c0ad8aa8 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/hu-HU.po b/redbot/core/locales/hu-HU.po index abdc1ec7e..714acf99f 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} betöltve:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} kirakva:**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Parancsok amelyek az alap funkciókhoz tartoznak" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Információ Redről" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "nincs engedélyezve" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "engedélyezve" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Elhagyja a szervert" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Időtúllépés." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Kilistázza és engedélyezi a szerverek elhagyását" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Kész." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Betölti a csomagokat" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Csomagok betöltését visszavonja" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Újratölti a csomagokat" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Kikapcsolja a botot" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Leállítás... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Újraindítás..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 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:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "nem fogja" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "fogja" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "A szín resetelve." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "A szín be lett állítva." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "JPG / PNG formátum az elfogadott." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "Nincs jogom hogy megváltoztassam a nevem." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefix beállítva." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "A prefix be van állítva ezen a szerveren." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "A helyszín be lett állítva." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Küldj egy üzenetet a tulajdonosnak" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "privát üzeneten keresztül" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "{}-től" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 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:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Küldve {} {} által" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Az üzeneted el lett küldve." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Nem tudom kézbesíteni az üzeneted. Bocsi." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Tulajdonosa ennek: {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Válaszolhatsz erre az üzenetre {}contact -vel" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 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:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Üzenet elküldve {} -nek" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Whitelistelt felhasználók:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Whitelist kitörölve." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/id-ID.po b/redbot/core/locales/id-ID.po index 13653f98c..b717659f0 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Selesai." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Mematikan... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Memulai ulang..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Format JPG / PNG saja." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Set awalan." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Awalan persekutuan telah diatur ulang." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Lokal telah ditetapkan." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID Pengguna: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "melalui DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "dari {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gunakan `{} dm {} ` untuk membalas pengguna ini" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Dikirim oleh {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Pesan Anda telah dikirim." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Saya tidak dapat menyampaikan pesan Anda. Maaf." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Pemilik dari {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Pengguna yang telah diabaikan:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Daftar abaikan telah di bersihkan." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Anda tidak dapat memblokir pemilik!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Pengguna ditambahkan ke daftar blokir." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/it-IT.po b/redbot/core/locales/it-IT.po index d7f7af343..6f013648a 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Comandi relativi a funzioni base" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Visualizza informazioni su Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Gli embed adesso sono {} di default." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "disabilitata" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "abilitata" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 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:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Gli embed adesso sono {} per questa gilda." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Gli embed adesso sono {} per te." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Abbandona il server" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Risposta scaduta." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Elenca e permette di abbandonare i server" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Fatto." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Carica pacchetti" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Discarica pacchetti" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Ricarica pacchetti" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Spegne il bot" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Arresto in corso... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Riavvio in corso..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "Il bot {} utilizzerà i colori configurati per gli embed." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "non " -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr " " -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "La ricerca indistinta dei comandi è stata {} per questo server." -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "La ricerca indistinta dei comandi è stata {} in DM." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Il colore è stato resettato." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Il colore è stato impostato." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "I formati file permessi sono JPG / PNG." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Status cambiato a {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Il prefisso è stato impostato." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "I prefissi di Gilda sono stati ripristinati." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Impostazioni locali sono stata impostata." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Gestisci le impostazioni per il comando aiuto." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 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:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Fatto. Il limite di pagine è stato impostato a {}." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "La tagline è stata resettata." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 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:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Invia un messaggio al proprietario" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID utente: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "attraverso il DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "da {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID server: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilizzare `{}dm {} ` per rispondere a questo utente" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Inviato da {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Il tuo messaggio è stato inviato." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 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:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Proprietario di {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Puoi risponder a questo messaggio con {}contact" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 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:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Messaggio recapitato a {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Utenti in Whitelist:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "La whitelist è stata cancellata." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Non puoi aggiungere alla blacklist un proprietario!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Utente aggiunto alla blacklist." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Utenti e ruoli nella whitelist:" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Gestisci i comandi del bot." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Disabilita globalmente un comando." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Questo comando risulta già disabilitato globalmente." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Disabilita un comando in questo server." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "Questo comando è già disabilitato in questo server." -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Abilita globalmente un comando." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Questo comando risulta già abilitato globalmente." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Abilita un comando in questo server." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Questo comando è già abilitato in questo server." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Non ci sono impostazioni di immunità." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Già aggiunto." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Non in elenco." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Sono immuni" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Non sono Immuni" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ja-JP.po b/redbot/core/locales/ja-JP.po index 7fb1c2b0f..e8797b5fc 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,72 +15,72 @@ msgstr "" #: redbot/core/bank.py:902 msgid "Can't pay for this command in DM without a global bank." -msgstr "" +msgstr "グローバルバンクがないので、DMでこのコマンドを実行できません。" #: redbot/core/bank.py:909 msgid "You need at least {cost} {currency} to use this command." -msgstr "" +msgstr "このコマンドを使用するには、少なくとも {cost} {currency} が必要です。" #: redbot/core/cog_manager.py:312 #, docstring msgid "Commands to interface with Red's cog manager." -msgstr "" +msgstr "コマンドは Red`s Cog Managerの制御" #: redbot/core/cog_manager.py:317 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " -msgstr "" +msgstr "\\n 現在のCogパスを優先度順に一覧表示します。\\n " #: redbot/core/cog_manager.py:325 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" -msgstr "" +msgstr "インストールするCogパス: {install_path}\\nコアパス: {core_path}\\n\\n" #: redbot/core/cog_manager.py:339 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " -msgstr "" +msgstr "\\n 使用可能なCogパスのリストにパスを追加します。\\n " #: redbot/core/cog_manager.py:343 msgid "That path does not exist or does not point to a valid directory." -msgstr "" +msgstr "そのパスは存在しないか、有効なディレクトリをではありません。" #: redbot/core/cog_manager.py:351 msgid "Path successfully added." -msgstr "" +msgstr "パスが正常に追加されました。" #: redbot/core/cog_manager.py:356 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " -msgstr "" +msgstr "\\n `[p] paths`から` path_number`で指定された利用可能なcogパスを削除します。`.\\n " #: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 msgid "Path numbers must be positive." -msgstr "" +msgstr "パス番号は正の数で指定してください。" #: redbot/core/cog_manager.py:368 msgid "That is an invalid path number." -msgstr "" +msgstr "これは無効なパス番号です。" #: redbot/core/cog_manager.py:372 msgid "Path successfully removed." -msgstr "" +msgstr "パスが正常に削除されました。" #: redbot/core/cog_manager.py:377 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " -msgstr "" +msgstr "\\n 再度パスを並び替えて、異なるCogの検出を可能にします。\\n " #: redbot/core/cog_manager.py:391 msgid "Invalid 'from' index." -msgstr "" +msgstr "'from' が無効です。" #: redbot/core/cog_manager.py:397 msgid "Invalid 'to' index." -msgstr "" +msgstr "'to' が無効です" #: redbot/core/cog_manager.py:401 msgid "Paths reordered." -msgstr "" +msgstr "パスを並べ替えました。" #: redbot/core/cog_manager.py:406 #, docstring @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ko-KR.po b/redbot/core/locales/ko-KR.po index 863765004..e190d6509 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "퐁!" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "레드의 대한 정보를 보여드릴게요." -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "다 했어요." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "종료하는 중..." -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "다시 시작하는 중..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "JPG / PNG 형식만 가능해요." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "제 별명을 변경할 수 있는 권한이 없어요." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "프리픽스가 변경됐어요." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "길드 프리픽스가 재설정됐어요." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "로컬이 설정됐어요." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "다이렉트 메세지를 통해서" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "{} 에서" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "해당 사용자에게 응답하려면 `{}dm {} ` 을 사용해야 해요." -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "{} {} 의해 전송됐어요." -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "메세지가 전송됐어요." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "사용자님의 메세지를 전송할 수 없어요. 미안해요." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "화이트 리스트에 추가된 사용자 :" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "화이트 리스트가 지워졌어요." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "우리 주인님은 블랙 리스트에 추가할 수 없어요!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "사용자가 블랙 리스트에 추가됐어요." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/nl-NL.po b/redbot/core/locales/nl-NL.po index afaffa0b6..05d00e177 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Opdrachten met betrekking tot kernfuncties" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Laat informatie zien van de bot" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Verouderd" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "Over deze instantie" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "Over Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Embeds zijn nu standaard {}." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "de-activeren" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "activeren" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "Embeds zullen nu weer de globale instellingen gebruiken." -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Embeds zijn nu {} voor deze server." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Insluitingen zijn nu {} voor u." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Stel de uitnodiging van de bot in" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Verlaat server" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Reactie time-out." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Oké. Doei :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Oké, ik blijf wel :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 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:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 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:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Klaar." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "Oké dan." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Laad pakketten" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "{packs} geladen." -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "Dit pakket is al geladen: {pack}" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "Deze pakketten zijn al geladen: {packs}" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Hiermee verwijdert u pakketten" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Laadt pakketten opnieuw" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Sluit de bot af" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Afsluiten... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Herstarten..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "zal niet" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "zal" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Je kan alleen het JPG / PNG formaat gebruiken." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Status veranderd naar {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefix opgeslagen." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Server prefixes zijn gereset." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Taal is veranderd." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "met een persoonlijk bericht" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "van {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gebruik `{}dm {} ` om te reageren op deze gebruiker" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Verzonden door {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Je bericht is verzonden." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Ik kan dit bericht niet afleveren." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Gebruikers op de witte lijst:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Witte lijst is gewist." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Je kan de eigenaar niet op de zwarte lijst zetten!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Gebruiker aan zwarte lijst toegevoegd." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Die command is al geactiveerd in deze server." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/no-NO.po b/redbot/core/locales/no-NO.po index 994cf7844..b0362aa55 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Kommandoer relatert til kjerne funksjoner" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Viser info om Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Utdatert" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Embeder er nå {} som standard." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "skrudd av" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "skrudd på" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "Embeder vil nå bruke globale instillinger." -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Embeder er nå {} for denne guilden." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Embeder er nå {} for deg." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Forlater server" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Ok, da blir jeg værende da :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Lister og gir lov til å forlate server" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Ferdig." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Laster pakker" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Utlaster pakker" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Omlaster pakker" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Skrur av botten" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Slår av... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Restarter..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "Botten {} bruke konfigurerte farger for embeder." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "vil ikke" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "vil" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "Fuzzy kommando søking har blitt {} for denne serveren." -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "Fuzzy kommando søking har blitt {} i DMer." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Bare JPG / PNG format." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "Jeg mangler tillatelse til å endre mitt eget kallenavn." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefiks satt." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Gruppe prefikser er tilbakestilt." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "Bruker-ID: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "gjennom DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "fra {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bruk '{} dm {} ' for å svare denne brukeren" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Sendt av {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Din melding har blitt sendt." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Jeg klarer ikke å levere meldingen. Unnskyld." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/pl-PL.po b/redbot/core/locales/pl-PL.po index 47701d3a3..47b7c3bec 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Komendy związane z wbudowanymi funkcjami" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Pokazuje informacje o Redzie" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "Właścicielem instancji jest" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Wersja Red" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Nieaktualna" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "O tej instancji" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "Więcej o Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "Globalna wartość domyślna: {}\\n" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Ustawienia serwera: {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Ustawienia użytkownika: {}" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Embedy są teraz domyślnie {}." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "wyłączone" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "włączone" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "Embedy będą teraz używać globalnego ustawienia." -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Embedy są teraz {} dla tej gildii." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Embedy są teraz {} dla Ciebie." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Opuszcza serwer" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Przekroczono limit czasu odpowiedzi." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Wyświetla serwery i pozwala je opuścić" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Gotowe." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Ładuje pakiety" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Przeładowuje pakiety" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Wyłącza bota" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Wyłączanie... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Restartowanie..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "nie będzie" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "będzie" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Kolor został zresetowany." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Kolor został ustawiony." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Tylko formaty JPG / PNG." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Status zmieniony na %s." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "Nie mam uprawnień do zmiany mojego pseudonimu." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefiks ustawiony." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Prefiksy gildii zostały zresetowane." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Język został ustawiony." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Zarządzaj ustawieniami dla komendy help." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "Musisz podać wartość zero lub większą!" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Gotowe. Limit stron został ustawiony na {}." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Wysyła wiadomość do właściciela" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID użytkownika: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "przez PW" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "z {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID serwera: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Użyj `{}dm {} `, by odpowiedzieć temu użytkownikowi" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Wysłane przez {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Twoja wiadomość została wysłana." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Nie mogę wysłać twojej wiadomości. Przepraszam." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Właściciel {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Możesz odpowiedzieć na tę wiadomość za pomocą {}contact" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sorry, nie mogę dostarczyć Twojej wiadomości do {}" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Wiadomość dostarczona do {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Biała lista:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Biała lista została wyczyszczona." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Nie możesz dodać właściciela do czarnej listy!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Użytkownik został dodany do czarnej listy." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Biała lista użytkowników i ról:" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Zarządzaj komendami bota." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Wyłącza komendę globalnie." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Ta komenda jest już wyłączona globalnie." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Wyłącza komendę tylko na tym serwerze." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "Ta komenda jest już wyłączona na tym serwerze." -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Włącza komendę globalnie." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Ta komenda jest już włączona globalnie." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Włącza komendę na tym serwerze." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Ta komenda jest już włączona na tym serwerze." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Już istnieje." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Brak na liście." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/pt-BR.po b/redbot/core/locales/pt-BR.po index 9ac32eb35..949a83632 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} carregado:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} descarregado:**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Comandos relacionados com as funções base" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Mostra informações sobre o Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Versão do Red" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "Sim, {version} está disponível." -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "Falha ao procurar por atualizações." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Desatualizado" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "Sobre esta instância" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "Sobre o Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 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:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "Mostra o uptime de [botname]" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "Menos de um segundo" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Configuração da Guilda: {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "Configuração de canal: {}\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Configuração do usuário: {}" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "As mensagens incorporadas agora são {} por padrão." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "desabilitado" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "habilitado" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 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:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "As mensagens incorporadas agora são {} para esta guilda." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "As mensagens incorporadas agora são {} para este canal." -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "As mensagens incorporadas agora são {} para você." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Configurar o convite do bot" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Sai do servidor" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Tempo de resposta excedido." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Certo. Tchau :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "Saindo da guilda '{}'" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "Para deixar um servidor, basta digitar o número." -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 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:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Concluído." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Carrega pacotes" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Descarrega pacotes" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Recarrega pacotes" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Desliga o bot" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Desligando... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "Descrição reiniciada." -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "O bot {} usa a cor configurada para mensagens incorporadas." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "não vai" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "vai" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "A cor foi redefinida." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "A cor foi definida." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Apenas formatos JPG / PNG." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Status alterado para {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefixo definido." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Prefixos do servidor foram redefinidos." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Localidade foi definida." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Gerencie as configurações para o comando de ajuda." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Envia uma mensagem para o proprietário" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID do usuário: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "através de DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID do servidor: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Use `{}dm {} ` para responder este usuário" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Sua mensagem foi enviada." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Proprietário de {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Você pode responder a esta mensagem com {}contato" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Desculpe, não consegui entregar sua mensagem para {}" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Mensagem enviada para {}" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "Imprime o caminho de dados do bot." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "Caminho dos dados: {path}" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "A lista braca foi limpa." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Você não pode colocar um proprietário na lista negra!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Usuário adicionado à lista negra." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 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:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "Não existem comandos desativados globalmente." -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "{} comandos estão desativados globalmente.\\n" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "1 comando está desativado globalmente.\\n" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "Lista de comandos desabilitados neste servidor." -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "Não há nenhum comando desativado em {}." -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "{} comandos estão desativados em {}.\\n" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "1 comando está desativado em {}.\\n" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Desative um comando globalmente." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Habilita um comando neste servidor." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Esse comando já está habilitado neste servidor." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Nenhuma configuração de imunidade aqui." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Já adicionado." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Não está na lista." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Eles são imunes" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Eles não são Imunes" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "Esse comando está em tempo de espera. Tente novamente dentro de {delay}." -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "Esse comando está recarregando. Tente novamente em 1 segundo." -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 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." diff --git a/redbot/core/locales/pt-PT.po b/redbot/core/locales/pt-PT.po index 3e00e7fed..534a9e3dc 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Comandos relacionados com as funções básicas" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Mostra informação sobre o Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "As mensagens incorporadas estão agora {} por predefinição." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ro-RO.po b/redbot/core/locales/ro-RO.po index bbf0662db..08284488c 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/ru-RU.po b/redbot/core/locales/ru-RU.po index 3e7a46e82..1aa85a59b 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -116,121 +116,121 @@ msgstr "**{} загружен:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} выгружен:**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Команды, связанные с основными функциями" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Показывает информацию о Red" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "Данная копия принадлежит" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Версия Red бота" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "Проверка обновлений не удалась." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Устаревшие" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "Об этом экземпляре" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "О Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Приносит радость с 2 Января 2016 (более {} дней назад!)" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "Мне нужно разрешение \"Встраивать ссылки\" чтобы отправить это" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "Показать [botname] время безотказной работы" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "Менее одной секунды" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Был за: **{time_quantity}** (поскольку {timestamp} универсальное глобальное время)" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "Настройка эмбеддов:\\n\\n" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "Глобальные значения по умолчанию: {}\\n" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "Настройки гильдии: {}\\n" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "Настройка канала: {}\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "Настройки пользователя: {}" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Встраиваемые теперь по умолчанию {}." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "отключен" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "включен" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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" @@ -238,1214 +238,1214 @@ msgstr "\\n Переключить настройку встраивае " гильдии, кроме команд справки\\n \n" " " -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "Настройки теперь восстанавливаются." -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Настройки {} для этой гильдии." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "Сейчас встраиваются {} для этого канала." -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "\\n Переключить настройку встраиваемых сообщений пользователя.\\n\\n Если для параметра Enabled не установлено\\n значение, настройка будет отменена, и вместо\\n нее будет использоваться глобальное значение\\n по умолчанию.\\n\\n Если установлено, оно будет использоваться вместо\\n глобального значения по умолчанию, чтобы определить,\\n следует ли использовать встраиваемые сообщения. Оно\n" " используется для всех команд, выполняемых в личных\n" " сообщениях с ботом, а также для всех команд помощи везде.\\n " -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Настройки {} для вас." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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 "Отправляет владельцу последние команды, за исключением\\n\\n Если публично (указано \"yes\"), оно будет отправлено в чат" -#: redbot/core/core_commands.py:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "Пока еще ничего не произошло" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "Url приглашения пользователя [botname]" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "Настроить приглашения бота" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "\\n Определите, должна ли команда быть доступной для обычного пользователя.\\n " -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " -msgstr "\\n Заставьте бота создать свою собственную роль с разрешениями на соединение.\\n\\n Бот создаст свою собственную роль с желаемыми правами доступа при подключении к новому серверу. Это особая роль, которую нельзя удалить или удалить из бота.\\n\\n Для этого вам необходимо предоставить действительный уровень разрешений.\\n Вы можете создать один здесь: https://discordapi.com/permissions.html\\n\\n Обратите внимание, что вам может потребоваться двухфакторная аутентификация для некоторые разрешения.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Покинуть сервер" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Вы уверены, что хотите, чтобы я покинул данный сервер? (y/n)" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Время ответа истекло." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Хорошо. До свидания :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "Выход из гильдии '{}'" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Хорошо, тогда я остаюсь :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Список серверов и разрешение покинуть их" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "Чтобы покинуть сервер, просто наберите его номер." -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "Я не могу покинуть гильдию, которой я владею." -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Вы уверены, что хотите чтобы я вышел {}? (да/нет)" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Готово." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "Хорошо." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Загружает пакеты" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "Загружено {packs}." -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "Следующий пакет уже загружен: {pack}" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "Следующие пакеты уже загружены: {packs}" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {pack}.\\n. Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {packs}.\\n. Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "Следующий пакет не найден в пути ког: {pack}." -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "Следующие пакеты не были найдены в пути ког: {packs}" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "Этот пакет не может быть загружен по следующим причинам:\\n\\n{reason}" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "Эти пакеты не могут быть загружены по следующим причинам:\\n\\n{reasons}" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "**ПРЕДУПРЕЖДЕНИЕ**: В следующем репо используются общие библиотеки, помеченные для удаления красным 3.4: {repo}.\\nВы должны сообщить сопровождающему репо об этом сообщении." -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "**ПРЕДУПРЕЖДЕНИЕ**: Следующие репозитории используют общие библиотеки, помеченные для удаления в красном 3.4: {repos}.\\nВы должны сообщить сопровождающим этих репозиториев об этом сообщении." -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Выгружает пакеты" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "Следующий пакет был выгружен: {pack}." -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "Следующие пакеты были выгружены: {packs}." -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "Не удалось загрузить следующий пакет: {pack}." -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "Следующие пакеты не были загружены: {packs}." -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Перезагружает пакеты" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "Перезагрузка {packs}." -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "Не удалось перезагрузить следующий пакет: {pack}.\\nПроверьте консоль или логи для получения подробностей." -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "Не удалось перезагрузить следующие пакеты: {packs}\\nПроверьте консоль или журналы для получения информации." -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "Этот пакет не может быть перезагружен по следующей причине:\\n\\n{reason}" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "Эти пакеты не могут быть перезагружены по следующим причинам:\\n\\n{reasons}" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "**ПРЕДУПРЕЖДЕНИЕ**: В следующем репо используются общие библиотеки, помеченные для удаления в Red 3.4: {repo}.\\nВы должны сообщить сопровождающим этих репозиториев об этом сообщении." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "**ПРЕДУПРЕЖДЕНИЕ**: Следующие репозитории используют общие библиотеки, помеченные для удаления в красном 3.4: {repos}.\\nВы должны сообщить сопровождающим этих репозиториев об этом сообщении." -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Выключает бота" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Завершение работы... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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 "Попытки перезагрузить Red\\n\\n Завершает работу Red с кодом выхода 26\\n Перезапуск не гарантирован: он должен\\n обрабатываться используемым менеджером\n" " процессов" -#: redbot/core/core_commands.py:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Перезапуск..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "Изменяет настройки [botname]" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Роли администратора: {admin}\\nРоли модов: {mod}\\n" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "Удаление команды отключено." -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "Удалить задержку, установленную на {num} секунд." -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 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:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "Я не буду удалять командные сообщения." -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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 "\\n Устанавливает описание бота.\\n Используйте без описания для сброса.\\n Это показано в нескольких местах, включая меню справки.\\n\\n По умолчанию \\\"Red V3\\\"\\n " -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "Описание сброшено." -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "Это описание слишком длинное для правильного отображения. Пожалуйста, попробуйте еще раз с ниже 250 символов" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "\\n Добавляет роль администратора для этого гильдии.\\n " -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "Эта роль уже является администратором." -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "Теперь эта роль рассматривается как роль администратора." -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "\\n Добавляет роль модератора для этой гильдии.\\n " -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "Эта роль уже является модераторской." -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "Эта роль теперь считается ролью мода." -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "\\n Удаляет роль администратора для этой гильдии.\\n " -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "Эта роль не была ролью администратора, с которой она начала." -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "Эта роль больше не рассматривается как роль администратора." -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "\\n Удаляет роль модератора для этого сервера.\\n " -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "Эта роль не была модераторской ролью для начала." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "Эта роль больше не рассматривается как роль модератора." -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "Бот {} использовать свой настроенный цвет для встраивания сообщений." -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "не будет" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "будет" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "Поиск неопределенной команды был {} для этого сервера." -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "Поиск неопределенных команд был {} в личных сообщениях." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Цвет был сброшен." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Цвет был установлен." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "JPG / PNG формат только." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "Устанавливает игровой статус [botname]" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "Статус изменён на ``Воспроизведение {game.name}``." -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "Игра очищена." -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "Устанавливает статус прослушивания [botname]" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "Статус установлен в ``Слушаю {listening}``." -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "Прослушивание прояснилось." -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "Устанавливает статус просмотра [botname]" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "Status set to ``Watching {watching}``." -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "Просмотр очищен." -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, docstring msgid "Sets [botname]'s status\\n\\n Available statuses:\\n online\\n idle\\n dnd\\n invisible\\n " msgstr "Устанавливает статус [botname]\\n\\n Доступные статусы:\\n онлайн\\n вхолостую\\n просьба не беспокоить\\n невидимый\\n " -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Статус изменён на {}." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "Устанавливает потоковое состояние [botname]\\n Если оставить как streamer, так и stream_title пустыми, это очистит его." -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "Устанавливает имя пользователя [botname]" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "Устанавливает никнейм [botname]" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "Мне не хватает разрешений чтобы изменить свой ник." -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "Устанавливает глобальный префикс(ксы) [botname]" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Префикс установлен." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "Устанавливает префикс(ксы) сервера [botname]" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Префиксы сервера были сброшены." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Локализация была установлена." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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 "Настраивает раздел [p]info\\n\\n Максимально допустимое количество символов - 1024.\\n Поддерживает уценку, ссылки и \\\"mentions\\\".\\n Пример ссылки:\\n `[My link](https://example.com)`\\n " -#: redbot/core/core_commands.py:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "Пользовательский текст был очищен." -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "Пользовательский текст установлен." -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "Символов должно быть меньше 1024." -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "`{service}` API токены были установлены." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Управление настройками для команды справки." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "\\n Позволяет отправлять команду справки в виде разбитого на страницы меню вместо отдельного\\n Сообщения.\\n\\n По умолчанию это False.\\n Использование этого без настройки переключит. \\n " -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "Помощь будет использовать меню." -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "Помощь не будет использовать меню." -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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 "\\n Это позволяет команде справки показывать скрытые команды\\n\\n По умолчанию False.\\n Использование этого без настройки переключится\\n " -#: redbot/core/core_commands.py:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "Помощь не будет фильтровать скрытые команды" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "Помощь будет фильтровать скрытые команды." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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 "\\n Если команды, которые не могут быть запущены в текущем контексте, должны быть\\n отфильтрованы из помощи\\n\\n По умолчанию истина.\\n Использование этого без параметра будет переключаться.\\n " -#: redbot/core/core_commands.py:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "Справка будет показывать только для команд, которые могут быть запущены." -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "Справка будет показана без проверки возможности выполнения команд." -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "Помощь проверит наличие тем помощи." -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Помощь будет проверять только наличие тем помощи при помощи нечеткой справки (если включено)." -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "Значение должно быть не менее 500 символов." -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "Готово. Максимальное количество символов на странице было установлено равным {}." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 "Установите максимальное количество страниц справки, отправляемых в канал сервера.\\n\\n Этот параметр применяется только к встроенной справке.\\n\\n Если справочное сообщение содержит больше страниц, чем это значение,\\n справочное сообщение будет отправлено автору команды через личные\\n сообщения. Это должно помочь уменьшить спам в текстовых каналах сервера.\\n\\n Значение по умолчанию составляет 2 страницы.\\n " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "Вы должны дать значение ноль или больше!" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Готово. Ограничение на количество страниц установлено на {}." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "Задержка не может быть длиннее 14 дней!" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "Готово. Сообщения справки теперь не будут удалены." -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "Готово. Задержка удаления была установлена на {} секунд." -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Ваш подзаголовок слишком длинный! Пожалуйста, уменьшите его до 2048 символов." -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Отправляет сообщение владельцу" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "ID пользователя: {}" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "через DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | ID сервера: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Используйте `{}dm {} `чтобы ответить пользователю" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Отправил {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "Я настроен не отправлять это нигде." -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Ваше сообщение было отправлено." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Я не могу доставить ваше сообщение. Извините." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "Отправляет личное сообщение пользователю\\n\\n Для этой команды нужен ID пользователя.\\n Чтобы получить ID пользователя, включите\\n \"режим разработчика\" в настройках Discord,\\n во вкладке \"внешний вид\". Затем щелкните\n" " правой кнопкой мыши на пользователя и\n" " скопируйте его ID" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Владелец {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "Вы можете ответить на это сообщение с {} контактом" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Извините, я не смог доставить сообщение для %s" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Сообщение доставлено к %s" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "Выводит путь к данным бота." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "Путь к данным: {path}" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "Показывает отладочную информацию, полезную для отладки.." -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Команды управления белым списком.\\n " -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Добавляет пользователя в белый список.\\n " -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "Пользователь был добавлен в белый список." -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Список пользователей в белом списке.\\n " -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Пользователи в белом списке:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "\\n Удаляет пользователя из белого списка.\\n " -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "Пользователь был удалён из белого списка." -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Очищает белый список.\\n " -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Белый список был очищен." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Команды управления черным списком.\\n " -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "\\n Добавляет пользователя в черный список.\\n " -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Вы не можете добавить владельца в чёрный список!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Пользователь добавлен в черный список." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Список пользователей в черном списке.\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "Черный список пользователей:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Удаляет пользователя из черного списка.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "Пользователь был удалён из чёрного списка." -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Очищает черный список.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "Чёрный список очищен." -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Команды управления белым списком.\\n " -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "\\n Добавляет пользователя или роль в белый список.\\n " -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "{names} добавлен в белый список." -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Пользователи и роли в белом списке:" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Очищает белый список.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "Пользователи и роли в черном списке:" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "\\n Удаляет пользователя или роль из черного списка.\\n " -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "{names} удален из локального черного списка." -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Очищает черный список.\\n " -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "Локальный черный список был очищен." -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Управление командами бота." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "Список отключенных команд по всему миру." -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "Нет глобально отключенных команд." -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "{} Команды отключены глобально.\\n" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "1 команда отключена глобально.\\n" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Отключить команду глобально." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Я не мог найти эту команду. Обратите внимание, что она чувствительна к регистру." -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Эта команда уже отключена глобально." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "Отключить команду только на этом сервере." -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "Эта команда уже отключена на этом сервере." -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Включить команду глобально." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Эта команда уже включена глобально." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Включить команду на этом сервере." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Эта команда уже включена на этом сервере." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Здесь нет настроек невосприимчивости." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Уже добавлено." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Нет в списке." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Они невосприимчивы" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Они не невосприимчивы" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "Этот сервер отсутствует в списке игнорируемых." -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "Этот сервер в настоящее время игнорируется." -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "\\n Получить информацию о лицензиях Red\\n " @@ -1495,39 +1495,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/sk-SK.po b/redbot/core/locales/sk-SK.po index 87f45a8dd..65a21eda7 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "" #: redbot/core/cog_manager.py:343 msgid "That path does not exist or does not point to a valid directory." -msgstr "" +msgstr "Táto cesta neexistuje alebo neukazuje na platný adresár." #: redbot/core/cog_manager.py:351 msgid "Path successfully added." @@ -55,7 +55,7 @@ msgstr "" #: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 msgid "Path numbers must be positive." -msgstr "" +msgstr "Čísla pravdy musia byť kladné." #: redbot/core/cog_manager.py:368 msgid "That is an invalid path number." @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/sr-SP.po b/redbot/core/locales/sr-SP.po index 34017edc5..a8c25e3a2 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/sv-SE.po b/redbot/core/locales/sv-SE.po index f3232fad1..2910131b4 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Klart." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Stänger ner... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Startar om..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Endast JPG / PNG format." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Prefix ändrat." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Guild prefix har rensats." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Språket har ändrats." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "genom DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "från {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "Använd `{}dm {} `för att svara användaren" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "Skickat av {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Ditt meddelande har sänts." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Jag kan inte leverera ditt meddelande. Förlåt." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Vitlistade användare:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Vitlistan har rensats." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Du kan inte svartlista en ägare!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "Användaren är nu svartlistad." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/tr-TR.po b/redbot/core/locales/tr-TR.po index daef39d47..a26a22648 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "**{} yüklendi:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} yüklenmesi kaldırıldı:**\\n" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "Çekirdek işlevleri için ilgili komutları" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "Red hakkında bilgi gösterir" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Red Sürümü" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "Güncel Değil" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "Red Hakkında" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "Embed ayarları:\\n\\n" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "Gömer oldular (varsayılan olarak)." -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "deaktif" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "açıldı" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 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:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "Gömer {} Bu filo için oldular." -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "Gömer {} Bu filo için oldular." -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "Sunucudan çıkar" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "Yanıt yok, zaman aşımı oluştu." -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "Pekala, görüşürüz :wave:" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "'{}' sunucudan ayrılıyor" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "Tamam, kalayım öyleyse :)" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "Listeler ve sunucuları gitmek verir" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 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:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "Sunucudan ayrılamıyorum sunucu sahibiyim." -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "Tamamdır." -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "Peki öyleyse." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "Paketleri yükler" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "Bellekten paketleri" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "Bellekten paketleri" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "Botu kapatır" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "Kapatılıyor..." -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "Yeniden başlatılıyor..." -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 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:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "olmayacak" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "olacak" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 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:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "Bulanık komut arama {} DMs içinde olmuştur." -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "Renk sıfırlandı." -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "Renk ayarlandı." -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "Sadece JPG / PNG formatında." -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "Durum {} olarak değiştirildi." -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 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:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "Önek seti." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "Lonca önekleri sıfırlandı." -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "Yerel ayarı belirlemek." -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "Yardım komutu ayarlarını yönetin." -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 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:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 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:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "Bitmiş. Sayfa sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "Tagline sıfırlandı." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 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:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "Kullanıcıya mesaj gönder" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "Kullanıcı Kimliği" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "vasitasiyla" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "()" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr " | sunucu kimliği: {}" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 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:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "{} {} Tarafından gönderilen" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "Mesajınız gönderildi." -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "Mesajınızı teslim edemiyorum. Afedersiniz." -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "Sahibi {}" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "{} Kişi bu iletiyle yanıtlayabilirsiniz" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 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:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "Mesaj iletildi" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "Beyaz listeye alınmış Ip`ler:" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "Beyaz Liste temizlendi." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "Arkadaşını kara listeye ekleyemezsin!" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "%s kara listeye eklendi." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "Beyaz liste kullanıcılar ve roller:" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "Bot komutları yönetme." -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "Bir komut genel olarak devre dışı bırakın." -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 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:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "Bu komut zaten genel olarak devre dışı bırakıldı." -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, 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:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 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:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "Genel olarak bir komut etkinleştirmek." -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "Bu komut genel olarak zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "Bu sunucu bir komutu etkinleştirin." -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "Bu komut bu sunucu zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "Buradaki hiçbir immunty ayarlar." -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "Zaten eklendi." -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "Listede değil." -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "Bağışık olduklarını" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "Onlar bağışıklık değildir" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/uk-UA.po b/redbot/core/locales/uk-UA.po index d66cbad7a..c85864f23 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/vi-VN.po b/redbot/core/locales/vi-VN.po index 955bff5d3..df6cab9d0 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/zh-CN.po b/redbot/core/locales/zh-CN.po index 2e6de7da2..498be7825 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "完成。" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "关闭... " -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "支持 JPG/PNG 格式。" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "我没有更改我自己昵称的权限。" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "前缀集。" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "已重置行会前缀。" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "区域已经被设置。" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "通过DM" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "从 {}" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "使用 \"{} dm {} \" 来答复此用户" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "发送人 {} {}" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "你的信息已发送。" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "抱歉,我无法发送你的消息。" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/zh-HK.po b/redbot/core/locales/zh-HK.po index 2b621577e..d47cc5b52 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" diff --git a/redbot/core/locales/zh-TW.po b/redbot/core/locales/zh-TW.po index 7fd5717a8..45e81d68b 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-04-23 12:07+0000\n" +"POT-Creation-Date: 2020-05-07 12:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -116,1327 +116,1327 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:302 +#: redbot/core/core_commands.py:303 #, docstring msgid "Commands related to core functions" msgstr "" -#: redbot/core/core_commands.py:306 +#: redbot/core/core_commands.py:307 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:311 +#: redbot/core/core_commands.py:312 #, docstring msgid "Shows info about Red" msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:341 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:351 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:354 msgid "Red version" msgstr "Red 版本" -#: redbot/core/core_commands.py:356 +#: redbot/core/core_commands.py:357 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 +#: redbot/core/core_commands.py:361 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:362 msgid "Outdated" msgstr "已過期" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:364 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:365 msgid "About Red" msgstr "關於 Red" -#: redbot/core/core_commands.py:367 +#: redbot/core/core_commands.py:368 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:372 +#: redbot/core/core_commands.py:373 msgid "I need the `Embed links` permission to send this" msgstr "" -#: redbot/core/core_commands.py:376 +#: redbot/core/core_commands.py:377 #, docstring msgid "Shows [botname]'s uptime" msgstr "" -#: redbot/core/core_commands.py:379 +#: redbot/core/core_commands.py:380 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:381 +#: redbot/core/core_commands.py:382 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:388 +#: redbot/core/core_commands.py:389 #, 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:397 +#: redbot/core/core_commands.py:398 msgid "Embed settings:\\n\\n" msgstr "" -#: redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:400 msgid "Global default: {}\\n" msgstr "" -#: redbot/core/core_commands.py:402 +#: redbot/core/core_commands.py:403 msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:406 msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:408 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:413 +#: redbot/core/core_commands.py:414 #, 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:423 +#: redbot/core/core_commands.py:424 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "disabled" msgstr "已停用" -#: redbot/core/core_commands.py:423 redbot/core/core_commands.py:447 -#: redbot/core/core_commands.py:472 redbot/core/core_commands.py:494 -#: redbot/core/core_commands.py:1061 redbot/core/core_commands.py:1077 +#: redbot/core/core_commands.py:424 redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:473 redbot/core/core_commands.py:495 +#: redbot/core/core_commands.py:1062 redbot/core/core_commands.py:1078 msgid "enabled" msgstr "已啟用" -#: redbot/core/core_commands.py:430 +#: redbot/core/core_commands.py:431 #, 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:443 redbot/core/core_commands.py:468 -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:444 redbot/core/core_commands.py:469 +#: redbot/core/core_commands.py:492 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:446 +#: redbot/core/core_commands.py:447 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:455 +#: redbot/core/core_commands.py:456 #, 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:471 +#: redbot/core/core_commands.py:472 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:479 #, docstring msgid "\\n Toggle the user'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 DM with the bot, as\\n well as all help commands everywhere.\\n " msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:495 msgid "Embeds are now {} for you." msgstr "" -#: redbot/core/core_commands.py:500 +#: redbot/core/core_commands.py:501 #, 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:512 +#: redbot/core/core_commands.py:513 msgid "No exception has occurred yet" msgstr "" -#: redbot/core/core_commands.py:517 +#: redbot/core/core_commands.py:518 #, docstring msgid "Show's [botname]'s invite url" msgstr "" -#: redbot/core/core_commands.py:529 +#: redbot/core/core_commands.py:530 #, docstring msgid "Setup the bot's invite" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:535 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "" -#: redbot/core/core_commands.py:563 +#: redbot/core/core_commands.py:564 #, 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 authentification for some permissions.\\n " +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:583 +#: redbot/core/core_commands.py:584 #, docstring msgid "Leaves server" msgstr "" -#: redbot/core/core_commands.py:584 +#: redbot/core/core_commands.py:585 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:590 redbot/core/core_commands.py:643 +#: redbot/core/core_commands.py:591 redbot/core/core_commands.py:644 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:594 +#: redbot/core/core_commands.py:595 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:595 +#: redbot/core/core_commands.py:596 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:599 msgid "Alright, I'll stay then :)" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:604 #, docstring msgid "Lists and allows to leave servers" msgstr "" -#: redbot/core/core_commands.py:614 +#: redbot/core/core_commands.py:615 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:629 +#: redbot/core/core_commands.py:630 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:632 +#: redbot/core/core_commands.py:633 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:639 redbot/core/core_commands.py:1132 -#: redbot/core/core_commands.py:1247 redbot/core/core_commands.py:1265 -#: redbot/core/core_commands.py:1277 +#: redbot/core/core_commands.py:640 redbot/core/core_commands.py:1133 +#: redbot/core/core_commands.py:1248 redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1278 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:641 +#: redbot/core/core_commands.py:642 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:649 #, docstring msgid "Loads packages" msgstr "" -#: redbot/core/core_commands.py:666 +#: redbot/core/core_commands.py:667 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:671 +#: redbot/core/core_commands.py:672 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:675 +#: redbot/core/core_commands.py:676 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:682 +#: redbot/core/core_commands.py:683 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:687 +#: redbot/core/core_commands.py:688 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:695 redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:696 redbot/core/core_commands.py:814 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:699 redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:700 redbot/core/core_commands.py:818 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:708 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:711 +#: redbot/core/core_commands.py:712 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:719 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:724 +#: redbot/core/core_commands.py:725 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:740 #, docstring msgid "Unloads packages" msgstr "" -#: redbot/core/core_commands.py:749 +#: redbot/core/core_commands.py:750 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:753 +#: redbot/core/core_commands.py:754 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:760 +#: redbot/core/core_commands.py:761 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:764 +#: redbot/core/core_commands.py:765 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:777 +#: redbot/core/core_commands.py:778 #, docstring msgid "Reloads packages" msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:796 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:800 +#: redbot/core/core_commands.py:801 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:806 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:825 +#: redbot/core/core_commands.py:826 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:830 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:836 +#: redbot/core/core_commands.py:837 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in Red 3.4: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:843 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in Red 3.4: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:857 +#: redbot/core/core_commands.py:858 #, docstring msgid "Shuts down the bot" msgstr "" -#: redbot/core/core_commands.py:862 +#: redbot/core/core_commands.py:863 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:868 +#: redbot/core/core_commands.py:869 #, 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:875 +#: redbot/core/core_commands.py:876 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:880 +#: redbot/core/core_commands.py:881 #, docstring msgid "Changes [botname]'s settings" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:894 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:902 +#: redbot/core/core_commands.py:903 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:905 +#: redbot/core/core_commands.py:906 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:925 +#: redbot/core/core_commands.py:926 #, 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:936 +#: redbot/core/core_commands.py:937 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:938 +#: redbot/core/core_commands.py:939 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:943 +#: redbot/core/core_commands.py:944 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:951 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:956 #, 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:965 +#: redbot/core/core_commands.py:966 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:969 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:983 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:987 +#: redbot/core/core_commands.py:988 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:989 +#: redbot/core/core_commands.py:990 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:995 +#: redbot/core/core_commands.py:996 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1000 +#: redbot/core/core_commands.py:1001 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1002 +#: redbot/core/core_commands.py:1003 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:1009 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1013 +#: redbot/core/core_commands.py:1014 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1015 +#: redbot/core/core_commands.py:1016 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1021 +#: redbot/core/core_commands.py:1022 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1026 +#: redbot/core/core_commands.py:1027 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1029 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1034 +#: redbot/core/core_commands.py:1035 #, 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:1043 +#: redbot/core/core_commands.py:1044 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1045 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1052 +#: redbot/core/core_commands.py:1053 #, 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:1060 +#: redbot/core/core_commands.py:1061 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1068 +#: redbot/core/core_commands.py:1069 #, 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:1076 +#: redbot/core/core_commands.py:1077 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1084 +#: redbot/core/core_commands.py:1085 #, 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:1094 +#: redbot/core/core_commands.py:1095 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1097 +#: redbot/core/core_commands.py:1098 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1102 +#: redbot/core/core_commands.py:1103 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1123 +#: redbot/core/core_commands.py:1124 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:1130 +#: redbot/core/core_commands.py:1131 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1138 #, docstring msgid "Removes [botname]'s avatar" msgstr "" -#: redbot/core/core_commands.py:1140 +#: redbot/core/core_commands.py:1141 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1146 +#: redbot/core/core_commands.py:1147 #, docstring msgid "Sets [botname]'s playing status" msgstr "" -#: redbot/core/core_commands.py:1158 +#: redbot/core/core_commands.py:1159 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1160 +#: redbot/core/core_commands.py:1161 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1167 #, docstring msgid "Sets [botname]'s listening status" msgstr "" -#: redbot/core/core_commands.py:1176 +#: redbot/core/core_commands.py:1177 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1179 +#: redbot/core/core_commands.py:1180 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1185 +#: redbot/core/core_commands.py:1186 #, docstring msgid "Sets [botname]'s watching status" msgstr "" -#: redbot/core/core_commands.py:1194 +#: redbot/core/core_commands.py:1195 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1196 +#: redbot/core/core_commands.py:1197 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1202 +#: redbot/core/core_commands.py:1203 #, 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:1225 +#: redbot/core/core_commands.py:1226 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1231 +#: redbot/core/core_commands.py:1232 #, docstring msgid "Sets [botname]'s streaming status\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1253 #, docstring msgid "Sets [botname]'s username" msgstr "" -#: redbot/core/core_commands.py:1257 +#: redbot/core/core_commands.py:1258 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:1271 +#: redbot/core/core_commands.py:1272 #, docstring msgid "Sets [botname]'s nickname" msgstr "" -#: redbot/core/core_commands.py:1275 +#: redbot/core/core_commands.py:1276 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1282 +#: redbot/core/core_commands.py:1283 #, docstring msgid "Sets [botname]'s global prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1287 redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1288 redbot/core/core_commands.py:1301 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1294 #, docstring msgid "Sets [botname]'s server prefix(es)" msgstr "" -#: redbot/core/core_commands.py:1296 +#: redbot/core/core_commands.py:1297 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1305 +#: redbot/core/core_commands.py:1306 #, 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:1319 redbot/core/core_commands.py:1351 +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1352 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1323 redbot/core/core_commands.py:1355 +#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1356 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1329 +#: redbot/core/core_commands.py:1330 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1334 +#: redbot/core/core_commands.py:1335 #, 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:1345 +#: redbot/core/core_commands.py:1346 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1362 +#: redbot/core/core_commands.py:1363 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1370 +#: redbot/core/core_commands.py:1371 #, 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:1379 +#: redbot/core/core_commands.py:1380 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1383 +#: redbot/core/core_commands.py:1384 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1386 +#: redbot/core/core_commands.py:1387 msgid "Characters must be fewer than 1024." msgstr "" -#: redbot/core/core_commands.py:1391 +#: redbot/core/core_commands.py:1392 #, 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:1404 +#: redbot/core/core_commands.py:1405 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1410 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1415 #, docstring msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " msgstr "" -#: redbot/core/core_commands.py:1425 +#: redbot/core/core_commands.py:1426 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1427 +#: redbot/core/core_commands.py:1428 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1431 +#: redbot/core/core_commands.py:1432 #, 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:1441 +#: redbot/core/core_commands.py:1442 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1443 +#: redbot/core/core_commands.py:1444 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1448 #, 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:1458 +#: redbot/core/core_commands.py:1459 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1460 +#: redbot/core/core_commands.py:1461 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1464 +#: redbot/core/core_commands.py:1465 #, 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:1477 +#: redbot/core/core_commands.py:1478 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1481 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1488 +#: redbot/core/core_commands.py:1489 #, 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:1499 +#: redbot/core/core_commands.py:1500 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1503 +#: redbot/core/core_commands.py:1504 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1508 #, docstring -msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded 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 " +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:1518 redbot/core/core_commands.py:1536 +#: redbot/core/core_commands.py:1519 redbot/core/core_commands.py:1537 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1522 +#: redbot/core/core_commands.py:1523 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1527 +#: redbot/core/core_commands.py:1528 #, 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:1539 +#: redbot/core/core_commands.py:1540 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1545 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1546 +#: redbot/core/core_commands.py:1547 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1551 #, 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:1558 +#: redbot/core/core_commands.py:1559 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1563 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1570 +#: redbot/core/core_commands.py:1571 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:1576 #, docstring msgid "Sends a message to the owner" msgstr "" -#: redbot/core/core_commands.py:1578 +#: redbot/core/core_commands.py:1579 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1581 +#: redbot/core/core_commands.py:1582 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1583 +#: redbot/core/core_commands.py:1584 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1585 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1589 +#: redbot/core/core_commands.py:1590 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1591 +#: redbot/core/core_commands.py:1592 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1596 +#: redbot/core/core_commands.py:1597 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1668 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1669 +#: redbot/core/core_commands.py:1670 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1674 +#: redbot/core/core_commands.py:1675 #, docstring msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" msgstr "" -#: redbot/core/core_commands.py:1683 +#: redbot/core/core_commands.py:1684 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:1693 +#: redbot/core/core_commands.py:1694 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1694 +#: redbot/core/core_commands.py:1695 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1708 redbot/core/core_commands.py:1718 +#: redbot/core/core_commands.py:1709 redbot/core/core_commands.py:1719 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1711 redbot/core/core_commands.py:1721 +#: redbot/core/core_commands.py:1712 redbot/core/core_commands.py:1722 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1726 +#: redbot/core/core_commands.py:1727 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1731 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1737 #, docstring msgid "Shows debug information useful for debugging.." msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:1798 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1805 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1812 +#: redbot/core/core_commands.py:1815 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1816 +#: redbot/core/core_commands.py:1819 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1825 +#: redbot/core/core_commands.py:1828 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1834 +#: redbot/core/core_commands.py:1837 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1847 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1848 +#: redbot/core/core_commands.py:1851 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1852 +#: redbot/core/core_commands.py:1855 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1860 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1864 +#: redbot/core/core_commands.py:1867 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1877 +#: redbot/core/core_commands.py:1880 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:1886 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:1890 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:1899 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:1908 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:1918 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:1922 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1926 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1929 +#: redbot/core/core_commands.py:1932 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1938 +#: redbot/core/core_commands.py:1941 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1952 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1953 +#: redbot/core/core_commands.py:1956 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:1962 +#: redbot/core/core_commands.py:1965 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:1973 +#: redbot/core/core_commands.py:1976 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1985 +#: redbot/core/core_commands.py:1988 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:1993 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:1997 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\\n blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2012 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2019 +#: redbot/core/core_commands.py:2022 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2022 +#: redbot/core/core_commands.py:2025 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2025 +#: redbot/core/core_commands.py:2028 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2035 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2040 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2046 +#: redbot/core/core_commands.py:2049 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2057 +#: redbot/core/core_commands.py:2060 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2069 +#: redbot/core/core_commands.py:2072 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2078 +#: redbot/core/core_commands.py:2081 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2083 +#: redbot/core/core_commands.py:2086 #, docstring msgid "Manage the bot's commands." msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2091 #, 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:2101 +#: redbot/core/core_commands.py:2104 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2104 +#: redbot/core/core_commands.py:2107 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2107 +#: redbot/core/core_commands.py:2110 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2114 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2118 +#: redbot/core/core_commands.py:2121 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2121 +#: redbot/core/core_commands.py:2124 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2124 +#: redbot/core/core_commands.py:2127 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2128 +#: redbot/core/core_commands.py:2131 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2135 +#: redbot/core/core_commands.py:2138 #, 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:2149 +#: redbot/core/core_commands.py:2152 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2153 redbot/core/core_commands.py:2187 -#: redbot/core/core_commands.py:2237 redbot/core/core_commands.py:2259 +#: redbot/core/core_commands.py:2156 redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2240 redbot/core/core_commands.py:2262 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2159 redbot/core/core_commands.py:2193 +#: redbot/core/core_commands.py:2162 redbot/core/core_commands.py:2196 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2199 +#: redbot/core/core_commands.py:2168 redbot/core/core_commands.py:2202 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2174 +#: redbot/core/core_commands.py:2177 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2186 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2204 +#: redbot/core/core_commands.py:2207 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2217 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2220 +#: redbot/core/core_commands.py:2223 #, 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:2233 +#: redbot/core/core_commands.py:2236 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2249 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2258 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2264 +#: redbot/core/core_commands.py:2267 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2274 +#: redbot/core/core_commands.py:2277 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2284 #, 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:2295 +#: redbot/core/core_commands.py:2298 #, docstring msgid "\\n Server settings for immunity from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2305 #, docstring msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2317 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2319 +#: redbot/core/core_commands.py:2322 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2323 +#: redbot/core/core_commands.py:2326 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2332 +#: redbot/core/core_commands.py:2335 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2340 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2345 +#: redbot/core/core_commands.py:2348 #, docstring msgid "\\n Makes a user or roles immune from automated moderation actions\\n " msgstr "" -#: redbot/core/core_commands.py:2350 +#: redbot/core/core_commands.py:2353 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2358 +#: redbot/core/core_commands.py:2361 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2366 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2368 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2370 +#: redbot/core/core_commands.py:2373 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2377 +#: redbot/core/core_commands.py:2380 #, docstring msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2390 +#: redbot/core/core_commands.py:2393 #, docstring msgid "\\n Opt-out of recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2403 +#: redbot/core/core_commands.py:2406 #, docstring msgid "\\n Adds a destination text channel to recieve owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2422 +#: redbot/core/core_commands.py:2425 #, docstring msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2439 +#: redbot/core/core_commands.py:2442 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications\\n " msgstr "" -#: redbot/core/core_commands.py:2446 +#: redbot/core/core_commands.py:2449 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2460 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2488 +#: redbot/core/core_commands.py:2491 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:2502 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2507 +#: redbot/core/core_commands.py:2510 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2512 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2517 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2518 +#: redbot/core/core_commands.py:2521 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2523 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2526 +#: redbot/core/core_commands.py:2529 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:2540 #, 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:2546 +#: redbot/core/core_commands.py:2549 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2551 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2556 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:2560 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2562 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2565 +#: redbot/core/core_commands.py:2568 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2577 +#: redbot/core/core_commands.py:2580 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2592 +#: redbot/core/core_commands.py:2595 #, docstring msgid "\\n Get info about Red's licenses\\n " msgstr "" @@ -1486,39 +1486,39 @@ msgstr "" msgid "{user}'s balance cannot rise above {max} {currency}." msgstr "" -#: redbot/core/events.py:161 +#: redbot/core/events.py:162 msgid "`{user_input}` is not a valid value for `{command}`" msgstr "" -#: redbot/core/events.py:186 +#: redbot/core/events.py:187 msgid "Error in command '{command}'. Check your console or logs for details." msgstr "" -#: redbot/core/events.py:214 +#: redbot/core/events.py:212 msgid "I require the {permission} permission to execute that command." msgstr "" -#: redbot/core/events.py:218 +#: redbot/core/events.py:216 msgid "I require {permission_list} permissions to execute that command." msgstr "" -#: redbot/core/events.py:226 +#: redbot/core/events.py:224 msgid "That command is not available in DMs." msgstr "" -#: redbot/core/events.py:228 +#: redbot/core/events.py:226 msgid "That command is only available in DMs." msgstr "" -#: redbot/core/events.py:233 +#: redbot/core/events.py:231 msgid "This command is on cooldown. Try again in {delay}." msgstr "" -#: redbot/core/events.py:235 +#: redbot/core/events.py:233 msgid "This command is on cooldown. Try again in 1 second." msgstr "" -#: redbot/core/events.py:239 +#: redbot/core/events.py:237 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" @@ -1536,7 +1536,7 @@ msgstr "" #: redbot/core/modlog.py:300 msgid "Unknown" -msgstr "" +msgstr "未知" #: redbot/core/modlog.py:341 msgid "Moderator" diff --git a/redbot/core/utils/locales/af-ZA.po b/redbot/core/utils/locales/af-ZA.po index f1a96782b..820901749 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: af\n" "Language: af_ZA\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ar-SA.po b/redbot/core/utils/locales/ar-SA.po index feb57e065..a63849d12 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ar\n" "Language: ar_SA\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/bg-BG.po b/redbot/core/utils/locales/bg-BG.po index 4f4587ae2..a6f566684 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: bg\n" "Language: bg_BG\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "дни" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "часове" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "минути" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "секунди" diff --git a/redbot/core/utils/locales/ca-ES.po b/redbot/core/utils/locales/ca-ES.po index 65c644178..7cd74277c 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ca\n" "Language: ca_ES\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/cs-CZ.po b/redbot/core/utils/locales/cs-CZ.po index aa1001dde..245c89802 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: cs\n" "Language: cs_CZ\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", a " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "rok" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "let" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "měsíc" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "měsíců" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "den" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dnů" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "hodina" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "hodin" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "sekunda" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "sekund" diff --git a/redbot/core/utils/locales/da-DK.po b/redbot/core/utils/locales/da-DK.po index 6b12a7cf9..37be5f0cb 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: da\n" "Language: da_DK\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/de-DE.po b/redbot/core/utils/locales/de-DE.po index a31414d64..196bf4af6 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: de\n" "Language: de_DE\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", und " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "Jahr" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "Jahre" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "Monat" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "Monate" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "Tag" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "Tage" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "Stunde" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "Stunden" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "Minute" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "Minuten" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "zweite" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "Sekunden" diff --git a/redbot/core/utils/locales/el-GR.po b/redbot/core/utils/locales/el-GR.po index de215e93d..dcefa8cdc 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: el\n" "Language: el_GR\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/es-ES.po b/redbot/core/utils/locales/es-ES.po index 3f72ddc2f..882842a52 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: es-ES\n" "Language: es_ES\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "días" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "horas" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minutos" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "segundos" diff --git a/redbot/core/utils/locales/fi-FI.po b/redbot/core/utils/locales/fi-FI.po index 8857155f5..c897d5a08 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: fi\n" "Language: fi_FI\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/fr-FR.po b/redbot/core/utils/locales/fr-FR.po index 2f06af468..412196db1 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: fr\n" "Language: fr_FR\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", et " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "an" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "ans" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "mois" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "mois" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "jour" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "jours" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "heure" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "heures" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "minute" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minutes" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "seconde" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "secondes" diff --git a/redbot/core/utils/locales/he-IL.po b/redbot/core/utils/locales/he-IL.po index cf46cc6fa..bd4fe86f2 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: he\n" "Language: he_IL\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/hu-HU.po b/redbot/core/utils/locales/hu-HU.po index 74ef56798..ea8581d86 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: hu\n" "Language: hu_HU\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", és " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/id-ID.po b/redbot/core/utils/locales/id-ID.po index bee3ae53f..78ac6a03a 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: id\n" "Language: id_ID\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "hari" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "jam" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "menit" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "detik" diff --git a/redbot/core/utils/locales/it-IT.po b/redbot/core/utils/locales/it-IT.po index 9015c8d9d..1af6483ba 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: it\n" "Language: it_IT\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", e " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "anno" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "anni" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "mese" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "mesi" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "giorno" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "giorni" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "ora" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "ore" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "minuti" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minuti" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "secondi" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "secondi" diff --git a/redbot/core/utils/locales/ja-JP.po b/redbot/core/utils/locales/ja-JP.po index 0b2ad1035..666aed1c6 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ja\n" "Language: ja_JP\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "日間" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "時間" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "分間" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "秒間" diff --git a/redbot/core/utils/locales/ko-KR.po b/redbot/core/utils/locales/ko-KR.po index 5d4c83c62..842b12e2e 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ko\n" "Language: ko_KR\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "월" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "날" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "시간" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "분" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "초" diff --git a/redbot/core/utils/locales/nl-NL.po b/redbot/core/utils/locales/nl-NL.po index 868aa46c1..eee9ce34d 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: nl\n" "Language: nl_NL\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", en " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "jaar" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "jaren" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "maand" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "maanden" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "dag" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dagen" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "uur" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "uren" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "minuut" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minuten" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "seconde" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "seconden" diff --git a/redbot/core/utils/locales/no-NO.po b/redbot/core/utils/locales/no-NO.po index e4547d39a..398f92f7a 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: no\n" "Language: no_NO\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dager" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "timer" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minutter" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "sekunder" diff --git a/redbot/core/utils/locales/pl-PL.po b/redbot/core/utils/locales/pl-PL.po index 8e68ed161..221505343 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: pl\n" "Language: pl_PL\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dni" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "godzin" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "sekund" diff --git a/redbot/core/utils/locales/pt-BR.po b/redbot/core/utils/locales/pt-BR.po index 578b2cd8e..8801c8155 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: pt-BR\n" "Language: pt_BR\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", e " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "ano" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "anos" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "mês" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "meses" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "dia" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dias" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "hora" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "horas" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "minuto" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minutos" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "segundo" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "segundos" diff --git a/redbot/core/utils/locales/pt-PT.po b/redbot/core/utils/locales/pt-PT.po index 286415c39..fb864940b 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: pt-PT\n" "Language: pt_PT\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", e " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ro-RO.po b/redbot/core/utils/locales/ro-RO.po index 20853d5ff..0774c2122 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ro\n" "Language: ro_RO\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ru-RU.po b/redbot/core/utils/locales/ru-RU.po index 03b9a6b33..0b577c433 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: ru\n" "Language: ru_RU\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", и " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "год" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "лет" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "месяц" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "месяцев" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "дн." -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "дн." -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "ч." -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "ч." -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "мин." -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "мин." -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "сек." -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "с." diff --git a/redbot/core/utils/locales/sk-SK.po b/redbot/core/utils/locales/sk-SK.po index 4563da276..142152ab7 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: sk\n" "Language: sk_SK\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/sr-SP.po b/redbot/core/utils/locales/sr-SP.po index d76802191..8fb69eec7 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: sr\n" "Language: sr_SP\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/sv-SE.po b/redbot/core/utils/locales/sv-SE.po index e50946800..f13c92650 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: sv-SE\n" "Language: sv_SE\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "dagar" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "timmar" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "minuter" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "sekunder" diff --git a/redbot/core/utils/locales/tr-TR.po b/redbot/core/utils/locales/tr-TR.po index 18af20821..b781c1bb9 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: tr\n" "Language: tr_TR\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ", ve " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "yıl" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "yıl" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "ay" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "ay" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "gün" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "gün" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "saat" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "saat" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "dakika" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "dakika" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "saniye" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "saniye" diff --git a/redbot/core/utils/locales/uk-UA.po b/redbot/core/utils/locales/uk-UA.po index 150baf61b..6ac13f3a5 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: uk\n" "Language: uk_UA\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/vi-VN.po b/redbot/core/utils/locales/vi-VN.po index 0f32008f2..8d947a0c9 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: vi\n" "Language: vi_VN\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/zh-CN.po b/redbot/core/utils/locales/zh-CN.po index 2308fbe05..29f932fe6 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: zh-CN\n" "Language: zh_CN\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "年" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "年" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "日" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "小时" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "小时" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "分钟" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "分钟" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "秒数" diff --git a/redbot/core/utils/locales/zh-HK.po b/redbot/core/utils/locales/zh-HK.po index d65032c17..590b119b6 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: zh-HK\n" "Language: zh_HK\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/zh-TW.po b/redbot/core/utils/locales/zh-TW.po index 5d9b6405f..0e3d22a7a 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-02-08 18:08+0000\n" +"POT-Creation-Date: 2020-04-30 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -13,55 +13,55 @@ msgstr "" "X-Crowdin-Language: zh-TW\n" "Language: zh_TW\n" -#: redbot/core/utils/chat_formatting.py:380 +#: redbot/core/utils/chat_formatting.py:388 msgid ", and " msgstr ",和 " -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "year" -msgstr "" +msgstr "年" -#: redbot/core/utils/chat_formatting.py:447 +#: redbot/core/utils/chat_formatting.py:455 msgid "years" -msgstr "" +msgstr "年" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "month" -msgstr "" +msgstr "月" -#: redbot/core/utils/chat_formatting.py:448 +#: redbot/core/utils/chat_formatting.py:456 msgid "months" -msgstr "" +msgstr "月" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "day" -msgstr "" +msgstr "日" -#: redbot/core/utils/chat_formatting.py:449 +#: redbot/core/utils/chat_formatting.py:457 msgid "days" msgstr "日" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hour" -msgstr "" +msgstr "時" -#: redbot/core/utils/chat_formatting.py:450 +#: redbot/core/utils/chat_formatting.py:458 msgid "hours" msgstr "小時" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minute" -msgstr "" +msgstr "分" -#: redbot/core/utils/chat_formatting.py:451 +#: redbot/core/utils/chat_formatting.py:459 msgid "minutes" msgstr "分鐘" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "second" -msgstr "" +msgstr "秒" -#: redbot/core/utils/chat_formatting.py:452 +#: redbot/core/utils/chat_formatting.py:460 msgid "seconds" msgstr "秒"