Merge remote-tracking branch 'origin/greg-dev' into hax-dev

This commit is contained in:
Hax 2020-02-03 17:00:45 +01:00
commit fb03036b91
8 changed files with 116 additions and 45 deletions

View file

@ -28,7 +28,6 @@ import org.apache.maven.model.io.xpp3.MavenXpp3Reader;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException; import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
import javax.annotation.Nonnull; import javax.annotation.Nonnull;
import java.io.FileReader;
import java.io.IOException; import java.io.IOException;
import java.util.Random; import java.util.Random;
@ -51,7 +50,7 @@ public class MentionListener extends ListenerAdapter {
MavenXpp3Reader reader = new MavenXpp3Reader(); MavenXpp3Reader reader = new MavenXpp3Reader();
Model model = null; Model model = null;
try { try {
model = reader.read(new FileReader("pom.xml")); model = reader.read(this.getClass().getClassLoader().getResourceAsStream("pom.xml"));
} catch (IOException | XmlPullParserException ex) { } catch (IOException | XmlPullParserException ex) {
ex.printStackTrace(); ex.printStackTrace();
} }

View file

@ -21,6 +21,8 @@ none = Nicht angegeben
success\! = Erfolgreich\! success\! = Erfolgreich\!
commands.fun.avatar.success.title = Avatar von %extra% commands.fun.avatar.success.title = Avatar von %extra%
commands.fun.avatar.error.title = Benutzer nicht gefunden
commands.fun.avatar.error.description = Ich kann keinen Benutzer mit dieser ID finden\!
commands.fun.avatar.help.description = Sendet den Avatar des angegebenen Benutzers. commands.fun.avatar.help.description = Sendet den Avatar des angegebenen Benutzers.
commands.fun.gif.error.description = Bitte versuche es mit einem anderen Begriff erneut. commands.fun.gif.error.description = Bitte versuche es mit einem anderen Begriff erneut.
commands.fun.gif.help.description = Sucht nach einem GIF auf Giphy. commands.fun.gif.help.description = Sucht nach einem GIF auf Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = Dies ist keine Zahl.
commands.misc.screenshare.channel.existing.error = Warte ma' commands.misc.screenshare.channel.existing.error = Warte ma'
commands.misc.screenshare.channel.existing.description = Es existiert kein Sprachkanal mit diesem Namen. \n\nHinweis\: Stelle sicher, dass der Sprachkanal auf diesem Server ist. commands.misc.screenshare.channel.existing.description = Es existiert kein Sprachkanal mit diesem Namen. \n\nHinweis\: Stelle sicher, dass der Sprachkanal auf diesem Server ist.
commands.misc.screenshare.help.description = Zeigt dir den Link zum Teilen deines Bildschirms. commands.misc.screenshare.help.description = Zeigt dir den Link zum Teilen deines Bildschirms.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Erfolgreich gebannt commands.moderation.ban.success.title = Erfolgreich gebannt
commands.moderation.ban.success.description = Ich habe %extra% erfolgreich gebannt commands.moderation.ban.success.description = Ich habe %extra% erfolgreich gebannt
@ -138,85 +146,85 @@ commands.moderation.role.add.success.description = Ich habe %extra% Rollen zu %e
commands.moderation.role.remove.success.title = Rolle(n) erfolgreich entfernt commands.moderation.role.remove.success.title = Rolle(n) erfolgreich entfernt
commands.moderation.role.remove.success.description = Ich habe %extra% Rollen von %extra_two% Mitgliedern entfernt. commands.moderation.role.remove.success.description = Ich habe %extra% Rollen von %extra_two% Mitgliedern entfernt.
commands.moderation.role.help.description = Fügt und entfernt eine oder mehrere Rolle(n) von einem oder mehreren Benutzer(n) hinzu commands.moderation.role.help.description = Fügt und entfernt eine oder mehrere Rolle(n) von einem oder mehreren Benutzer(n) hinzu
commands.moderation.rules.setup.title = Richte Regeln ein commands.moderation.rules.setup.title = Regeln einrichten
commands.moderation.rules.setup.description = Welcome to the Hadder rules setup. Please mention the channel in which I should send the rules. Your message should look like\: \#rules or \#verify. commands.moderation.rules.setup.description = Willkommen zum Setup der Regeln. Bitte erwähne den Kanal, in dem ich die Regeln senden soll. Deine Nachricht sollte wie folgt aussehen\: \#rules oder \#verify.
commands.moderation.rules.channel.error.title = Kanal konnte nicht gefunden werden commands.moderation.rules.channel.error.title = Kanal konnte nicht gefunden werden
commands.moderation.rules.channel.error.description = Ich kann den angegebenen Kanal nicht finden. Bitte starte das Setup erneut. commands.moderation.rules.channel.error.description = Ich kann den angegebenen Kanal nicht finden. Bitte starte das Setup erneut.
commands.moderation.rules.rules.title = Regeln Nachricht commands.moderation.rules.rules.title = Regelnachricht
commands.moderation.rules.rules.description = Der Kanal wurde erfolgreich auf %extra% gesetzt. Bitte senden Sie mir jetzt die Regeln. commands.moderation.rules.rules.description = Der Kanal wurde erfolgreich auf %extra% gesetzt. Bitte senden Sie mir jetzt die Regeln.
commands.moderation.rules.role.title = Rolle zum Zuweisen/Entfernen commands.moderation.rules.role.title = Rolle zum Erhalten/Verlieren
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.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.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 guild.
commands.moderation.rules.role.permission.error.title = Keine Berechtigung 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.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.title = Falsche Guild
commands.moderation.rules.guild.error.description = The mentioned channel must be on this guild\! commands.moderation.rules.guild.error.description = Der erwähnte Kanal muss auf diesem Server sein\!
commands.moderation.rules.emote.accept.title = Custom Accept Emote 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.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 commands.moderation.rules.emote.decline.title = Custom Decline Emote
commands.moderation.rules.emote.decline.description = The first emote has been successfully set to %extra%. Please send me now the decline emote. commands.moderation.rules.emote.decline.description = The first emote has been successfully set to %extra%. Please send me now the decline emote.
commands.moderation.rules.emote.error.access.description = I can not access the custom emote(s). commands.moderation.rules.emote.error.access.description = I can not access the custom emote(s).
commands.moderation.rules.emote.error.equal.title = Emotes are equal commands.moderation.rules.emote.error.equal.title = Emotes are equal
commands.moderation.rules.emote.error.equal.description = The 1st and 2nd emote equals each other. commands.moderation.rules.emote.error.equal.description = Die zwei angegebenen Emotes sind gleich.
commands.moderation.rules.emoji.decline.description = The first emote has been successfully set. Please send me now the decline emote. commands.moderation.rules.emoji.decline.description = The first emote has been successfully set. Please send me now the decline emote.
commands.moderation.rules.emoji.error.description = The given emote can't be used. commands.moderation.rules.emoji.error.description = Das angegebene Emote kann nicht verwendet werden.
commands.moderation.rules.success.title = Successfully set the rules commands.moderation.rules.success.title = Regeln erfolgreich festgelegt
commands.moderation.rules.success.description = Ich habe die Regeln erfolgreich in %extra% gesendet. commands.moderation.rules.success.description = Ich habe die Regeln erfolgreich in %extra% gesendet.
commands.moderation.rules.error.message.title = Kann keine Nachrichten schreiben commands.moderation.rules.error.message.title = Keine Berechtigung
commands.moderation.rules.error.message.description = Ich kann keine Nachrichten in dem angegebenen Kanal schreiben commands.moderation.rules.error.message.description = Ich kann keine Nachrichten in dem angegebenen Kanal schreiben
commands.moderation.rules.error.permission.title = Keine Berechtigung commands.moderation.rules.error.permission.title = Keine Berechtigung
commands.moderation.rules.error.permission.description = Um diesen Befehl auszuführen, benötige ich die `MANAGE_ROLES` Berechtigung. commands.moderation.rules.error.permission.description = Um diesen Befehl auszuführen, benötige ich die `Rollen verwalten` Berechtigung.
commands.moderation.rules.error.interact.title = Can't interact commands.moderation.rules.error.interact.title = Can't interact
commands.moderation.rules.error.interact.description = I can not interact with the specified role. Make sure my role is higher than the specified role. commands.moderation.rules.error.interact.description = I can not interact with the specified role. Make sure my role is higher than the specified role.
commands.moderation.rules.help.description = Setup the rules on your Discord server commands.moderation.rules.help.description = Setup the rules on your Discord server
commands.moderation.starboard.success.title = Successfully set the Channel\! commands.moderation.starboard.success.title = Kanal erfolgreich festgelegt\!
commands.moderation.starboard.help.description = Sets the starboard channel. commands.moderation.starboard.help.description = Legt den Kanal für das Starboard fest.
commands.moderation.editrules.channel.title = Regeln Kanal commands.moderation.editrules.channel.title = Kanal der Regeln
commands.moderation.editrules.channel.description = Please send me the channel with the rules as mention commands.moderation.editrules.channel.description = Please send me the channel with the rules as mention
commands.moderation.editrules.channel.found.error.title = Kanal konnte nicht gefunden werden commands.moderation.editrules.channel.found.error.title = Kanal konnte nicht gefunden werden
commands.moderation.editrules.channel.found.error.description = I can't find the specified channel. Please start the edit process again. commands.moderation.editrules.channel.found.error.description = I can't find the specified channel. Please start the edit process again.
commands.moderation.editrules.channel.message.error.title = Keine Regeln Nachricht commands.moderation.editrules.channel.message.error.title = Keine Regelnachricht
commands.moderation.editrules.channel.message.error.description = Ich kann die Regel Nachricht in dem angegebenen Kanal nicht finden. commands.moderation.editrules.channel.message.error.description = Ich kann die Regelnachricht im angegebenen Kanal nicht finden.
commands.moderation.editrules.message.title = Neue Nachricht commands.moderation.editrules.message.title = Neue Nachricht
commands.moderation.editrules.message.description = Please send me the new rules message now. commands.moderation.editrules.message.description = Please send me the new rules message now.
commands.moderation.editrules.error.title = Keine Regeln commands.moderation.editrules.error.title = Keine Regeln
commands.moderation.editrules.error.description = There is nor rules message in this server. Please setup the rules first with %extra%rules commands.moderation.editrules.error.description = There is nor rules message in this server. Please setup the rules first with %extra%rules
commands.moderation.editrules.success.title = Erfolgreich geändert commands.moderation.editrules.success.title = Erfolgreich geändert
commands.moderation.editrules.success.description = I successfully changed the rules commands.moderation.editrules.success.description = I successfully changed the rules
commands.moderation.editrules.help.description = Edits the rules message. commands.moderation.editrules.help.description = Bearbeitet die Regelnachricht.
commands.music.bass.error.connected.title = Kein Kanal commands.music.bass.error.connected.title = Kein Kanal
commands.music.bass.error.connected.description = Du musst im selben Sprachkanal wie der Bot sein, um den Bass-Level zu ändern. commands.music.bass.error.connected.description = Du musst im selben Sprachkanal wie der Bot sein, um den Bass zu ändern.
commands.music.bass.help.description = Change the bass for the song which is played at the moment. commands.music.bass.help.description = Ändere den Bass für den Song, welcher gerade abgespielt wird.
commands.music.join.success.title = Erfolgreich verbunden commands.music.join.success.title = Erfolgreich verbunden
commands.music.join.success.description = Ich habe mich erfolgreich mit %extra% verbunden. commands.music.join.success.description = Ich habe mich erfolgreich mit %extra% verbunden.
commands.music.join.error.connecting.already.title = Bereits verbunden commands.music.join.error.connecting.already.title = Bereits verbunden
commands.music.join.error.connecting.already.description = Ich bin bereits mit deinem Sprachkanal verbunden commands.music.join.error.connecting.already.description = Ich bin bereits mit deinem Sprachkanal verbunden
commands.music.join.error.connecting.trying.title = Verbindung wird bereits hergestellt commands.music.join.error.connecting.trying.title = Verbindung wird bereits hergestellt
commands.music.join.error.connecting.trying.description = Hadder versucht bereits, sich zu verbinden. Bitte warten Sie einen Moment commands.music.join.error.connecting.trying.description = Hadder versucht bereits, sich zu verbinden. Bitte warte einen Moment
commands.music.join.error.channel.title = Kein Sprachkanal commands.music.join.error.channel.title = Kein Sprachkanal
commands.music.join.error.channel.description = Du befindest dich nicht in einem Sprachkanal. commands.music.join.error.channel.description = Du befindest dich nicht in einem Sprachkanal.
commands.music.join.error.permission.title = Keine Berechtigung commands.music.join.error.permission.title = Keine Berechtigung
commands.music.join.error.permission.description = I am not allowed to join your voice channel. commands.music.join.error.permission.description = Ich bin nicht Berechtigt deinem Sprachkanal beizutreten.
commands.music.join.help.description = Tritt deinem Sprachkanal bei. commands.music.join.help.description = Tritt deinem Sprachkanal bei.
commands.music.leave.success.title = Verbindung erfolgreich getrennt commands.music.leave.success.title = Verbindung erfolgreich getrennt
commands.music.leave.success.description = Ich habe die Verbindung zum Sprachkanal erfolgreich getrennt commands.music.leave.success.description = Ich habe die Verbindung zum Sprachkanal erfolgreich getrennt
commands.music.leave.error.channel.title = Kein Kanal commands.music.leave.error.channel.title = Kein Kanal
commands.music.leave.error.channel.description = Du musst im selben Sprachkanal wie der Bot sein. commands.music.leave.error.channel.description = Du musst im selben Sprachkanal wie der Bot sein.
commands.music.leave.error.connected.tile = Nicht verbunden commands.music.leave.error.connected.tile = Nicht verbunden
commands.music.leave.error.connected.description = Ich bin derzeit in keinem Sprachkanal auf dieser Guild commands.music.leave.error.connected.description = Ich bin derzeit in keinem Sprachkanal auf diesem Server
commands.music.leave.help.description = Leaves your voice channel. commands.music.leave.help.description = Verlässt einen Sprachkanal.
commands.music.play.load.title = %extra% Now loading %extra% commands.music.play.load.title = %extra% Now loading %extra%
commands.music.play.load.description = Trying to load the song... 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.loading.title = %extra% Jetzt läuft %extra%
commands.music.play.success.title = Titel commands.music.play.success.title = Titel
commands.music.play.success.author = Autor commands.music.play.success.author = Autor
commands.music.play.success.length = Länge commands.music.play.success.length = Länge
commands.music.play.success.tracks = Tracks commands.music.play.success.tracks = Lieder
commands.music.play.error.load.title = %extra% Laden fehlgeschlagen %extra% commands.music.play.error.load.title = %extra% Laden fehlgeschlagen %extra%
commands.music.play.error.load.description = Leider kann ich das angegebene Lied nicht laden commands.music.play.error.load.description = Leider kann ich das angegebene Lied nicht laden
commands.music.play.error.match.title = %extra% No matches %extra% commands.music.play.error.match.title = %extra% Keine Treffer %extra%
commands.music.play.error.match.description = Ich kann keinen Song mit diesem Namen auf YouTube finden commands.music.play.error.match.description = Ich kann keinen Song mit diesem Namen auf YouTube finden
commands.music.play.success.unpause.title = Erfolgreich fortgesetzt commands.music.play.success.unpause.title = Erfolgreich fortgesetzt
commands.music.play.success.unpause.description = I successfully continued playing the song. commands.music.play.success.unpause.description = I successfully continued playing the song.
@ -226,21 +234,21 @@ commands.music.play.help.description = Spielt den angegebenen Song ab.
commands.music.stop.success.title = Erfolgreich gestoppt commands.music.stop.success.title = Erfolgreich gestoppt
commands.music.stop.success.description = Ich habe den Song erfolgreich gestoppt. commands.music.stop.success.description = Ich habe den Song erfolgreich gestoppt.
commands.music.stop.error.connected.title = Kein Kanal commands.music.stop.error.connected.title = Kein Kanal
commands.music.stop.error.connected.description = You have to be in the same voice channel as the bot to stop the song. commands.music.stop.error.connected.description = Du musst im selben Sprachkanal wie der Bot sein, um ein Lied anzuhalten.
commands.music.stop.help.description = Stoppt den Song. commands.music.stop.help.description = Stoppt den Song.
commands.music.info.success.title = Track info commands.music.info.success.title = Informationen zum Lied
commands.music.info.error.title = No playing track commands.music.info.error.title = Es wird kein Lied abgespielt
commands.music.info.error.description = Ich spiele im Moment nichts commands.music.info.error.description = Ich spiele im Moment nichts
commands.music.info.help.description = Zeigt Informationen über das abgespielte Lied. commands.music.info.help.description = Zeigt Informationen über das abgespielte Lied.
commands.music.queue.error.title = Keine Warteschlange commands.music.queue.error.title = Keine Warteschlange
commands.music.queue.error.description = Momentan sind keine Lieder in der Warteschlange commands.music.queue.error.description = Momentan sind keine Lieder in der Warteschlange
commands.music.queue.success.title = Queue %extra% commands.music.queue.success.title = Warteschlange %extra%
commands.music.queue.success.description = This is the queue\: \n %extra% commands.music.queue.success.description = Dies ist die Warteschlange\: \n %extra%
commands.music.queue.help.description = Shows the music queue. commands.music.queue.help.description = Zeigt die Musik Warteschlange.
commands.music.skip.success.title = Erfolgreich übersprungen commands.music.skip.success.title = Erfolgreich übersprungen
commands.music.skip.success.description = Ich habe erfolgreich zum nächsten Song übersprungen commands.music.skip.success.description = Ich habe erfolgreich zum nächsten Song übersprungen
commands.music.skip.error.connected.title = Kein Kanal commands.music.skip.error.connected.title = Kein Kanal
commands.music.skip.error.connected.description = Du musst im selben Sprachkanal wie der Bot sein, um das Lied zu überspringen. commands.music.skip.error.connected.description = Du musst im selben Sprachkanal wie der Bot sein, um ein Lied zu überspringen.
commands.music.skip.help.description = Überspringt den gerade abgespielten Song. commands.music.skip.help.description = Überspringt den gerade abgespielten Song.
commands.music.volume.success.title = Erfolgreich festgelegt commands.music.volume.success.title = Erfolgreich festgelegt
commands.music.volume.success.description = Die Lautstärke wurde erfolgreich auf %extra% gesetzt commands.music.volume.success.description = Die Lautstärke wurde erfolgreich auf %extra% gesetzt
@ -273,8 +281,8 @@ commands.nsfw.boobs.help.description = Zeigt einen zufälligen Boob GIF.
commands.nsfw.cum.help.description = Zeigt einen zufälligen Cum GIF. commands.nsfw.cum.help.description = Zeigt einen zufälligen Cum GIF.
commands.nsfw.erotic.help.description = Zeigt ein zufälliges Erotik Bild commands.nsfw.erotic.help.description = Zeigt ein zufälliges Erotik Bild
commands.nsfw.feet.help.description = Zeigt einen zufälligen Feet GIF. commands.nsfw.feet.help.description = Zeigt einen zufälligen Feet GIF.
commands.nsfw.fingering.help.description = Zeigt einen zufälligen fingering GIF. commands.nsfw.fingering.help.description = Zeigt einen zufälligen Finger GIF.
commands.nsfw.linking.help.description = Zeigt ein zufälliges licking GIF. commands.nsfw.linking.help.description = Zeigt ein zufälliges Leck GIF.
commands.nsfw.porn.help.description = Zeigt einen zufälligen Porn GIF. commands.nsfw.porn.help.description = Zeigt einen zufälligen Porn GIF.
commands.nsfw.pussy.help.description = Zeigt einen zufälligen Pussy GIF. commands.nsfw.pussy.help.description = Zeigt einen zufälligen Pussy GIF.
commands.nsfw.randomporn.help.description = Zeigt ein völlig zufälliges Porno GIF. commands.nsfw.randomporn.help.description = Zeigt ein völlig zufälliges Porno GIF.
@ -292,16 +300,20 @@ commands.owner.guildleave.success.description = Ich habe %extra% erfolgreich ver
commands.owner.guildleave.error.title = Verlassen nicht möglich 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.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.help.description = Quit from a guild
commands.owner.reboot.help.description = Starte den Bot neu commands.owner.reboot.help.description = Startet den Bot neu.
commands.owner.shutdown.success.title = Fährt herrunter commands.owner.shutdown.success.title = Fährt herrunter
commands.owner.shutdown.help.description = Schalte den Bot ab commands.owner.shutdown.help.description = Schalte den Bot ab.
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Nur ein kleiner Testbefehl
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Sprache festgelegt commands.settings.language.success.title = Sprache festgelegt
commands.settings.language.success.description = `%extra%` is your new language now. commands.settings.language.success.description = `%extra%` is your new language now.
commands.settings.language.help.description = Führt den angegebenen Code aus. commands.settings.language.help.description = Führt den angegebenen Code aus.
commands.settings.prefix.success.title = Erfolgreich festgelegt commands.settings.prefix.success.title = Erfolgreich festgelegt
commands.settings.prefix.success.description = Ich habe erfolgreich das neue Prefix für dich auf `%extra% `gesetzt. commands.settings.prefix.success.description = Ich habe erfolgreich den neuen Prefix für dich auf `%extra% `gesetzt.
commands.settings.prefix.help.description = Legt ein neues Prefix fest. commands.settings.prefix.help.description = Legt einen neuen Prefix fest.

View file

@ -22,7 +22,7 @@ success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id! commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -306,9 +306,9 @@ commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist:\n %extra% commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist:\n %extra% commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set

View file

@ -21,6 +21,8 @@ none = None
success\! = Success\! success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = This isn't a Number.
commands.misc.screenshare.channel.existing.error = Hol' up commands.misc.screenshare.channel.existing.error = Hol' up
commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild. commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild.
commands.misc.screenshare.help.description = Shows you the link to share your screen. commands.misc.screenshare.help.description = Shows you the link to share your screen.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Successfully banned commands.moderation.ban.success.title = Successfully banned
commands.moderation.ban.success.description = I successfully baned %extra% commands.moderation.ban.success.description = I successfully baned %extra%
@ -297,6 +305,10 @@ commands.owner.shutdown.success.title = Shutdown
commands.owner.shutdown.help.description = Shuts the Bot down commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set

View file

@ -21,6 +21,8 @@ none = None
success\! = Success\! success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = This isn't a Number.
commands.misc.screenshare.channel.existing.error = Hol' up commands.misc.screenshare.channel.existing.error = Hol' up
commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild. commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild.
commands.misc.screenshare.help.description = Shows you the link to share your screen. commands.misc.screenshare.help.description = Shows you the link to share your screen.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Successfully banned commands.moderation.ban.success.title = Successfully banned
commands.moderation.ban.success.description = I successfully baned %extra% commands.moderation.ban.success.description = I successfully baned %extra%
@ -297,6 +305,10 @@ commands.owner.shutdown.success.title = Shutdown
commands.owner.shutdown.help.description = Shuts the Bot down commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set

View file

@ -21,6 +21,8 @@ none = None
success\! = Success\! success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = This isn't a Number.
commands.misc.screenshare.channel.existing.error = Hol' up commands.misc.screenshare.channel.existing.error = Hol' up
commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild. commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild.
commands.misc.screenshare.help.description = Shows you the link to share your screen. commands.misc.screenshare.help.description = Shows you the link to share your screen.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Successfully banned commands.moderation.ban.success.title = Successfully banned
commands.moderation.ban.success.description = I successfully baned %extra% commands.moderation.ban.success.description = I successfully baned %extra%
@ -297,6 +305,10 @@ commands.owner.shutdown.success.title = Shutdown
commands.owner.shutdown.help.description = Shuts the Bot down commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set

View file

@ -21,6 +21,8 @@ none = None
success\! = Success\! success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = This isn't a Number.
commands.misc.screenshare.channel.existing.error = Hol' up commands.misc.screenshare.channel.existing.error = Hol' up
commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild. commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild.
commands.misc.screenshare.help.description = Shows you the link to share your screen. commands.misc.screenshare.help.description = Shows you the link to share your screen.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Successfully banned commands.moderation.ban.success.title = Successfully banned
commands.moderation.ban.success.description = I successfully baned %extra% commands.moderation.ban.success.description = I successfully baned %extra%
@ -297,6 +305,10 @@ commands.owner.shutdown.success.title = Shutdown
commands.owner.shutdown.help.description = Shuts the Bot down commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set

View file

@ -21,6 +21,8 @@ none = None
success\! = Success\! success\! = Success\!
commands.fun.avatar.success.title = Avatar of %extra% commands.fun.avatar.success.title = Avatar of %extra%
commands.fun.avatar.error.title = User not found
commands.fun.avatar.error.description = I can not find a user with this id\!
commands.fun.avatar.help.description = Sends the avatar of the specified member. commands.fun.avatar.help.description = Sends the avatar of the specified member.
commands.fun.gif.error.description = Please try again with another term. commands.fun.gif.error.description = Please try again with another term.
commands.fun.gif.help.description = Looks for a GIF on Giphy. commands.fun.gif.help.description = Looks for a GIF on Giphy.
@ -85,6 +87,12 @@ commands.misc.screenshare.number.error.description = This isn't a Number.
commands.misc.screenshare.channel.existing.error = Hol' up commands.misc.screenshare.channel.existing.error = Hol' up
commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild. commands.misc.screenshare.channel.existing.description = There is no Voice Channel named like this. \n\nNote\: Make sure the Voice Channel is in this Guild.
commands.misc.screenshare.help.description = Shows you the link to share your screen. commands.misc.screenshare.help.description = Shows you the link to share your screen.
commands.misc.serverstats.title = Serverstats
commands.misc.serverstats.description = This message contains some information about `%extra%`
commands.misc.serverstats.help.description = Shows information about a server.
commands.misc.profile.error.title = Not found
commands.misc.profile.error.description = I can't find the specified user.
commands.misc.profile.help.description = Shows some information about the specified user.
commands.moderation.ban.success.title = Successfully banned commands.moderation.ban.success.title = Successfully banned
commands.moderation.ban.success.description = I successfully baned %extra% commands.moderation.ban.success.description = I successfully baned %extra%
@ -297,6 +305,10 @@ commands.owner.shutdown.success.title = Shutdown
commands.owner.shutdown.help.description = Shuts the Bot down commands.owner.shutdown.help.description = Shuts the Bot down
commands.owner.test.success = TEST my friends commands.owner.test.success = TEST my friends
commands.owner.test.help.description = Just a little Test Command commands.owner.test.help.description = Just a little Test Command
commands.owner.blacklist.success.add.title = Successfully blacklisted the specified commands
commands.owner.blacklist.success.add.description = I successfully added the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.success.remove.title = Successfully removed the commands from the blacklist
commands.owner.blacklist.success.remove.description = I successfully removed the following commands from the blacklist\:\n %extra%
commands.owner.blacklist.help.description = Blacklist a user for specific commands commands.owner.blacklist.help.description = Blacklist a user for specific commands
commands.settings.language.success.title = Language set commands.settings.language.success.title = Language set