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

37 lines
1.6 KiB
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
2021-12-22 16:50:28 +05:00
"DESCRIPTION": "Shows the server configuration!",
"USAGE": "{{prefix}}configuration",
"EXAMPLES": "{{prefix}}configuration",
"PREFIX_TITLE": "Server prefix",
"IGNORED_CHANNELS_TITLE": "Ignored channel(s)",
"NO_IGNORED_CHANNELS": "No ignored channels.",
"AUTOROLE_TITLE": "Autorole",
"AUTOROLE_CONTENT": "Role: {{roleName}}",
"AUTOROLE_DISABLED": "Autorole disabled.",
"WELCOME_TITLE": "Welcome",
"WELCOME_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}",
"WELCOME_DISABLED": "Welcome messages disabled.",
"GOODBYE_TITLE": "Goodbye",
"GOODBYE_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}",
"GOODBYE_DISABLED": "Goodbye messages disabled.",
"SPECIAL_CHANNELS": "Special channels",
"MODLOGS": "Moderation logs: *{{channel}}*",
2021-12-30 01:02:12 +05:00
"BIRTHDAYS": "Birthdays announcements: *{{channel}}*",
2021-12-22 16:50:28 +05:00
"FORTNITESHOP": "Fortnite daily shop: *{{channel}}*",
"SUGGESTIONS": "Suggestions: *{{channel}}*",
"REPORTS": "Reports: *{{channel}}*",
"AUTOMOD_TITLE": "Auto-moderation:",
"AUTOMOD_CONTENT": "Auto-moderation enabled.\n*Ignored channels: {{channels}}*",
"AUTOMOD_DISABLED": "Auto-moderation disabled.",
"AUTODELETEMOD": "Auto delete mod commands",
"AUTODELETEMOD_ENABLED": "Automatic moderation commands deletion.",
"AUTODELETEMOD_DISABLED": "Automatic moderation commands deletion disabled.",
"DASHBOARD_TITLE": "Edit your configuration:",
"DASHBOARD_CONTENT": "Click here to go on the dashboard!",
"AUTO_SANCTIONS": "Automatic sanctions",
2021-12-30 00:46:10 +05:00
"KICK_CONTENT": "Kick: After **{{count}}** warnings.",
"KICK_NOT_DEFINED": "Kick: Not defined.",
"BAN_CONTENT": "Ban: After **{{count}}** warnings.",
"BAN_NOT_DEFINED": "Ban: Not defined."
2021-12-10 21:39:54 +05:00
}