Files
2024-06-16 00:34:31 +07:00

203 lines
8.8 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"common": {
"available_args": "Available arguments",
"member_no_permissions": "Access denied (O_O;)",
"member_no_permissions_description": "You need ``{{PERMISSIONS}}`` permissions on this guild",
"bot_no_permissions": "I don't have permission (O_O;)",
"bot_no_permissions_description": "I need ``{{PERMISSIONS}}`` permissions",
"processing": "Please wait a moment~",
"processing_description": "Getting it done right now! (งᓀ‸ᓂ)ง",
"early_access_features": "Early access features",
"early_access_features_description": "Hey there! So, this new feature we've got is still in its early access phase. We're working hard to test and make it even better. But, just a heads up, early access means there might be some surprises like unexpected stuff, security things, or features that are still a work in progress.\n\nIf you're up for it, guild administrators can jump in and try it out by opting in through the settings"
},
"early_access_warning": {
"title": "Early access warning",
"description": "Experience the newest features first with early access! Things might not be perfect yet, but your feedback helps us make it amazing. Contact us with the support command if you find anything\n\n You can disable early access features anytime in the settings"
},
"stats": {
"title": "Stats",
"info": "Statistical data of me",
"users": "Users",
"x_servers": "{{COUNT}} servers",
"x_users": "{{COUNT}} users",
"uptime_since": "Uptime since",
"server_uptime_x": "Server | {{{TIME}}}",
"process_uptime_x": "Process | {{{TIME}}}"
},
"userinfo": {
"title": "User Information",
"info": "Show information of a specific user, such as status, activities, and more",
"valid_args": "(``@Mention or User ID``)",
"user_not_found": "I cannot find that user, is your information correct?",
"online": "Online",
"idle": "Idle",
"dnd": "Do not disturb",
"offline": "Recently Offline",
"unknown": "Offline / Unknown",
"user_guild_info": "Information on this guild",
"join_date_unknown": "Unknown join date",
"join_date": "Joined {{{TIME}}}",
"guild_owner": "Owner of this guild",
"custom_status": "Custom Status",
"playing_x": "Playing {{NAME}}",
"streaming_x": "Streaming {{NAME}}",
"listening_x": "Listening to {{NAME}}",
"watching_x": "Watching {{NAME}}",
"competing_x": "Competing {{NAME}}",
"since": "Since {{{TIME}}}",
"end": "Ending {{{TIME}}}"
},
"say": {
"title": "Say",
"info": "Make me say something that you want~",
"valid_args": "``(Text message)``",
"success": "Done~, I posted a message with your content!",
"error": "An error occurred while trying to post the message with your content!"
},
"purge": {
"title": "Purge",
"info": "Delete a certain amount of messages",
"valid_args": "``(Number of messages)``",
"nothing_purged": "Nothing to purge",
"nan_error_title": "Invalid argument",
"nan_error_description": "The argument is not a number",
"error_over_limit": "The number of messages to delete is over the limit, the maximum is {{MAX}}",
"purging_progress": "Purging in progress ({{CURRENT}}/{{TOTAL}})",
"purge_progress": "Purged {{COUNT}}/{{TOTAL}} messages",
"purging_step_bulk_delete": "Bulk deleting messages... ({{CURRENT}} deleted)",
"purging_step_bulk_delete_done": "Bulk deleted {{COUNT}} messages",
"purging_step_normal_delete": "Deleting messages... ({{CURRENT}} deleted)",
"purging_step_normal_delete_done": "Deleted {{COUNT}} messages",
"error": "An error occurred while purging messages"
},
"invite": {
"title": "Invite",
"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"
},
"help": {
"title": "Help - {{BOT_NAME}}",
"prefix_title": "Prefix",
"prefix_description": "You can call me using ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} or ``/slash command``",
"available_commands": "Available commands",
"general": "General",
"music": "Music",
"games": "Games",
"admin": "Admin",
"developer": "Developer",
"footer": "Made with 💖 and [open source]"
},
"musicplayer": {
"now_playing": "Now playing",
"now_playing_repeating": "Now playing (Repeating)",
"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!",
"track_error": "Error while playing music, skipping this track"
},
"musicplayer_join": {
"success": "Successfully joined the voice channel, I'm here now~",
"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!**",
"already_joined_title": "I'm already here~ (* ^ ω ^)",
"already_joined_description": "Already in the voice channel you are currently connected to"
},
"musicplayer_leave": {
"success": "Successfully left the voice channel, see ya!"
},
"musicplayer_loop": {
"info": "Current loop mode is {{MODE}}",
"valid_args": "Available loop mode: ``None`` ``Current``",
"invalid": "Invalid loop mode",
"loop_set": "Loop mode is now set to {{MODE}}"
},
"musicplayer_pause": {
"paused": "Paused",
"already_paused": "Already paused (´。• ω •。`)"
},
"musicplayer_resume": {
"resumed": "Resumed",
"not_paused": "The music is already playing (´。• ᵕ •。`)"
},
"musicplayer_play": {
"title": "Play",
"info": "Play a song",
"valid_args": "``(Search query or Link)``",
"queue_added_song": "Song added to queue! ヽ(>∀<☆)",
"queue_added_songs": "Songs added to queue! ヽ(>∀<☆)",
"queue_added_songs_description": "Added {{COUNT}} songs to the queue",
"error": "Error while looking up the song"
},
"musicplayer_playmy": {
"not_detected": "You don't seem to be listening to any music currently according to your activity",
"too_long": "musicplayer_playmy.too_long"
},
"musicplayer_queue": {
"title": "Queue",
"valid_args": "``Clear`` ``Shuffle``",
"empty": "The queue is empty! (っ˘ω˘ς )",
"now_playing": "Now playing",
"upcoming_song": "Upcoming song",
"looping_current": "(Looping current)",
"song_x_in_queue": "There are {{COUNT}} song in the queue!",
"cleared": "Queue cleared~ (。•ˇ‸ˇ•。)",
"shuffled": "Queue shuffled"
},
"musicplayer_search": {
"title": "Search",
"info": "Search for a song",
"valid_args": "``(Search query)``",
"title_result": "Search result",
"x_results_found": "{{COUNT}} results found"
},
"musicplayer_skip": {
"skipped": "Skipped",
"skipped_last_song": "Skipped, that was the last song"
},
"settings": {
"title": "Settings",
"description": "Change how {{BOT_NAME}} behave on **{{{GUILD_NAME}}}**",
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel`` ``EarlyAccess`` ``PurgeLimit``"
},
"settings_prefix": {
"info": "Current prefix is {{{PREFIX}}}",
"info_description": "Provide a new prefix to change",
"prefix_too_long": "Prefix too long",
"prefix_too_long_description": "Can you even remember that? 😆",
"prefix_is_mention": "Prefix cannot be @Mention of me",
"prefix_is_mention_description": "You can already call me by mentioning me. I got that covered, don't worry",
"prefix_updated": "Prefix updated",
"prefix_updated_description": "From now onwards, I shall be called by using ``{{{PREFIX}}}``"
},
"settings_purge_limit": {
"info": "Current purge limit is {{LIMIT}}",
"info_description": "Provide a new purge limit to change",
"purge_limit_too_big": "Purge limit too big, maximum is {{LIMIT}}",
"purge_limit_zero": "Purge limit can't be zero",
"purge_limit_nan": "Purge limit is not a number",
"purge_limit_updated": "Purge limit updated to {{LIMIT}}"
},
"settings_language": {
"info": "Current language is {{LANGUAGE}}",
"info_description": "Provide a new language to change\n**Available languages**: ``{{LANGUAGES}}``",
"language_invalid": "Invalid language",
"language_invalid_description": "The language code is invalid or not supported yet",
"language_updated": "Language updated",
"language_updated_description": "I will be using {{LANGUAGE}} from now on"
},
"ping": {
"title": "Network performance",
"title_processing": "Measuring network performance ( ◕▿◕ )",
"running_on": "Running on {{HOST}}",
"development_environment": "Development Environment"
},
"support": {
"title": "Support",
"info": "[Join {{BOT_NAME}}'s support server]({{{LINK}}})",
"not_available": "{{BOT_NAME}}'s support server is currently unavailable"
}
}