138 lines
8.8 KiB
Properties
138 lines
8.8 KiB
Properties
#author: Zino Holwerda
|
||
#INFO Strings for HandieBot:
|
||
#INFO The following strings are organized in a way that it should be intuitive how it will be used.
|
||
#INFO Language: Dutch
|
||
|
||
#Log
|
||
log.loggingIn=Bezig met inloggen van de client...
|
||
log.init=HandieBot ge<67>nitialiseerd.
|
||
log.shuttingDown=Bezig met het afsluiten van de bot.
|
||
log.deleteMessageError=Niet mogelijk het bericht te vewijderen. Zorg er alstublieft voor dat de bot MANAGE_MESSAGES aan heeft, met name in dit kanaal.
|
||
log.creatingChatChannel=Geen chat gevonden. Bezig met het maken er van.
|
||
log.newVoiceChannel=Geen voice kanaal gevonden, Bezig met het maken er van.
|
||
#Window
|
||
window.close.question=Weet je zeker dat je de bot wil afsluiten?
|
||
window.close.title=Stopzetten Bevestigen.
|
||
#MenuBar
|
||
menu.fileMenu.title=Bestand
|
||
menu.fileMenu.quit=Verlaten
|
||
menu.fileMenu.edit=Bewerken
|
||
menu.fileMenu.view=Beeld
|
||
#Generic Command Messages
|
||
commands.noPermission.message=U hebt niet de toestemming om dit commando uit te voeren.`{0}`.
|
||
commands.noPermission.log=Gebruiker {0} heeft niet de toestemming voor het uitvoeren van {1}
|
||
commands.noPermission.subcommand=U hebt niet de toestemming om dat te doen.
|
||
commands.invalidCommand.noContext=Invalid command issued: {0}
|
||
commands.invalidCommand.context=Invalid command: {0} issued by: {1}
|
||
#Messages for specific commands.
|
||
commands.command.setPrefix.loadedPrefixes=Loaded prefixes.
|
||
commands.command.setPrefix.savedPrefixes=Saved prefixes.
|
||
commands.command.help.description=Displays a list of commands and what they do.
|
||
commands.command.info.description=Displays some common commands and information about the bot.
|
||
commands.command.info.embed.description=HandieBot is a Discord bot created by Andrew Lalis. It can play music, manage playlists, and provide other assistance to users. Some useful commands are shown below.
|
||
commands.command.info.embed.helpCommand=Receive a message with a detailed list of all commands and how to use them.
|
||
commands.command.info.embed.playCommand=Play a song, or add it to the queue if one is already playing. A URL can be a YouTube or SoundCloud link.
|
||
commands.command.info.embed.queueCommand=Show a list of songs that will soon be played.
|
||
commands.command.quit.description=Shuts down the bot on all servers.
|
||
commands.command.setPrefix.description=Sets the prefix for commands.
|
||
commands.command.setPrefix.changed=Changed command prefix to "{0}"
|
||
commands.command.setPrefix.noPrefixError=You must provide a new prefix.
|
||
commands.command.play.description=Plays a song, or adds it to the queue.
|
||
commands.command.play.songAddError=Unable to add song to queue: {0}.
|
||
#Playlist strings.
|
||
commands.command.playlist.description.main=Do actions to a playlist.
|
||
commands.command.playlist.description.create=Creates a playlist.
|
||
commands.command.playlist.description.delete=Deletes a playlist.
|
||
commands.command.playlist.description.show=If a playlist given, show that, otherwise show a list of playlists.
|
||
commands.command.playlist.description.add=Adds one or more songs to a playlist.
|
||
commands.command.playlist.description.remove=Removes a song from a playlist.
|
||
commands.command.playlist.description.rename=Renames a playlist.
|
||
commands.command.playlist.description.move=Moves a song from one index to another.
|
||
commands.command.playlist.description.play=Queues all songs from a playlist.
|
||
commands.command.playlist.error.incorrectMainArg=To use the playlist command: \n {0}
|
||
commands.command.playlist.createdPlaylist.log=Created playlist: {0} with {1} new tracks.
|
||
commands.command.playlist.createdPlaylist.message=Your playlist *{0}* has been created.\nType `{1} play {2}` to play it.
|
||
commands.command.playlist.showHelpString=\nUse `{0}playlist show` to view available playlists.
|
||
commands.command.playlist.error.playlistDoesNotExist=The playlist you entered does not exist.{0}
|
||
commands.command.playlist.error.createPlaylistName=You must specify a name for the new playlist.
|
||
commands.command.playlist.delete.log=The playlist [{0}] has been deleted.
|
||
commands.command.playlist.delete.message=The playlist *{0}* has been deleted.
|
||
commands.command.playlist.error.delete.log=Unable to delete playlist: {0}
|
||
commands.command.playlist.error.delete.message=The playlist could not be deleted.
|
||
commands.command.playlist.error.deletePlaylistName=You must specify the name of a playlist to delete.
|
||
commands.command.playlist.add.message=Added track to *{0}*.
|
||
commands.command.playlist.add.log=Added song(s) to playlist [{0}].
|
||
commands.command.playlist.error.addNameNeeded=You must provide the name of a playlist to add a URL to.{0}
|
||
commands.command.playlist.error.addUrlNeeded=You must provide at least one URL to add.
|
||
commands.command.playlist.play.log=Loaded playlist [{0}].
|
||
commands.command.playlist.play.message=Loaded songs from playlist: *{0}*.
|
||
commands.command.playlist.error.playPlaylistNeeded=You must provide a playlist to play.{0}
|
||
commands.command.playlist.error.renameError=Unable to rename playlist {0} to {1}.
|
||
commands.command.playlist.rename.message=The playlist *{0}* has been renamed to *{1}*.
|
||
commands.command.playlist.rename.log=Playlist {0} renamed to {1}.
|
||
commands.command.playlist.error.renameBadArgs=You must include the original playlist, and a new name for it.
|
||
commands.command.playlist.error.removeError=Unable to remove song from playlist: {0}.
|
||
commands.command.playlist.error.removeBadArgs=You must provide a playlist name, followed by the index number of a song to remove.
|
||
commands.command.playlist.remove.message=Removed song: *{0}* from playlist **{1}**.
|
||
commands.command.playlist.remove.log=Removed song: {0} from playlist [{1}].
|
||
commands.command.playlist.error.moveIndexError=You must enter two positive natural numbers for the song indices.
|
||
commands.command.playlist.move.message=Moved song *{0}* from position {1} to position {2}
|
||
commands.command.playlist.move.log=Moved song {0} from position {1} to position {2}
|
||
commands.command.playlist.error.moveInvalidIndex=The song indices are invalid. You specified moving song {0} to position {1}.
|
||
commands.command.playlist.error.moveBadArgs=You must provide a playlist name, followed by the song index, and a new index for that song.
|
||
#Queue
|
||
commands.command.queue.description.main=Shows the first 10 songs in the queue.
|
||
commands.command.queue.description.all=Shows all songs.
|
||
commands.command.queue.description.clear=Clears the queue and stops playing.
|
||
commands.command.queue.description.save=Saves the queue to a playlist.
|
||
commands.command.queue.clear=Cleared queue.
|
||
commands.command.queue.save.message=Saved {0} tracks to playlist **{1}**.
|
||
commands.command.queue.save.log=Saved queue to playlist [{0}].
|
||
#Repeat
|
||
commands.command.repeat.description=Sets repeating.
|
||
#Shuffle
|
||
commands.command.shuffle.description=Sets shuffling.
|
||
#Skip
|
||
commands.command.skip.description=Skips the current song.
|
||
#Stop
|
||
commands.command.stop.description=Stops playing music.
|
||
#Tengwar translator
|
||
commands.command.tengwar.description=Translates text to tengwar, or decodes tengwar text back into human readable form.
|
||
#Music Player
|
||
player.setRepeat=Set **Repeat** to *{0}*.
|
||
player.setShuffle=Set **Shuffle** to *{0}*.
|
||
player.getRepeat=**Repeat** is set to *{0}*.
|
||
player.getShuffle=**Shuffle** is set to *{0}*.
|
||
player.queueEmpty=The queue is empty. Use `{0}` to add songs.
|
||
player.queueUploaded=Queue uploaded to pastebin: {0}.
|
||
player.pastebinLink=You may view the full queue by following the link: {0}\nNote that this link expires in 10 minutes.
|
||
player.pastebinError=Unable to upload to pastebin: {0}.
|
||
player.queueHeader=Showing {0} track{1} out of {2}.
|
||
player.addedToQueue={0} added **{1}** to the queue.
|
||
player.queueCleared=Cleared the queue.
|
||
player.skippingCurrent=Skipping the current track.
|
||
player.musicStopped=Stopped playing music.
|
||
player.playQueueEmpty=There's nothing in the queue to play.
|
||
#Track scheduler
|
||
trackSchedule.trackStarted=Started audio track: {0}
|
||
trackSchedule.nowPlaying=Now playing: **{0}** {1}
|
||
#File utils
|
||
fileutil.fileCreateError=Unable to create file. {0}
|
||
fileutil.writeError=Unable to write to file. {0}
|
||
#Playlist strings
|
||
playlist.empty=There are no songs in this playlist.
|
||
playlist.embedTooLarge=The playlist is too large for a discord message. Please follow the link in the title to the full list on Pastebin.com.
|
||
playlist.loadTrack.log=Added {0} to playlist [{1}].
|
||
playlist.loadTrack.error=Unable to add {0} to the playlist [{1}].
|
||
playlist.save.error=Unable to make directory: {0}
|
||
playlist.save.error.fileNotFound=Unable to find file to write playlist: {0}
|
||
playlist.load.IOException=IOException while loading playlist [{0}]. {1}
|
||
playlist.load.error.exists=The playlist [{0}] does not exist.
|
||
commands.youtube.footerInstruction=Please add a reaction to select a song, or cancel. Choice times out in 30 seconds.
|
||
commands.command.report.description=Reports a user to administrators.
|
||
commands.command.report.error=You must name a user in your report.
|
||
commands.command.queue.remove=Removed song(s) from the active queue.
|
||
commands.command.queue.remove.error=You must give the index of a song to remove from the queue.
|
||
|
||
|