2022-06-06 20:44:14 +07:00
{
2022-06-07 03:08:27 +07:00
"common" : {
"available_args" : "Available arguments" ,
2022-06-28 14:38:43 +07:00
"no_permissions" : "Access denied (O_O;)" ,
"no_permissions_description" : "You need ``{{PERMISSIONS}}`` permission on this guild" ,
"processing" : "Please wait a moment~" ,
"processing_description" : "Getting it done right now! (งᓀ‸ᓂ)ง"
2022-06-07 03:08:27 +07:00
},
"stats" : {
"title" : "Stats" ,
2022-06-28 14:38:43 +07:00
"info" : "Statistical data of me" ,
2022-06-07 03:08:27 +07:00
"users" : "Users" ,
2022-06-27 20:28:01 +07:00
"x_servers" : "{{COUNT}} servers" ,
"x_users" : "{{COUNT}} users" ,
2022-06-07 03:08:27 +07:00
"uptime_since" : "Uptime since" ,
2022-06-28 14:38:43 +07:00
"server_uptime_x" : "Server | {{{TIME}}}" ,
"process_uptime_x" : "Process | {{{TIME}}}"
2022-06-07 03:08:27 +07:00
},
"userinfo" : {
"title" : "User Information" ,
2022-06-28 14:38:43 +07:00
"info" : "Show information of a specific user, such as status, activities, and more" ,
2022-06-07 03:08:27 +07:00
"valid_args" : "(``@Mention or User ID``)" ,
2022-06-28 14:38:43 +07:00
"user_not_found" : "I cannot find that user, is your information correct?" ,
2022-06-07 03:08:27 +07:00
"online" : "Online" ,
"idle" : "Idle" ,
"dnd" : "Do not disturb" ,
"offline" : "Recently Offline" ,
"unknown" : "Offline / Unknown" ,
"user_guild_info" : "Information on this guild" ,
2022-06-28 14:38:43 +07:00
"join_date_unknown" : "Unknown join date" ,
2022-06-27 20:28:01 +07:00
"join_date" : "Joined {{{TIME}}}" ,
2022-06-07 03:08:27 +07:00
"guild_owner" : "Owner of this guild" ,
"custom_status" : "Custom Status" ,
2022-06-27 20:28:01 +07:00
"playing_x" : "Playing {{NAME}}" ,
"streaming_x" : "Streaming {{NAME}}" ,
"listening_x" : "Listening to {{NAME}}" ,
"watching_x" : "Watching {{NAME}}" ,
2022-06-29 21:06:54 +07:00
"competing_x" : "Competing {{NAME}}" ,
"since" : "Since {{{TIME}}}" ,
"end" : "Ending {{{TIME}}}"
2022-06-07 03:08:27 +07:00
},
"say" : {
"title" : "Say" ,
2022-06-28 14:38:43 +07:00
"info" : "Make me say something that you want~" ,
2022-06-07 03:08:27 +07:00
"valid_args" : "``(Text message)``" ,
2022-06-28 14:38:43 +07:00
"success" : "Done~, I posted a message with your content!" ,
"error" : "An error occurred while trying to post the message with your content!"
2022-06-07 03:08:27 +07:00
},
"invite" : {
"title" : "Invite" ,
2022-06-27 20:28:01 +07:00
"info" : "[Invite {{BOT_NAME}} to your server!]({{{LINK}}})" ,
"private" : "{{BOT_NAME}}'s invite is currently private. Only the developers can add me to another server"
2022-06-07 03:08:27 +07:00
},
2022-06-07 13:00:23 +07:00
"help" : {
2022-06-27 20:28:01 +07:00
"title" : "Help - {{BOT_NAME}}" ,
2022-06-07 13:00:23 +07:00
"prefix_title" : "Prefix" ,
2022-06-27 20:28:01 +07:00
"prefix_description" : "You can call me using ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} or ``/slash command``" ,
2022-06-07 13:00:23 +07:00
"available_commands" : "Available commands" ,
"general" : "General" ,
"music" : "Music" ,
"games" : "Games" ,
"admin" : "Admin" ,
"developer" : "Developer" ,
"footer" : "Made with 💖 and [open source]"
},
2022-06-07 03:08:27 +07:00
"musicplayer" : {
"now_playing" : "Now playing" ,
"now_playing_repeating" : "Now playing (Repeating)" ,
2022-06-28 14:38:43 +07:00
"no_music_playing" : "There are no music playing (ᴗ˳ᴗ);" ,
"not_in_voice" : "You need to be in the voice channel first~" ,
"different_voice_channel" : "You are not in the same voice channel as me!" ,
2022-06-07 03:08:27 +07:00
"track_error" : "Error while playing music, skipping this track"
},
"musicplayer_join" : {
2022-06-28 14:38:43 +07:00
"success" : "Successfully joined the voice channel, I'm here now~" ,
2022-06-07 03:08:27 +07:00
"error" : "Unable to join the voice channel" ,
"disconnected" : "Disconnected" ,
"disconnected_reason_disconnected" : "I got disconnected from the voice channel" ,
"in_use" : "I can't join mutiple voice channel on the same guild.\n There are also somebody listening to the music in the voice channel I'm currently in." ,
"in_use_wait" : "Wait until I finish playing there or I'm alone there. Better yet, join them!" ,
"can_force_move" : "\n\n**Or... just (ab)use your admin permissions and move me to where you want!**" ,
2022-06-28 14:38:43 +07:00
"already_joined_title" : "I'm already here~ (* ^ ω ^)" ,
2022-06-07 03:08:27 +07:00
"already_joined_description" : "Already in the voice channel you are currently connected to"
},
"musicplayer_leave" : {
2022-06-28 14:38:43 +07:00
"success" : "Successfully left the voice channel, see ya!"
2022-06-07 03:08:27 +07:00
},
"musicplayer_loop" : {
2022-06-27 20:28:01 +07:00
"info" : "Current loop mode is {{MODE}}" ,
2022-06-07 03:08:27 +07:00
"valid_args" : "Available loop mode: ``None`` ``Current``" ,
"invalid" : "Invalid loop mode" ,
2022-06-27 20:28:01 +07:00
"loop_set" : "Loop mode is now set to {{MODE}}"
2022-06-07 03:08:27 +07:00
},
"musicplayer_pause" : {
"paused" : "Paused" ,
2022-06-28 14:38:43 +07:00
"already_paused" : "Already paused (´。• ω •。`)"
2022-06-07 03:08:27 +07:00
},
"musicplayer_resume" : {
"resumed" : "Resumed" ,
2022-06-28 14:38:43 +07:00
"not_paused" : "The music is already playing (´。• ᵕ •。`)"
2022-06-07 03:08:27 +07:00
},
"musicplayer_play" : {
"title" : "Play" ,
"info" : "Play a song" ,
"valid_args" : "``(Search query or Link)``" ,
2022-06-28 14:38:43 +07:00
"queue_added_song" : "Song added to queue! ヽ(>∀<☆)ノ " ,
"queue_added_songs" : "Songs added to queue! ヽ(>∀<☆)ノ " ,
2022-06-27 20:28:01 +07:00
"queue_added_songs_description" : "Added {{COUNT}} songs to the queue" ,
2022-06-07 03:08:27 +07:00
"error" : "Error while looking up the song"
},
"musicplayer_queue" : {
"title" : "Queue" ,
2022-06-28 14:38:43 +07:00
"empty" : "The queue is empty! (っ˘ω˘ς )" ,
2022-06-07 03:08:27 +07:00
"now_playing" : "Now playing" ,
"upcoming_song" : "Upcoming song" ,
"looping_current" : "(Looping current)" ,
2022-06-27 20:28:01 +07:00
"song_x_in_queue" : "There are {{COUNT}} song in the queue!"
2022-06-07 03:08:27 +07:00
},
"musicplayer_search" : {
"title" : "Search" ,
"info" : "Search for a song" ,
"valid_args" : "``(Search query)``" ,
"title_result" : "Search result" ,
2022-06-27 20:28:01 +07:00
"x_results_found" : "{{COUNT}} results found"
2022-06-07 03:08:27 +07:00
},
"musicplayer_skip" : {
"skipped" : "Skipped" ,
"skipped_last_song" : "Skipped, that was the last song"
2022-06-07 17:32:52 +07:00
},
"settings" : {
"title" : "Settings" ,
2022-06-27 20:28:01 +07:00
"description" : "Change how {{BOT_NAME}} behave on **{{GUILD_NAME}}**" ,
"valid_args" : "``Prefix`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
2022-06-07 17:32:52 +07:00
},
"settings_prefix" : {
2022-06-27 20:28:01 +07:00
"info" : "Current prefix is {{{PREFIX}}}" ,
2022-06-07 17:32:52 +07:00
"info_description" : "Provide a new prefix to change" ,
"prefix_too_long" : "Prefix too long" ,
"prefix_too_long_description" : "Can you even remember that? 😆" ,
2022-06-28 14:38:43 +07:00
"prefix_is_mention" : "Prefix cannot be @Mention of me" ,
2022-06-07 17:32:52 +07:00
"prefix_is_mention_description" : "You can already call me by mentioning me. I got that covered, don't worry" ,
"prefix_updated" : "Prefix updated" ,
2022-06-27 20:28:01 +07:00
"prefix_updated_description" : "From now onwards, I shall be called by using ``{{PREFIX}}``"
2022-06-27 20:49:39 +07:00
},
"ping" : {
"title" : "Network performance" ,
2022-06-28 14:38:43 +07:00
"title_processing" : "Measuring network performance ( ◕▿◕ )" ,
2022-06-27 20:49:39 +07:00
"running_on" : "Running on {{HOST}}" ,
"development_environment" : "Development Environment"
2022-06-29 19:59:53 +07:00
},
"support" : {
"title" : "Support" ,
"info" : "[Join {{BOT_NAME}}'s support server]({{{LINK}}})" ,
"not_available" : "{{BOT_NAME}}'s support server is currently unavailable"
2022-06-07 03:08:27 +07:00
}
2022-06-06 20:44:14 +07:00
}