JaBa/languages/en-US/administration/config.json

37 lines
1.4 KiB
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Modify or display server settings",
2023-06-06 10:21:47 +05:00
"USAGE": "list\nset [setting] (state) (#channel)",
"EXAMPLES": "config list\nconfig set setting:reports state:True channel:#reports",
2023-07-03 19:30:47 +05:00
"SPECIAL_CHANNELS": "Special Channels",
2023-06-06 22:48:46 +05:00
"BIRTHDAYS": "Birthday Greetings",
"MODLOGS": "Moderation Logs",
"REPORTS": "Reports",
"SUGGESTIONS": "Suggestions",
"TICKETSCATEGORY": "Category For Tickets (They have folder icon)",
"TICKETS_NOT_CATEGORY": "Please select a **category** channel",
"TICKETLOGS": "Tickets Logs",
"TRANSCRIPTIONLOGS": "Transcripts Logs",
2023-06-06 10:21:47 +05:00
2023-07-03 19:30:47 +05:00
"MONITORING_CHANNELS": "Monitoring Channels",
"MESSAGEUPDATE": "Message Update Logs",
"MESSAGEDELETE": "Message Deletion Logs",
2023-06-06 10:21:47 +05:00
2023-06-06 22:48:46 +05:00
"AUTOMOD_TITLE": "Automoderation",
2023-07-03 19:30:47 +05:00
"AUTOMOD_CONTENT": "Automoderation is enabled.\nIgnored channels: {{channels}}",
2023-06-06 22:48:46 +05:00
"AUTOROLE_TITLE": "Automatic Role Assignment",
"AUTO_SANCTIONS": "Automatic Sanctions",
"BAN_CONTENT": "Ban: After **{{count}}** warnings",
"BAN_NOT_DEFINED": "Ban: Not set",
"DASHBOARD_TITLE": "Modify Settings",
2023-07-03 19:30:47 +05:00
"DASHBOARD_CONTENT": "Click here to go to the dashboard",
2023-06-06 22:48:46 +05:00
"GOODBYE_TITLE": "Farewell",
2023-07-03 19:30:47 +05:00
"GOODBYE_CONTENT": "Channel: {{channel}}\nCard: {{withImage}}",
2023-06-06 22:48:46 +05:00
"KICK_CONTENT": "Kick: After **{{count}}** warnings",
"KICK_NOT_DEFINED": "Kick: Not set",
"LIST": "Display server settings",
"SET": "Modify server settings",
"SETTING": "Settings",
2023-07-03 19:30:47 +05:00
"WELCOME_TITLE": "Welcome",
"WELCOME_CONTENT": "Channel: {{channel}}\nCard: {{withImage}}"
2023-06-06 10:21:47 +05:00
}