mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Automated Crowdin downstream (#3830)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
981661ea68
commit
480c3129bd
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 : "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 "인수는 순차적이어야해요. 미확인된 인수: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 "Аргументы должны быть последовательными. Отсутствующие аргументы: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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: "
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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 <search term>` to queue all tracks found on YouTube.\\n `[p]search sc<search term>` will search SoundCloud instead of YouTube.\\n "
|
||||
msgstr ""
|
||||
msgstr "選擇要搜索的曲目。\\n\\n 使用`[p]search list <search term>` 來把所有在YouTube搜尋到的結果加入播放清單中。\\n `[p]search sc <search term>`則會搜尋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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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."
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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."
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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}\\\"."
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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}\\\"."
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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}\\\"."
|
||||
|
||||
|
||||
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user