2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"BOT_USER" : "You cannot do this with the bot." ,
2023-07-07 17:34:23 +05:00
"CANT_DM" : "I cannot DM you. Please check your privacy settings." ,
2023-06-06 22:48:46 +05:00
"FORCE_STOP" : "The game has been forcibly ended, {{user}}, nobody won (the number was {{number}})." ,
"LEVEL_UP" : "You have reached the next level! Your new level is: **{{level}}**" ,
"GUILD_ONLY" : "This command can only be used on a server." ,
"HELLO_SERVER" : "Hello! All my commands are available through **/**. Use </help:1029832476077596773> to get a list of commands." ,
"INVALID_NUMBER_RANGE" : "Please specify a number between **{{min}}** and **{{max}}**." ,
"MORE_THAN_ZERO" : "Please specify an integer greater than 0." ,
"NO_ARGS" : "No arguments required." ,
"NSFW_COMMAND" : "This command can only be used in an NSFW channel." ,
"OPTION_NAN_ALL" : "Please specify an integer greater than 0 or `all`." ,
"OWNER_ONLY" : "Only the bot owner can use this command." ,
"SELECT_CANCELED" : "Selection canceled." ,
"STATS_FOOTER" : "● [Dashboard]({{dashboardLink}})\n● [Support Server]({{supportLink}})\n● [Invite JaBa to Your Server]({{inviteLink}})\n● [Support]({{donateLink}}) (provide your Discord tag for achievement granting, for other support methods, please DM <@{{owner}}>)" ,
"TIMED_OUT" : "Time out." ,
"JUMP_TO_PAGE" : "Specify the page you want to jump to (maximum **{{length}}**):" ,
"QUOTE_TITLE" : "Message from {{user}}" ,
2023-10-21 21:15:25 +05:00
"QUOTE_CONTENT" : "Content" ,
2023-06-06 22:48:46 +05:00
"QUOTE_ATTACHED" : "Attached files" ,
2023-10-21 21:15:25 +05:00
"QUOTE_JUMP" : "Jump to" ,
2023-06-06 22:48:46 +05:00
"QUOTE_FOOTER" : "Quoted by {{user}}" ,
2023-06-06 10:21:47 +05:00
2024-02-09 23:41:36 +05:00
"MONITORING" : {
"DELETE" : {
"TITLE" : "{{user}} deleted a message!" ,
"DESCRIPTION" : "Message content was: ```{{content}}```\nChannel: {{channel}}\nTime created: {{time}}"
} ,
"UPDATE" : {
"TITLE" : "{{user}} updated a message!" ,
"DESCRIPTION" : "Old Message: ```{{oldContent}}```\nNew Message: ```{{newContent}}```\nJump to message: {{url}}"
}
} ,
2023-06-06 10:21:47 +05:00
"PERMISSIONS" : {
2023-06-06 22:48:46 +05:00
"CreateInstantInvite" : "Create Instant Invite" ,
"KickMembers" : "Kick Members" ,
"BanMembers" : "Ban Members" ,
"Administrator" : "Administrator" ,
"ManageChannels" : "Manage Channels" ,
"ManageGuild" : "Manage Guild" ,
"AddReactions" : "Add Reactions" ,
"ViewAuditLog" : "View Audit Log" ,
"PrioritySpeaker" : "Priority Speaker" ,
"Stream" : "Stream" ,
"ViewChannel" : "View Channel" ,
"SendMessages" : "Send Messages" ,
"SendTTSMessages" : "Send Text-to-Speech Messages" ,
"ManageMessages" : "Manage Messages" ,
"EmbedLinks" : "Embed Links" ,
"AttachFiles" : "Attach Files" ,
"ReadMessageHistory" : "Read Message History" ,
"MentionEveryone" : "Mention *@*everyone, *@*here, and all roles" ,
"UseExternalEmojis" : "Use External Emojis" ,
"ViewGuildInsights" : "View Guild Insights" ,
"Connect" : "Connect" ,
"Speak" : "Speak" ,
"MuteMembers" : "Mute Members" ,
"DeafenMembers" : "Deafen Members" ,
"MoveMembers" : "Move Members" ,
"UseVAD" : "Use Voice Activity Detection" ,
"ChangeNickname" : "Change Nickname" ,
"ManageNicknames" : "Manage Nicknames" ,
"ManageRoles" : "Manage Roles" ,
"ManageWebhooks" : "Manage Webhooks" ,
"ManageEmojisAndStickers" : "Manage Emojis and Stickers" ,
"UseApplicationCommands" : "Use Application Commands" ,
"ManageEvents" : "Manage Events" ,
"ManageThreads" : "Manage Threads" ,
"CreatePublicThreads" : "Create Public Threads" ,
"CreatePrivateThreads" : "Create Private Threads" ,
"UseExternalStickers" : "Use External Stickers" ,
"SendMessagesInThreads" : "Send Messages in Threads" ,
"UseEmbeddedActivities" : "Start Activities" ,
"ModerateMembers" : "Tell Members to Think about Their Behavior"
2023-06-06 10:21:47 +05:00
} ,
"NOUNS" : {
"CREDIT" : {
2023-06-06 22:48:46 +05:00
"1" : "credit" ,
"2" : "credits" ,
"5" : "credits"
2023-06-06 10:21:47 +05:00
} ,
"CREDITS" : {
2023-06-06 22:48:46 +05:00
"1" : "credit" ,
"2" : "credits" ,
"5" : "credits"
2023-06-06 10:21:47 +05:00
} ,
"COMMANDS" : {
2023-06-06 22:48:46 +05:00
"1" : "command" ,
"2" : "commands" ,
"5" : "commands"
2023-06-06 10:21:47 +05:00
} ,
"POINTS" : {
2023-06-06 22:48:46 +05:00
"1" : "point" ,
"2" : "points" ,
"5" : "points"
2023-06-06 10:21:47 +05:00
} ,
"MEMBERS" : {
2023-06-06 22:48:46 +05:00
"1" : "member" ,
"2" : "members" ,
"5" : "members"
2023-06-06 10:21:47 +05:00
} ,
"USERS" : {
2023-06-06 22:48:46 +05:00
"1" : "user" ,
"2" : "users" ,
"5" : "users"
2023-06-06 10:21:47 +05:00
} ,
"PLAYERS" : {
2023-06-06 22:48:46 +05:00
"1" : "player" ,
"2" : "players" ,
"5" : "players"
2023-06-06 10:21:47 +05:00
} ,
"TRACKS" : {
2023-06-06 22:48:46 +05:00
"1" : "track" ,
"2" : "tracks" ,
"5" : "tracks"
2023-06-06 10:21:47 +05:00
} ,
"BOTS" : {
2023-06-06 22:48:46 +05:00
"1" : "bot" ,
"2" : "bots" ,
"5" : "bots"
2023-06-06 10:21:47 +05:00
} ,
"TEXT" : {
2023-06-06 22:48:46 +05:00
"1" : "text channel" ,
"2" : "text channels" ,
"5" : "text channels"
2023-06-06 10:21:47 +05:00
} ,
"VOICE" : {
2023-06-06 22:48:46 +05:00
"1" : "voice channel" ,
"2" : "voice channels" ,
"5" : "voice channels"
2023-06-06 10:21:47 +05:00
} ,
"CATEGORY" : {
2023-06-06 22:48:46 +05:00
"1" : "category" ,
"2" : "categories" ,
"5" : "categories"
2023-06-06 10:21:47 +05:00
} ,
"MESSAGES" : {
2023-06-06 22:48:46 +05:00
"1" : "message" ,
"2" : "messages" ,
"5" : "messages"
2023-06-06 10:21:47 +05:00
} ,
"WARNS" : {
2023-06-06 22:48:46 +05:00
"1" : "warning" ,
"2" : "warnings" ,
"5" : "warnings"
2023-06-06 10:21:47 +05:00
} ,
"SECONDS" : {
2023-06-06 22:48:46 +05:00
"1" : "second" ,
"2" : "seconds" ,
"5" : "seconds"
2023-06-06 10:21:47 +05:00
} ,
"SERVER" : {
2023-06-06 22:48:46 +05:00
"1" : "server" ,
"2" : "servers" ,
"5" : "servers"
2023-06-06 10:21:47 +05:00
} ,
"SERVERS" : {
2023-06-06 22:48:46 +05:00
"1" : "server" ,
"2" : "servers" ,
"5" : "servers"
2023-06-06 10:21:47 +05:00
} ,
"AGE" : {
2023-06-06 22:48:46 +05:00
"1" : "year" ,
"2" : "years" ,
"5" : "years"
2023-06-06 10:21:47 +05:00
}
}
}