diff --git a/biome.json b/biome.json index dd0294af1..0411b661d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.0/schema.json", "organizeImports": { "enabled": true }, @@ -9,8 +9,10 @@ "all": true, "suspicious": { "noConfusingVoidType": "off", + "noConsole": "off", "noConsoleLog": "off", "noEmptyBlockStatements": "off", + "noEvolvingTypes": "off", "noExplicitAny": "off", "noGlobalIsFinite": "off", "noGlobalIsNan": "off", @@ -23,6 +25,7 @@ "noNonNullAssertion": "off", "noParameterAssign": "off", "useBlockStatements": "off", + "useDefaultSwitchClause": "off", "useFilenamingConvention": "off", "useNamingConvention": "off", "useNumberNamespace": "off", @@ -47,7 +50,8 @@ "noVoidTypeReturn": "off" }, "performance": { - "noBarrelFile": "off" + "noBarrelFile": "off", + "useTopLevelRegex": "off" } } }, diff --git a/locales/Bulgarian.json b/locales/Bulgarian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Bulgarian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Croatian.json b/locales/Croatian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Croatian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Czech.json b/locales/Czech.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Czech.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Danish.json b/locales/Danish.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Danish.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Dutch.json b/locales/Dutch.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Dutch.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/EnglishGB.json b/locales/EnglishGB.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/EnglishGB.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/EnglishUS.json b/locales/EnglishUS.json index 1260ad343..d671e74eb 100644 --- a/locales/EnglishUS.json +++ b/locales/EnglishUS.json @@ -264,12 +264,11 @@ "looping_off": "**Looping is now off.**" }, "lyrics": { - "description": "Get's the lyrics of the currently playing track.", + "description": "Get's the lyrics of the currently playing track", "lyrics_track": "### Lyrics for: [{trackTitle}]({trackUrl})\n**`{lyrics}`**", "searching": "`🔍` Searching for **{trackTitle}** lyrics...", "errors": { "no_results": "No lyrics found for the current track.", - "no_playing": "No track is currently playing.", "lyrics_error": "An error occurred while getting the lyrics." } }, @@ -620,7 +619,7 @@ "skipped_footer": "Skipped by {displayName}", "stopped": "Stopped the music.", "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", + "nothing_playing": "Nothing is playing right now", "loop_set": "Loop set to {loop}.", "loop_footer": "Loop set to {loop} by {displayName}", "shuffled": "Shuffled the queue.", @@ -641,4 +640,4 @@ "Leave a guild": "Leave a guild", "List all guilds the bot is in": "List all guilds the bot is in", "Restart the bot": "Restart the bot" -} +} \ No newline at end of file diff --git a/locales/Finnish.json b/locales/Finnish.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Finnish.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Greek.json b/locales/Greek.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Greek.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Hungarian.json b/locales/Hungarian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Hungarian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Indonesian.json b/locales/Indonesian.json index e049e893d..313551799 100644 --- a/locales/Indonesian.json +++ b/locales/Indonesian.json @@ -627,4 +627,4 @@ "Leave a guild": "Tinggalkan server", "List all guilds the bot is in": "Daftar semua server tempat bot berada", "Restart the bot": "Restart bot" -} +} \ No newline at end of file diff --git a/locales/Italian.json b/locales/Italian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Italian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Korean.json b/locales/Korean.json index 1d3b62908..7f3025359 100644 --- a/locales/Korean.json +++ b/locales/Korean.json @@ -263,6 +263,15 @@ "looping_queue": "**대기열 반복이 켜졌어요.**", "looping_off": "**반복이 꺼졌어요.**" }, + "lyrics": { + "description": "현재 재생중인 노래의 가사를 가져와요", + "lyrics_track": "### [{trackTitle}]({trackUrl})의 노래 가사\n**`{lyrics}`**", + "searching": "`🔍` **{trackTitle}**의 가사 검색 중...", + "errors": { + "no_results": "가사를 찾지 못했어요.", + "lyrics_error": "가사를 검색하는 도중 오류가 발생했어요." + } + }, "nowplaying": { "description": "현재 재생중인 노래를 확인해요", "now_playing": "재생 중", @@ -526,15 +535,15 @@ "author": "게시자", "not_connected_to_voice_channel": "이 버튼을 사용하려면 먼저 <#{channel}>에 있어야 해요.", "need_dj_role": "이 명령어를 사용하려면 DJ 권한이 있어야 해요.", - "previous_by": "{user}에 의해 이전 노래 재생 중", + "previous_by": "{user}님에 의해 이전 노래 재생 중", "no_previous_song": "이전 노래가 없어요.", - "paused_by": "{user}에 의해 일시정지됨", - "resumed_by": "{user}에 의해 재계됨", - "skipped_by": "{user}에 의해 스킵됨", + "paused_by": "{user}님에 의해 일시정지됨", + "resumed_by": "{user}님에 의해 재계됨", + "skipped_by": "{user}님에 의해 스킵됨", "no_more_songs_in_queue": "대기열에 더 이상 노래가 없어요.", - "looping_by": "{user}에 의해 한곡 반복 중", - "looping_queue_by": "{user}에 의해 대기열 반복 중", - "looping_off_by": "{user}에 의해 반복 꺼짐" + "looping_by": "{user}님에 의해 한곡 반복 중", + "looping_queue_by": "{user}님에 의해 대기열 반복 중", + "looping_off_by": "{user}님에 의해 반복 꺼짐" }, "setupStart": { "now_playing": "재생 중", @@ -604,25 +613,25 @@ "paused": "일시정지", "resumed": "재계", "pause_resume": "음악이 {name}되었어요.", - "pause_resume_footer": "{displayName}에 의해 {name}됨", + "pause_resume_footer": "{displayName}님에 의해 {name}됨", "no_music_to_skip": "스킵할 노래가 없어요.", "skipped": "노래를 스킵했어요.", - "skipped_footer": "{displayName}에 의해 스킵됨", + "skipped_footer": "{displayName}님에 의해 스킵됨", "stopped": "노래를 정지했어요.", - "stopped_footer": "{displayName}에 의해 정지됨", - "nothing_playing": "재생 중인 노래가 없어요.", + "stopped_footer": "{displayName}님에 의해 정지됨", + "nothing_playing": "재생 중인 노래 없음", "loop_set": "{loop} 반복으로 설정했어요.", - "loop_footer": "{displayName}에 의해 {loop} 반복으로 설정됨", + "loop_footer": "{displayName}님에 의해 {loop} 반복으로 설정됨", "shuffled": "노래를 섞었어요.", "no_previous_track": "이전 노래가 없어요.", "playing_previous": "이전 노래를 재생할게요.", - "previous_footer": "{displayName}에 의해 이전 노래 재생 중", + "previous_footer": "{displayName}님에 의해 이전 노래 재생 중", "rewind_limit": "현재 노래 길이보다 더 되감기할 수 없어요.", "rewinded": "노래를 되감기했어요.", - "rewind_footer": "{displayName}에 의해 노래 되감기됨", + "rewind_footer": "{displayName}님에 의해 노래 되감기됨", "forward_limit": "현재 노래 길이보다 더 빨리감기할 수 없어요.", "forwarded": "노래를 빨리감기했어요.", - "forward_footer": "{displayName}에 의해 빨리감기됨", + "forward_footer": "{displayName}님에 의해 빨리감기됨", "button_not_available": "이 버튼은 사용할 수 없어요.", "no_music_playing": "현재 재생 중인 노래가 없어요." } diff --git a/locales/Lithuanian.json b/locales/Lithuanian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Lithuanian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/PortugueseBR.json b/locales/PortugueseBR.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/PortugueseBR.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Romanian.json b/locales/Romanian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Romanian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Swedish.json b/locales/Swedish.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Swedish.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Thai.json b/locales/Thai.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Thai.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Turkish.json b/locales/Turkish.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Turkish.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/locales/Ukrainian.json b/locales/Ukrainian.json deleted file mode 100644 index 51b11138d..000000000 --- a/locales/Ukrainian.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "cmd": { - "247": { - "description": "Set the bot to stay in the voice channel", - "errors": { - "not_in_voice": "You need to be in a voice channel to use this command.", - "generic": "An error occurred while trying to execute this command." - }, - "messages": { - "disabled": "`✅` | 24/7 mode has been `DISABLED`.", - "enabled": "`✅` | 24/7 mode has been `ENABLED`." - } - }, - "ping": { - "description": "Shows the bot's ping.", - "content": "Pinging...", - "bot_latency": "Bot Latency", - "api_latency": "API Latency", - "requested_by": "Requested by {author}" - }, - "lavalink": { - "description": "Shows the current Lavalink stats.", - "title": "Lavalink Stats", - "content": "Player: {players}\nPlaying Players: {playingPlayers}\nUptime: {uptime}\nCores: {cores} Core(s)\nMemory Usage: {used} / {reservable}\nSystem Load: {systemLoad}%\nLavalink Load: {lavalinkLoad}%", - "page_info": "Page {index} of {total}" - }, - "invite": { - "description": "Get the bot invite link.", - "content": "You can invite me by clicking the button below. Any bugs or outages? Join the support server!" - }, - "help": { - "description": "Shows the help menu.", - "options": { - "command": "The command you want to get info on" - }, - "content": "Hey there! I'm {bot}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use `{prefix}help ` to get more info on a command.", - "title": "Help Menu", - "not_found": "This `{cmdName}` command does not exist.", - "help_cmd": "**Description:** {description}\n**Usage:** {usage}\n**Examples:** {examples}\n**Aliases:** {aliases}\n**Category:** {category}\n**Cooldown:** {cooldown} seconds\n**Permissions:** {premUser}\n**Bot Permissions:** {premBot}\n**Developer Only:** {dev}\n**Slash Command:** {slash}\n**Args:** {args}\n**Player:** {player}\n**DJ:** {dj}\n**DJ Permissions:** {djPerm}\n**Voice:** {voice}", - "footer": "Use {prefix}help for more info on a command" - }, - "botinfo": { - "description": "Information about the bot", - "content": "Bot Information:\n- **Operating System**: {osInfo}\n- **Uptime**: {osUptime}\n- **Hostname**: {osHostname}\n- **CPU Architecture**: {cpuInfo}\n- **CPU Usage**: {cpuUsed}%\n- **Memory Usage**: {memUsed}MB / {memTotal}GB\n- **Node Version**: {nodeVersion}\n- **Discord Version**: {discordJsVersion}\n- **Connected to** {guilds} guilds, {channels} channels, and {users} users\n- **Total Commands**: {commands}" - }, - "about": { - "description": "Shows information about the bot", - "fields": { - "creator": "Creator", - "repository": "Repository", - "support": "Support", - "description": "He really wanted to make his first open source project ever for more coding experience. In this project, he was challenged to make a project with fewer bugs. Hope you enjoy using LavaMusic!" - } - }, - "dj": { - "description": "Manage the DJ mode and associated roles", - "errors": { - "provide_role": "Please provide a role.", - "no_roles": "The DJ role is empty.", - "invalid_subcommand": "Please provide a valid subcommand." - }, - "messages": { - "role_exists": "The DJ role <@&{roleId}> is already added.", - "role_added": "The DJ role <@&{roleId}> has been added.", - "role_not_found": "The DJ role <@&{roleId}> is not added.", - "role_removed": "The DJ role <@&{roleId}> has been removed.", - "all_roles_cleared": "All DJ roles have been removed.", - "toggle": "The DJ mode has been toggled to {status}." - }, - "options": { - "add": "The DJ role you want to add", - "remove": "The DJ role you want to remove", - "clear": "Clears all DJ roles", - "toggle": "Toggles the DJ role", - "role": "The DJ role" - }, - "subcommands": "Subcommands" - }, - "language": { - "description": "Set the language for the bot", - "invalid_language": "Please provide a valid language. Example: `EnglishUS` for English (United States)\n\nYou can find the list of supported languages [here](https://discord.com/developers/docs/reference#locales)\n\n**Available Languages:**\n{languages}", - "already_set": "The language is already set to `{language}`", - "not_set": "The language is not set.", - "set": "`✅` | The language has been set to `{language}`", - "reset": "`✅` | The language has been reset to the default language.", - "options": { - "set": "Set the language for the bot", - "language": "The language you want to set", - "reset": "Change the language back to the default language" - } - }, - "prefix": { - "description": "Shows or sets the bot's prefix", - "errors": { - "prefix_too_long": "The prefix cannot be longer than 3 characters." - }, - "messages": { - "current_prefix": "The prefix for this server is `{prefix}`", - "prefix_set": "The prefix for this server is now `{prefix}`", - "prefix_reset": "The prefix for this server is now `{prefix}`" - }, - "options": { - "set": "Sets the prefix", - "prefix": "The prefix you want to set", - "reset": "Resets the prefix to the default one" - } - }, - "setup": { - "description": "Sets up the bot", - "errors": { - "channel_exists": "The song request channel already exists.", - "channel_not_exists": "The song request channel doesn't exist.", - "channel_delete_fail": "The song request channel has been deleted. If the channel is not deleted normally, please delete it yourself." - }, - "messages": { - "channel_created": "The song request channel has been created in <#{channelId}>.", - "channel_deleted": "The song request channel has been deleted.", - "channel_info": "The song request channel is <#{channelId}>." - }, - "options": { - "create": "Creates the song request channel", - "delete": "Deletes the song request channel", - "info": "Shows the song request channel" - } - }, - "8d": { - "description": "on/off 8d filter", - "messages": { - "filter_enabled": "`✅` | 8D filter has been `ENABLED`.", - "filter_disabled": "`✅` | 8D filter has been `DISABLED`." - } - }, - "bassboost": { - "description": "on/off bassboost filter", - "messages": { - "filter_enabled": "`✅` | Bassboost filter has been `ENABLED`. \n**Be careful, listening too loudly can damage your hearing!**", - "filter_disabled": "`✅` | Bassboost filter has been `DISABLED`." - } - }, - "distorsion": { - "description": "Toggle the distorsion filter on/off", - "messages": { - "filter_enabled": "`✅` | Distorsion filter has been `ENABLED`.", - "filter_disabled": "`✅` | Distorsion filter has been `DISABLED`." - } - }, - "karaoke": { - "description": "Toggle the karaoke filter on/off", - "messages": { - "filter_enabled": "`✅` | Karaoke filter has been `ENABLED`.", - "filter_disabled": "`✅` | Karaoke filter has been `DISABLED`." - } - }, - "lowpass": { - "description": "Toggle the lowpass filter on/off", - "messages": { - "filter_enabled": "`✅` | Lowpass filter has been `ENABLED`.", - "filter_disabled": "`✅` | Lowpass filter has been `DISABLED`." - } - }, - "nightcore": { - "description": "Toggle the nightcore filter on/off", - "messages": { - "filter_enabled": "`✅` | Nightcore filter has been `ENABLED`.", - "filter_disabled": "`✅` | Nightcore filter has been `DISABLED`." - } - }, - "pitch": { - "description": "Toggle the pitch filter on/off", - "options": { - "pitch": "The number you want to set the pitch to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "pitch_set": "`✅` | Pitch has been set to **{pitch}**." - } - }, - "rate": { - "description": "Change the rate of the song", - "options": { - "rate": "The number you want to set the rate to (between 0.5 and 5)" - }, - "errors": { - "invalid_number": "Please provide a valid number between 0.5 and 5." - }, - "messages": { - "rate_set": "`✅` | Rate has been set to **{rate}**." - } - }, - "reset": { - "description": "Resets the active filters", - "messages": { - "filters_reset": "`✅` | Filters have been reset." - } - }, - "rotation": { - "description": "Toggle the rotation filter on/off", - "messages": { - "enabled": "`✅` | Rotation filter has been `ENABLED`.", - "disabled": "`✅` | Rotation filter has been `DISABLED`." - } - }, - "speed": { - "description": "Change the speed of the song", - "options": { - "speed": "The speed you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number between 0.5 and 5.", - "set_speed": "`✅` | Speed has been set to **{speed}**." - } - }, - "tremolo": { - "description": "Toggle the tremolo filter on/off", - "messages": { - "enabled": "`✅` | Tremolo filter has been `ENABLED`.", - "disabled": "`✅` | Tremolo filter has been `DISABLED`." - } - }, - "vibrato": { - "description": "Toggle the vibrato filter on/off", - "messages": { - "enabled": "`✅` | Vibrato filter has been `ENABLED`.", - "disabled": "`✅` | Vibrato filter has been `DISABLED`." - } - }, - "autoplay": { - "description": "Toggles autoplay", - "messages": { - "enabled": "`✅` | Autoplay has been `ENABLED`.", - "disabled": "`✅` | Autoplay has been `DISABLED`." - } - }, - "clearqueue": { - "description": "Clears the queue", - "messages": { - "cleared": "The queue has been cleared." - } - }, - "grab": { - "description": "Grabs the current playing song on your DM", - "loading": "Loading...", - "content": "**Duration:** {length}\n**Requested by:** <@{requester}>\n**Link:** [Click here]({uri})", - "check_dm": "Please check your DM.", - "dm_failed": "I couldn't send you a DM. Please make sure allow direct messages is turned on." - }, - "join": { - "description": "Joins the voice channel", - "already_connected": "I'm already connected to <#{channelId}>.", - "no_voice_channel": "You need to be in a voice channel to use this command.", - "joined": "Successfully joined <#{channelId}>." - }, - "leave": { - "description": "Leaves the voice channel", - "left": "Successfully left <#{channelId}>.", - "not_in_channel": "I'm not in a voice channel." - }, - "loop": { - "description": "Loop the current song or the queue", - "looping_song": "**Looping the song.**", - "looping_queue": "**Looping the queue.**", - "looping_off": "**Looping is now off.**" - }, - "nowplaying": { - "description": "Shows the currently playing song", - "now_playing": "Now Playing", - "track_info": "[{title}]({uri}) - Requested By: <@{requester}>\n\n`{bar}`" - }, - "pause": { - "description": "Pauses the current song", - "successfully_paused": "Successfully paused the song." - }, - "play": { - "description": "Plays a song from YouTube, Spotify or http", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added {length} songs to the queue." - }, - "playnext": { - "description": "Add the song to play next in queue", - "options": { - "song": "The song you want to play" - }, - "loading": "Loading...", - "errors": { - "search_error": "There was an error while searching.", - "no_results": "There were no results found.", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs." - }, - "added_to_play_next": "Added [{title}]({uri}) to play next in the queue.", - "added_playlist_to_play_next": "Added {length} songs to play next in the queue." - }, - "queue": { - "description": "Shows the current queue", - "now_playing": "Now playing: [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "live": "LIVE", - "track_info": "{index}. [{title}]({uri}) - Requested By: <@{requester}> - Duration: `{duration}`", - "title": "Queue", - "page_info": "Page {index} of {total}" - }, - "remove": { - "description": "Removes a song from the queue", - "options": { - "song": "The song number you want to remove" - }, - "errors": { - "no_songs": "There are no songs in the queue.", - "invalid_number": "Please provide a valid song number." - }, - "messages": { - "removed": "Removed song number {songNumber} from the queue." - } - }, - "replay": { - "description": "Replays the current track", - "errors": { - "not_seekable": "Cannot replay this track as it is not seekable." - }, - "messages": { - "replaying": "Replaying the current track." - } - }, - "resume": { - "description": "Resumes the current song", - "errors": { - "not_paused": "The player is not paused." - }, - "messages": { - "resumed": "Resumed the player." - } - }, - "search": { - "description": "Searches for a song", - "options": { - "song": "The song you want to search" - }, - "errors": { - "no_results": "No results found.", - "search_error": "There was an error while searching." - }, - "messages": { - "added_to_queue": "Added [{title}]({uri}) to the queue." - } - }, - "seek": { - "description": "Seeks to a certain time in the song", - "options": { - "duration": "The duration to seek to" - }, - "errors": { - "invalid_format": "Invalid time format. Examples: seek 1m, seek 1h 30m", - "not_seekable": "This track is not seekable.", - "beyond_duration": "Cannot seek beyond the song duration of {length}." - }, - "messages": { - "seeked_to": "Seeked to {duration}" - } - }, - "shuffle": { - "description": "Shuffles the queue", - "messages": { - "shuffled": "Shuffled the queue." - } - }, - "skip": { - "description": "Skips the current song", - "messages": { - "skipped": "Skipped [{title}]({uri})." - } - }, - "skipto": { - "description": "Skips to a specific song in the queue", - "options": { - "number": "The number of the song you want to skip to" - }, - "errors": { - "invalid_number": "Please provide a valid number." - }, - "messages": { - "skipped_to": "Skipped to song number {number}." - } - }, - "stop": { - "description": "Stops the music and clears the queue", - "messages": { - "stopped": "Stopped the music and cleared the queue." - } - }, - "volume": { - "description": "Sets the volume of the player", - "options": { - "number": "The volume you want to set" - }, - "messages": { - "invalid_number": "Please provide a valid number.", - "too_low": "The volume can't be lower than 0.", - "too_high": "The volume can't be higher than 200. Do you want to damage your hearing or speakers? Hmmm, I don't think that's such a good idea.", - "set": "Set the volume to {volume}" - } - }, - "addsong": { - "description": "Adds a song to the playlist", - "options": { - "playlist": "The playlist you want to add", - "song": "The song you want to add" - }, - "messages": { - "no_playlist": "Please provide a playlist", - "no_song": "Please provide a song", - "playlist_not_found": "That playlist doesn't exist", - "no_songs_found": "No songs found", - "added": "Added {count} song(s) to {playlist}" - } - }, - "create": { - "description": "Creates a playlist", - "options": { - "name": "The name of the playlist" - }, - "messages": { - "name_too_long": "Playlist names can only be 50 characters long.", - "playlist_exists": "A playlist with that name already exists. Please use a different name.", - "playlist_created": "Playlist **{name}** has been created." - } - }, - "delete": { - "description": "Deletes a playlist", - "options": { - "playlist": "The playlist you want to delete" - }, - "messages": { - "playlist_not_found": "That playlist doesn't exist.", - "playlist_deleted": "Deleted playlist **{playlistName}**." - } - }, - "list": { - "description": "Retrieves all playlists for the user", - "options": { - "user": "The user whose playlists you want to retrieve" - }, - "messages": { - "no_playlists": "This user has no playlists.", - "your": "Your", - "playlists_title": "{username}'s Playlists", - "error": "An error occurred while retrieving the playlists." - } - }, - "load": { - "description": "Loads a playlist", - "options": { - "playlist": "The playlist you want to load" - }, - "messages": { - "playlist_not_exist": "That playlist doesn't exist.", - "playlist_empty": "That playlist is empty.", - "playlist_loaded": "Loaded `{name}` with `{count}` songs." - } - }, - "removesong": { - "description": "Removes a song from the playlist", - "options": { - "playlist": "The playlist you want to remove from", - "song": "The song you want to remove" - }, - "messages": { - "provide_playlist": "Please provide a playlist.", - "provide_song": "Please provide a song.", - "playlist_not_exist": "That playlist doesn't exist.", - "song_not_found": "No matching song found.", - "song_removed": "Removed {song} from {playlist}.", - "error_occurred": "An error occurred while removing the song." - } - }, - "steal": { - "description": "Steals a playlist from another user and adds it to your playlists", - "options": { - "playlist": "The playlist you want to steal", - "user": "The user from whom you want to steal the playlist" - }, - "messages": { - "provide_playlist": "Please provide a playlist name.", - "provide_user": "Please mention a user.", - "playlist_not_exist": "That playlist doesn't exist for the mentioned user.", - "playlist_stolen": "Successfully stole the playlist `{playlist}` from {user}.", - "error_occurred": "An error occurred while stealing the playlist." - } - } - }, - "buttons": { - "invite": "Invite", - "support": "Support Server", - "previous": "Previous", - "resume": "Resume", - "stop": "Stop", - "skip": "Skip", - "loop": "Loop", - "errors": { - "not_author": "You can't use this button." - } - }, - "player": { - "errors": { - "no_player": "There is no active player in this guild.", - "no_channel": "You need to be in a voice channel to use this command.", - "queue_empty": "The queue is empty.", - "no_previous": "There are no previous songs in the queue.", - "no_song": "There are no songs in the queue.", - "already_paused": "The song is already paused." - }, - "trackStart": { - "now_playing": "Now Playing", - "requested_by": "Requested by {user}", - "duration": "Duration", - "author": "Author", - "not_connected_to_voice_channel": "You are not connected to <#{channel}> to use these buttons.", - "need_dj_role": "You need to have the DJ role to use this command.", - "previous_by": "Previous by {user}", - "no_previous_song": "There is no previous song.", - "paused_by": "Paused by {user}", - "resumed_by": "Resumed by {user}", - "skipped_by": "Skipped by {user}", - "no_more_songs_in_queue": "There is no more song in the queue.", - "looping_by": "Looping by {user}", - "looping_queue_by": "Looping Queue by {user}", - "looping_off_by": "Looping Off by {user}" - }, - "setupStart": { - "now_playing": "Now Playing", - "description": "[{title}]({uri}) by {author} • `[{length}]` - Requested by <@{requester}>", - "error_searching": "There was an error while searching.", - "no_results": "There were no results found.", - "nothing_playing": "Nothing is playing right now", - "queue_too_long": "The queue is too long. The maximum length is {maxQueueSize} songs.", - "playlist_too_long": "The playlist is too long. The maximum length is {maxPlaylistSize} songs.", - "added_to_queue": "Added [{title}]({uri}) to the queue.", - "added_playlist_to_queue": "Added [{length}] songs from the playlist to the queue." - } - }, - "event": { - "interaction": { - "setup_channel": "You can't use this command in the setup channel.", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "error": "An error occurred: `{error}`", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "message": { - "prefix_mention": "Hey, my prefix for this server is `{prefix}`. Want more info? then do `{prefix}help`\nStay Safe, Stay Awesome!", - "no_send_message": "I don't have **`SendMessage`**, **`ViewChannel`**, **`EmbedLinks`** or **`ReadMessageHistory`** permission.", - "no_permission": "I don't have {permissions} permission.", - "no_user_permission": "You don't have enough permissions to use this command.", - "no_voice_channel": "You must be connected to a voice channel to use this `{command}` command.", - "no_connect_permission": "I don't have `CONNECT` permissions to execute this `{command}` command.", - "no_speak_permission": "I don't have `SPEAK` permissions to execute this `{command}` command.", - "no_request_to_speak": "I don't have `REQUEST TO SPEAK` permission to execute this `{command}` command.", - "different_voice_channel": "You are not connected to {channel} to use this `{command}` command.", - "no_music_playing": "Nothing is playing right now.", - "no_dj_role": "DJ role is not set.", - "no_dj_permission": "You need to have the DJ role to use this command.", - "missing_arguments": "Missing Arguments", - "missing_arguments_description": "Please provide the required arguments for the `{command}` command.\n\nExamples:\n{examples}", - "syntax_footer": "Syntax: [] = optional, <> = required", - "cooldown": "Please wait {time} more second(s) before reusing the `{command}` command.", - "no_mention_everyone": "You can't use this command with everyone or here. Please use slash command.", - "error": "An error occurred: `{error}`", - "no_voice_channel_queue": "You are not connected to a voice channel to queue songs.", - "no_permission_connect_speak": "I don't have enough permission to connect/speak in <#{channel}>.", - "different_voice_channel_queue": "You are not connected to <#{channel}> to queue songs.", - "vote_button": "Vote for me!", - "vote_message": "Wait! You need to vote on top.gg to use this command. Thanks." - }, - "setupButton": { - "no_voice_channel_button": "You are not connected to a voice channel to use this button.", - "different_voice_channel_button": "You are not connected to {channel} to use these buttons.", - "now_playing": "Now Playing", - "live": "LIVE", - "requested_by": "Requested by <@{requester}>", - "no_dj_permission": "You need to have the DJ role to use this button.", - "volume_set": "Volume set to {vol}%", - "volume_footer": "Volume: {vol}%", - "paused": "Paused", - "resumed": "Resumed", - "pause_resume": "{name} the music.", - "pause_resume_footer": "{name} by {displayName}", - "no_music_to_skip": "There is no music to skip.", - "skipped": "Skipped the music.", - "skipped_footer": "Skipped by {displayName}", - "stopped": "Stopped the music.", - "stopped_footer": "Stopped by {displayName}", - "nothing_playing": "Nothing is playing right now.", - "loop_set": "Loop set to {loop}.", - "loop_footer": "Loop set to {loop} by {displayName}", - "shuffled": "Shuffled the queue.", - "no_previous_track": "There is no previous track.", - "playing_previous": "Playing the previous track.", - "previous_footer": "Playing the previous track by {displayName}", - "rewind_limit": "You cannot rewind the music more than the length of the song.", - "rewinded": "Rewinded the music.", - "rewind_footer": "Rewinded by {displayName}", - "forward_limit": "You cannot forward the music more than the length of the song.", - "forwarded": "Forwarded the music.", - "forward_footer": "Forwarded by {displayName}", - "button_not_available": "This button is not available.", - "no_music_playing": "There is no music playing in this server." - } - }, - "Evaluate code": "Evaluate code", - "Leave a guild": "Leave a guild", - "List all guilds the bot is in": "List all guilds the bot is in", - "Restart the bot": "Restart the bot" -} \ No newline at end of file diff --git a/package.json b/package.json index e51fe0ee8..55f74b00c 100644 --- a/package.json +++ b/package.json @@ -34,22 +34,22 @@ }, "homepage": "https://github.com/appujet/lavamusic#readme", "devDependencies": { - "@biomejs/biome": "^1.8.3", + "@biomejs/biome": "^1.9.0", "@types/i18n": "^0.13.12", "@types/node": "^22.5.4", "@types/signale": "^1.4.7", "prisma": "^5.19.1", - "typescript": "^5.5.4" + "typescript": "^5.6.2" }, "dependencies": { "@prisma/client": "^5.19.1", "@top-gg/sdk": "^3.1.6", - "discord.js": "^14.16.1", + "discord.js": "^14.16.2", "dotenv": "^16.4.5", "genius-lyrics-api": "^3.2.1", "i18n": "^0.15.1", "node-system-stats": "^1.3.0", - "shoukaku": "github:shipgirlproject/Shoukaku#master", + "shoukaku": "^4.1.1", "signale": "^1.4.0", "topgg-autoposter": "^2.0.2", "tslib": "^2.7.0", diff --git a/src/commands/dev/Restart.ts b/src/commands/dev/Restart.ts index b670d582d..b947d7981 100644 --- a/src/commands/dev/Restart.ts +++ b/src/commands/dev/Restart.ts @@ -66,7 +66,7 @@ export default class Restart extends Command { }); collector.on("end", async () => { - if (!collector.collected.size) { + if (collector.collected.size === 0) { await msg.edit({ content: "Restart cancelled.", components: [], diff --git a/src/commands/music/Lyrics.ts b/src/commands/music/Lyrics.ts index d24c2dc5e..c6d9dc4f2 100644 --- a/src/commands/music/Lyrics.ts +++ b/src/commands/music/Lyrics.ts @@ -1,6 +1,6 @@ -import { Command, type Context, type Lavamusic } from "../../structures/index.js"; -import { getLyrics } from "genius-lyrics-api"; import { ActionRowBuilder, ButtonBuilder, ButtonStyle, ComponentType } from "discord.js"; +import { getLyrics } from "genius-lyrics-api"; +import { Command, type Context, type Lavamusic } from "../../structures/index.js"; export default class Lyrics extends Command { constructor(client: Lavamusic) { @@ -36,12 +36,6 @@ export default class Lyrics extends Command { const player = client.queue.get(ctx.guild!.id); const embed = this.client.embed(); - if (!(player && !player.isPlaying)) { - return await ctx.sendMessage({ - embeds: [embed.setColor(client.color.red).setDescription(ctx.locale("cmd.lyrics.errors.no_playing"))], - }); - } - const currentTrack = player.current; const trackTitle = currentTrack.info.title.replace(/\[.*?\]/g, "").trim(); const artistName = currentTrack.info.author.replace(/\[.*?\]/g, "").trim(); diff --git a/src/commands/music/Play.ts b/src/commands/music/Play.ts index fbf56afc3..9ca06e567 100644 --- a/src/commands/music/Play.ts +++ b/src/commands/music/Play.ts @@ -163,7 +163,7 @@ export default class Play extends Command { const songs = []; if (res?.loadType) { - if (res.loadType === LoadType.SEARCH && res.data.length) { + if (res.loadType === LoadType.SEARCH && res.data.length > 0) { res.data.slice(0, 10).forEach((track) => { const name = `${track.info.title} by ${track.info.author}`; songs.push({ @@ -171,7 +171,7 @@ export default class Play extends Command { value: track.info.uri, }); }); - } else if (res.loadType === LoadType.PLAYLIST && res.data.tracks.length) { + } else if (res.loadType === LoadType.PLAYLIST && res.data.tracks.length > 0) { res.data.tracks.slice(0, 10).forEach((track) => { const name = `${track.info.title} by ${track.info.author}`; songs.push({ diff --git a/src/commands/music/PlayNext.ts b/src/commands/music/PlayNext.ts index 6d0a9c83d..6ef71ee4c 100644 --- a/src/commands/music/PlayNext.ts +++ b/src/commands/music/PlayNext.ts @@ -167,7 +167,7 @@ export default class PlayNext extends Command { const res = await this.client.queue.search(focusedValue); const songs = []; - if (res.loadType === LoadType.SEARCH && res.data.length) { + if (res.loadType === LoadType.SEARCH && res.data.length > 0) { res.data.slice(0, 10).forEach((x) => { let name = `${x.info.title} by ${x.info.author}`; if (name.length > 100) { diff --git a/src/commands/music/Remove.ts b/src/commands/music/Remove.ts index 5b1f60567..83445236a 100644 --- a/src/commands/music/Remove.ts +++ b/src/commands/music/Remove.ts @@ -41,7 +41,7 @@ export default class Remove extends Command { const player = client.queue.get(ctx.guild!.id); const embed = this.client.embed(); - if (!player.queue.length) + if (player.queue.length === 0) return await ctx.sendMessage({ embeds: [embed.setColor(this.client.color.red).setDescription(ctx.locale("cmd.remove.errors.no_songs"))], }); diff --git a/src/commands/music/Shuffle.ts b/src/commands/music/Shuffle.ts index 4328cde13..0fb4d908b 100644 --- a/src/commands/music/Shuffle.ts +++ b/src/commands/music/Shuffle.ts @@ -33,7 +33,7 @@ export default class Shuffle extends Command { public async run(client: Lavamusic, ctx: Context): Promise { const player = client.queue.get(ctx.guild!.id); const embed = this.client.embed(); - if (!player.queue.length) { + if (player.queue.length === 0) { return await ctx.sendMessage({ embeds: [embed.setColor(this.client.color.red).setDescription(ctx.locale("player.errors.no_song"))], }); diff --git a/src/commands/music/Skipto.ts b/src/commands/music/Skipto.ts index 1ebb24623..e0bad9876 100644 --- a/src/commands/music/Skipto.ts +++ b/src/commands/music/Skipto.ts @@ -42,7 +42,7 @@ export default class Skipto extends Command { const embed = this.client.embed(); const num = Number(args[0]); - if (!player.queue.length || isNaN(num) || num > player.queue.length || num < 1) { + if (player.queue.length === 0 || isNaN(num) || num > player.queue.length || num < 1) { return await ctx.sendMessage({ embeds: [embed.setColor(this.client.color.red).setDescription(ctx.locale("cmd.skipto.errors.invalid_number"))], }); diff --git a/src/commands/playlist/Load.ts b/src/commands/playlist/Load.ts index f23cdd3cc..618e7c10c 100644 --- a/src/commands/playlist/Load.ts +++ b/src/commands/playlist/Load.ts @@ -55,7 +55,7 @@ export default class LoadPlaylist extends Command { } const songs = await client.db.getSongs(ctx.author.id, playlistName); - if (!songs.length) { + if (songs.length === 0) { return await ctx.sendMessage({ embeds: [ { diff --git a/src/config.ts b/src/config.ts index 61da8f1db..7368abb93 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,10 +21,10 @@ export default { pause: "⏸️", resume: "▶️", stop: "⏹️", - skip: "⏩", - previous: "⏪", - forward: "⏭️", - replay: "🔄", + skip: "⏭️", + previous: "⏮️", + forward: "⏩", + rewind: "⏪", voldown: "🔉", volup: "🔊", shuffle: "🔀", diff --git a/src/database/server.ts b/src/database/server.ts index 642656fb7..1710a8321 100644 --- a/src/database/server.ts +++ b/src/database/server.ts @@ -1,4 +1,4 @@ -import { type Dj, type Guild, type Playlist, PrismaClient, type Role, type Song, type Setup, type Stay } from "@prisma/client"; +import { type Dj, type Guild, type Playlist, PrismaClient, type Role, type Setup, type Song, type Stay } from "@prisma/client"; import config from "../config.js"; export default class ServerData { diff --git a/src/events/client/MessageCreate.ts b/src/events/client/MessageCreate.ts index 51fd82ffc..bdb31688c 100644 --- a/src/events/client/MessageCreate.ts +++ b/src/events/client/MessageCreate.ts @@ -185,7 +185,7 @@ export default class MessageCreate extends Event { } } - if (command.args && !args.length) { + if (command.args && args.length === 0) { const embed = this.client .embed() .setColor(this.client.color.red) diff --git a/src/events/client/SetupButtons.ts b/src/events/client/SetupButtons.ts index b59ba5ea2..267e56512 100644 --- a/src/events/client/SetupButtons.ts +++ b/src/events/client/SetupButtons.ts @@ -104,7 +104,7 @@ export default class SetupButtons extends Event { break; } case "SKIP_BUT": - if (!player.queue.length) { + if (player.queue.length === 0) { return await buttonReply(interaction, T(locale, "event.setupButton.no_music_to_skip"), this.client.color.main); } player.skip(); diff --git a/src/events/player/TrackStart.ts b/src/events/player/TrackStart.ts index 89eced69a..85f97715a 100644 --- a/src/events/player/TrackStart.ts +++ b/src/events/player/TrackStart.ts @@ -187,7 +187,7 @@ function createCollector(message: any, dispatcher: Dispatcher, _track: Song, emb await interaction.deferUpdate(); break; case "skip": - if (dispatcher.queue.length) { + if (dispatcher.queue.length > 0) { await interaction.deferUpdate(); dispatcher.skip(); await editMessage( diff --git a/src/structures/Dispatcher.ts b/src/structures/Dispatcher.ts index a31b2c82c..b2b7676c8 100644 --- a/src/structures/Dispatcher.ts +++ b/src/structures/Dispatcher.ts @@ -78,7 +78,7 @@ export default class Dispatcher { this.player .on("start", () => this.client.shoukaku.emit("trackStart" as any, this.player, this.current, this)) .on("end", () => { - if (!this.queue.length) { + if (this.queue.length === 0) { this.client.shoukaku.emit("queueEnd" as any, this.player, this.current, this); } this.client.shoukaku.emit("trackEnd" as any, this.player, this.current, this); @@ -96,8 +96,8 @@ export default class Dispatcher { } public play(): Promise { - if (!(this.exists && (this.queue.length || this.current))) return; - this.current = this.queue.length ? this.queue.shift() : this.queue[0]; + if (!(this.exists && (this.queue.length > 0 || this.current))) return; + this.current = this.queue.length > 0 ? this.queue.shift() : this.queue[0]; if (this.current) { this.player.playTrack({ track: { encoded: this.current.encoded } }); this.history.push(this.current); @@ -184,7 +184,7 @@ export default class Dispatcher { } public async isPlaying(): Promise { - if (this.queue.length && !this.current && !this.player.paused) { + if (this.queue.length > 0 && !this.current && !this.player.paused) { await this.play(); } } diff --git a/src/types.ts b/src/types.ts index 47fb2b9fe..93ee54df5 100644 --- a/src/types.ts +++ b/src/types.ts @@ -10,69 +10,69 @@ export enum SearchEngine { } export enum Language { - Bulgarian = "Bulgarian", + // Bulgarian = "Bulgarian", ChineseCN = "ChineseCN", ChineseTW = "ChineseTW", - Croatian = "Croatian", - Czech = "Czech", - Danish = "Danish", - Dutch = "Dutch", - EnglishGB = "EnglishGB", + // Croatian = "Croatian", + // Czech = "Czech", + // Danish = "Danish", + // Dutch = "Dutch", + // EnglishGB = "EnglishGB", EnglishUS = "EnglishUS", - Finnish = "Finnish", + // Finnish = "Finnish", French = "French", German = "German", - Greek = "Greek", + // Greek = "Greek", Hindi = "Hindi", - Hungarian = "Hungarian", + // Hungarian = "Hungarian", Indonesian = "Indonesian", - Italian = "Italian", + // Italian = "Italian", Japanese = "Japanese", Korean = "Korean", - Lithuanian = "Lithuanian", + // Lithuanian = "Lithuanian", Norwegian = "Norwegian", Polish = "Polish", - PortugueseBR = "PortugueseBR", - Romanian = "Romanian", + // PortugueseBR = "PortugueseBR", + // Romanian = "Romanian", Russian = "Russian", SpanishES = "SpanishES", - Swedish = "Swedish", - Thai = "Thai", - Turkish = "Turkish", - Ukrainian = "Ukrainian", + // Swedish = "Swedish", + // Thai = "Thai", + // Turkish = "Turkish", + // Ukrainian = "Ukrainian", Vietnamese = "Vietnamese", } export const LocaleFlags = { - [Language.Bulgarian]: "🇧🇬", + // [Language.Bulgarian]: "🇧🇬", [Language.ChineseCN]: "🇨🇳", [Language.ChineseTW]: "🇹🇼", - [Language.Croatian]: "🇭🇷", - [Language.Czech]: "🇨🇿", - [Language.Danish]: "🇩🇰", - [Language.Dutch]: "🇳🇱", - [Language.EnglishGB]: "🇬🇧", + // [Language.Croatian]: "🇭🇷", + // [Language.Czech]: "🇨🇿", + // [Language.Danish]: "🇩🇰", + // [Language.Dutch]: "🇳🇱", + // [Language.EnglishGB]: "🇬🇧", [Language.EnglishUS]: "🇺🇸", - [Language.Finnish]: "🇫🇮", + // [Language.Finnish]: "🇫🇮", [Language.French]: "🇫🇷", [Language.German]: "🇩🇪", - [Language.Greek]: "🇬🇷", + // [Language.Greek]: "🇬🇷", [Language.Hindi]: "🇮🇳", - [Language.Hungarian]: "🇭🇺", + // [Language.Hungarian]: "🇭🇺", [Language.Indonesian]: "🇮🇩", - [Language.Italian]: "🇮🇹", + // [Language.Italian]: "🇮🇹", [Language.Japanese]: "🇯🇵", [Language.Korean]: "🇰🇷", - [Language.Lithuanian]: "🇱🇹", + // [Language.Lithuanian]: "🇱🇹", [Language.Norwegian]: "🇳🇴", [Language.Polish]: "🇵🇱", - [Language.PortugueseBR]: "🇧🇷", - [Language.Romanian]: "🇷🇴", + // [Language.PortugueseBR]: "🇧🇷", + // [Language.Romanian]: "🇷🇴", [Language.Russian]: "🇷🇺", [Language.SpanishES]: "🇪🇸", - [Language.Swedish]: "🇸🇪", - [Language.Thai]: "🇹🇭", - [Language.Turkish]: "🇹🇷", - [Language.Ukrainian]: "🇺🇦", + // [Language.Swedish]: "🇸🇪", + // [Language.Thai]: "🇹🇭", + // [Language.Turkish]: "🇹🇷", + // [Language.Ukrainian]: "🇺🇦", [Language.Vietnamese]: "🇻🇳", }; diff --git a/src/utils/Buttons.ts b/src/utils/Buttons.ts index d9d46d3f2..444e44628 100644 --- a/src/utils/Buttons.ts +++ b/src/utils/Buttons.ts @@ -4,33 +4,33 @@ import type { Dispatcher, Lavamusic } from "../structures/index.js"; function getButtons(player: Dispatcher, client: Lavamusic): ActionRowBuilder[] { const buttonData = [ { - customId: "REWIND_BUT", - emoji: client.emoji.replay, + customId: "PREV_BUT", + emoji: client.emoji.previous, style: ButtonStyle.Secondary, }, { - customId: "LOW_VOL_BUT", - emoji: client.emoji.voldown, + customId: "REWIND_BUT", + emoji: client.emoji.rewind, style: ButtonStyle.Secondary, }, { - customId: "STOP_BUT", - emoji: client.emoji.stop, - style: ButtonStyle.Danger, + customId: "PAUSE_BUT", + emoji: player?.paused ? client.emoji.resume : client.emoji.pause, + style: player?.paused ? ButtonStyle.Success : ButtonStyle.Secondary, }, { - customId: "HIGH_VOL_BUT", - emoji: client.emoji.volup, + customId: "FORWARD_BUT", + emoji: client.emoji.forward, style: ButtonStyle.Secondary, }, { - customId: "FORWARD_BUT", - emoji: client.emoji.forward, + customId: "SKIP_BUT", + emoji: client.emoji.skip, style: ButtonStyle.Secondary, }, { - customId: "PREV_BUT", - emoji: client.emoji.previous, + customId: "LOW_VOL_BUT", + emoji: client.emoji.voldown, style: ButtonStyle.Secondary, }, { @@ -39,9 +39,9 @@ function getButtons(player: Dispatcher, client: Lavamusic): ActionRowBuilder