Get in #384
6 changed files with 84 additions and 60 deletions
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = Keine Nachrichten\!
|
|||
commands.moderation.clear.message.error.description = Es gibt keine Nachrichten in diesem Kanal.
|
||||
commands.moderation.clear.help.description = Löscht die angegebene Anzahl von Nachrichten.
|
||||
commands.moderation.prefix.success.title = Erfolgreich festgelegt
|
||||
commands.moderation.prefix.success.description = Ich habe den neuen Prefix für die Guild erfolgreich zu `%extra% ` geändert.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = Der Prefix darf nicht **"** enthalten
|
||||
commands.moderation.prefix.help.description = Legt den Guild-Prefix fest.
|
||||
commands.moderation.invitedetect.activate.success.title = Erfolgreich aktiviert
|
||||
commands.moderation.invitedetect.activate.success.description = Ich habe erfolgreich die Erkennung für Einladungslinks auf diesem Server aktiviert.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Bereits aktiviert
|
||||
commands.moderation.invitedetect.activate.error.description = Die Erkennung für Einladungslinks ist bereits auf diesem Server aktiviert.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Erfolgreich deaktiviert
|
||||
commands.moderation.invitedetect.deactivate.success.description = Ich habe erfolgreich die Erkennung für Einladungslinks auf diesem Server deaktiviert.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Bereits deaktiviert
|
||||
commands.moderation.invitedetect.deactivate.error.description = Die Einladungslink-Erkennung ist auf dieser Guild bereits deaktiviert.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Aktiviert oder deaktiviert die Discord Einladungserkennung.
|
||||
commands.moderation.kick.success.title = %extra% Erfolgreich gekickt %extra%
|
||||
commands.moderation.kick.success.description = Ich habe %extra% erfolgreich gekickt.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = Der Kanal wurde erfolgreich auf %e
|
|||
commands.moderation.rules.role.title = Rolle zum Hinzufügen
|
||||
commands.moderation.rules.role.description = Die Regeln wurden erfolgreich festgelegt. Bitte sende mir den Namen der Rolle, die der Benutzer erhalten soll nachdem er die Regeln akzeptiert hat.
|
||||
commands.moderation.rules.role.error.title = Rolle existiert nicht
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = Keine Berechtigung
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Falsche Guild
|
||||
commands.moderation.rules.guild.error.description = Der erwähnte Kanal muss auf diesem Server sein\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Benutzerdefiniertes Zustimmungsemote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Verlässt einen Sprachkanal.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Versuche das Lied zu laden...
|
||||
commands.music.play.success.loading.title = %extra% Jetzt läuft %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Titel
|
||||
commands.music.play.success.author = Autor
|
||||
commands.music.play.success.length = Länge
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = Ich werde den gerade gespielten
|
|||
commands.music.loop.error.connected.title = Kein Kanal
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Wiederholt ein Lied/Warteschlange.
|
||||
commands.music.echo.success.title = Erfolgreich aktiviert
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF wird nicht angezeigt? Klicke hier
|
||||
commands.nsfw.img.error.title = Bild wird nicht angezeigt? Klicke hier
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Führt den angegebenen Code aus
|
|||
commands.owner.guildleave.success.title = Erfolgreich verlassen
|
||||
commands.owner.guildleave.success.description = Ich habe %extra% erfolgreich verlassen.
|
||||
commands.owner.guildleave.error.title = Verlassen nicht möglich
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Startet den Bot neu.
|
||||
commands.owner.shutdown.success.title = Fährt herrunter
|
||||
commands.owner.shutdown.help.description = Schalte den Bot ab.
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Sprache festgelegt
|
||||
commands.settings.language.success.description = `%extra%` ist jetzt deine neue Sprache.
|
||||
commands.settings.language.help.description = Führt den angegebenen Code aus.
|
||||
commands.settings.prefix.success.title = Erfolgreich festgelegt
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = Ich habe erfolgreich den neuen Prefix für dich auf `%extra% `gesetzt.
|
||||
commands.settings.prefix.help.description = Legt einen neuen Prefix fest.
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = No messages\!
|
|||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Already activated
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this guild.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Successfully deactivated
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Already deactivated
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this guild.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Activate or deactivate the Discord invite link detection.
|
||||
commands.moderation.kick.success.title = %extra% Successfully kicked %extra%
|
||||
commands.moderation.kick.success.description = I successfully kicked %extra%.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = The channel was successfully set t
|
|||
commands.moderation.rules.role.title = Role to assign/remove
|
||||
commands.moderation.rules.role.description = The rules were successfully set. Please send me the name of the role which the user receives/loses after he accepted the rules.
|
||||
commands.moderation.rules.role.error.title = Role does not exist
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = No permission
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Wrong Guild
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Custom Accept Emote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Leaves your voice channel.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Trying to load the song...
|
||||
commands.music.play.success.loading.title = %extra% Now playing %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Title
|
||||
commands.music.play.success.author = Author
|
||||
commands.music.play.success.length = Length
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
|
|||
commands.music.loop.error.connected.title = No channel
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Repeats a song/queue.
|
||||
commands.music.echo.success.title = Successfully activated
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||
commands.nsfw.img.error.title = Image not showing? Click here
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Execute the given code
|
|||
commands.owner.guildleave.success.title = Successfully left
|
||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||
commands.owner.guildleave.error.title = Can not leave
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Restart the bot
|
||||
commands.owner.shutdown.success.title = Shutdown
|
||||
commands.owner.shutdown.help.description = Shuts the Bot down
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Language set
|
||||
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||
commands.settings.prefix.help.description = Sets a new prefix.
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = No messages\!
|
|||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Already activated
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this guild.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Successfully deactivated
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Already deactivated
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this guild.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Activate or deactivate the Discord invite link detection.
|
||||
commands.moderation.kick.success.title = %extra% Successfully kicked %extra%
|
||||
commands.moderation.kick.success.description = I successfully kicked %extra%.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = The channel was successfully set t
|
|||
commands.moderation.rules.role.title = Role to assign/remove
|
||||
commands.moderation.rules.role.description = The rules were successfully set. Please send me the name of the role which the user receives/loses after he accepted the rules.
|
||||
commands.moderation.rules.role.error.title = Role does not exist
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = No permission
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Wrong Guild
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Custom Accept Emote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Leaves your voice channel.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Trying to load the song...
|
||||
commands.music.play.success.loading.title = %extra% Now playing %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Title
|
||||
commands.music.play.success.author = Author
|
||||
commands.music.play.success.length = Length
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
|
|||
commands.music.loop.error.connected.title = No channel
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Repeats a song/queue.
|
||||
commands.music.echo.success.title = Successfully activated
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||
commands.nsfw.img.error.title = Image not showing? Click here
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Execute the given code
|
|||
commands.owner.guildleave.success.title = Successfully left
|
||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||
commands.owner.guildleave.error.title = Can not leave
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Restart the bot
|
||||
commands.owner.shutdown.success.title = Shutdown
|
||||
commands.owner.shutdown.help.description = Shuts the Bot down
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Language set
|
||||
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||
commands.settings.prefix.help.description = Sets a new prefix.
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = No messages\!
|
|||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Already activated
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this guild.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Successfully deactivated
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Already deactivated
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this guild.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Activate or deactivate the Discord invite link detection.
|
||||
commands.moderation.kick.success.title = %extra% Successfully kicked %extra%
|
||||
commands.moderation.kick.success.description = I successfully kicked %extra%.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = The channel was successfully set t
|
|||
commands.moderation.rules.role.title = Role to assign/remove
|
||||
commands.moderation.rules.role.description = The rules were successfully set. Please send me the name of the role which the user receives/loses after he accepted the rules.
|
||||
commands.moderation.rules.role.error.title = Role does not exist
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = No permission
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Wrong Guild
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Custom Accept Emote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Leaves your voice channel.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Trying to load the song...
|
||||
commands.music.play.success.loading.title = %extra% Now playing %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Title
|
||||
commands.music.play.success.author = Author
|
||||
commands.music.play.success.length = Length
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
|
|||
commands.music.loop.error.connected.title = No channel
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Repeats a song/queue.
|
||||
commands.music.echo.success.title = Successfully activated
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||
commands.nsfw.img.error.title = Image not showing? Click here
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Execute the given code
|
|||
commands.owner.guildleave.success.title = Successfully left
|
||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||
commands.owner.guildleave.error.title = Can not leave
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Restart the bot
|
||||
commands.owner.shutdown.success.title = Shutdown
|
||||
commands.owner.shutdown.help.description = Shuts the Bot down
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Language set
|
||||
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||
commands.settings.prefix.help.description = Sets a new prefix.
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = No messages\!
|
|||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Already activated
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this guild.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Successfully deactivated
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Already deactivated
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this guild.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Activate or deactivate the Discord invite link detection.
|
||||
commands.moderation.kick.success.title = %extra% Successfully kicked %extra%
|
||||
commands.moderation.kick.success.description = I successfully kicked %extra%.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = The channel was successfully set t
|
|||
commands.moderation.rules.role.title = Role to assign/remove
|
||||
commands.moderation.rules.role.description = The rules were successfully set. Please send me the name of the role which the user receives/loses after he accepted the rules.
|
||||
commands.moderation.rules.role.error.title = Role does not exist
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = No permission
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Wrong Guild
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Custom Accept Emote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Leaves your voice channel.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Trying to load the song...
|
||||
commands.music.play.success.loading.title = %extra% Now playing %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Title
|
||||
commands.music.play.success.author = Author
|
||||
commands.music.play.success.length = Length
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
|
|||
commands.music.loop.error.connected.title = No channel
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Repeats a song/queue.
|
||||
commands.music.echo.success.title = Successfully activated
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||
commands.nsfw.img.error.title = Image not showing? Click here
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Execute the given code
|
|||
commands.owner.guildleave.success.title = Successfully left
|
||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||
commands.owner.guildleave.error.title = Can not leave
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Restart the bot
|
||||
commands.owner.shutdown.success.title = Shutdown
|
||||
commands.owner.shutdown.help.description = Shuts the Bot down
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Language set
|
||||
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||
commands.settings.prefix.help.description = Sets a new prefix.
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@ commands.moderation.clear.message.error.title = No messages\!
|
|||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the server to `%extra%`.
|
||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.activate.success.description = I successfully activated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.activate.error.title = Already activated
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this guild.
|
||||
commands.moderation.invitedetect.activate.error.description = The invite link detection is already activated on this server.
|
||||
commands.moderation.invitedetect.deactivate.success.title = Successfully deactivated
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this guild.
|
||||
commands.moderation.invitedetect.deactivate.success.description = I successfully deactivated the invite link detection for this server.
|
||||
commands.moderation.invitedetect.deactivate.error.title = Already deactivated
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this guild.
|
||||
commands.moderation.invitedetect.deactivate.error.description = The invite link detection is already deactivated on this server.
|
||||
commands.moderation.invitedetect.help.description = Activate or deactivate the Discord invite link detection.
|
||||
commands.moderation.kick.success.title = %extra% Successfully kicked %extra%
|
||||
commands.moderation.kick.success.description = I successfully kicked %extra%.
|
||||
|
|
@ -160,11 +160,11 @@ commands.moderation.rules.rules.description = The channel was successfully set t
|
|||
commands.moderation.rules.role.title = Role to assign/remove
|
||||
commands.moderation.rules.role.description = The rules were successfully set. Please send me the name of the role which the user receives/loses after he accepted the rules.
|
||||
commands.moderation.rules.role.error.title = Role does not exist
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this guild.
|
||||
commands.moderation.rules.role.error.description = The specified role does not exist on this server.
|
||||
commands.moderation.rules.role.permission.error.title = No permission
|
||||
commands.moderation.rules.role.permission.error.description = You cannot select this role because you cannot interact with it.
|
||||
commands.moderation.rules.guild.error.title = Wrong Guild
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\!
|
||||
commands.moderation.rules.guild.error.description = The mentioned channel must be on this server\!
|
||||
commands.moderation.rules.emote.accept.title = Custom Accept Emote
|
||||
commands.moderation.rules.emote.accept.description = The role has been successfully set to %extra%. Now send me the emote on which your user should react to to get verified.
|
||||
commands.moderation.rules.emote.decline.title = Custom Decline Emote
|
||||
|
|
@ -223,6 +223,7 @@ commands.music.leave.help.description = Leaves your voice channel.
|
|||
commands.music.play.load.title = %extra% Now loading %extra%
|
||||
commands.music.play.load.description = Trying to load the song...
|
||||
commands.music.play.success.loading.title = %extra% Now playing %extra%
|
||||
commands.music.play.success.queueing.title = %extra% Added to queue %extra%
|
||||
commands.music.play.success.title = Title
|
||||
commands.music.play.success.author = Author
|
||||
commands.music.play.success.length = Length
|
||||
|
|
@ -276,6 +277,9 @@ commands.music.loop.success.unloop.description = I will no longer repeat the cur
|
|||
commands.music.loop.error.connected.title = No channel
|
||||
commands.music.loop.error.connected.description = You have to be in the same voice channel as the bot to set the repeat status.
|
||||
commands.music.loop.help.description = Repeats a song/queue.
|
||||
commands.music.echo.success.title = Successfully activated
|
||||
commands.music.echo.success.description = I will now repeat everything I can hear in your voice channel
|
||||
commands.music.echo.help.description = Sends your voice through Hadder.
|
||||
|
||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||
commands.nsfw.img.error.title = Image not showing? Click here
|
||||
|
|
@ -303,8 +307,8 @@ commands.owner.eval.help.description = Execute the given code
|
|||
commands.owner.guildleave.success.title = Successfully left
|
||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||
commands.owner.guildleave.error.title = Can not leave
|
||||
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a guild
|
||||
commands.owner.guildleave.error.description = I can not leave from this server. Maybe this isn't a ID?
|
||||
commands.owner.guildleave.help.description = Quit from a server
|
||||
commands.owner.reboot.help.description = Restart the bot
|
||||
commands.owner.shutdown.success.title = Shutdown
|
||||
commands.owner.shutdown.help.description = Shuts the Bot down
|
||||
|
|
@ -319,6 +323,6 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
|
|||
commands.settings.language.success.title = Language set
|
||||
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||
commands.settings.prefix.success.title = Successfully set prefix
|
||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||
commands.settings.prefix.help.description = Sets a new prefix.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue