-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.py
21 lines (21 loc) · 2.38 KB
/
en.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
START_SETUP_PROCESS = "🔧 Do you want to start the setup process?"
NOT_SETUP_YET = "❗ I am not set up yet. Please use `/setup` to do that."
ARE_YOU_SURE_TO_CLOSE_TICKET_CHANNEL = "❗ Are you sure you want to close the ticket channel?"
NOT_ALLOWED_TO_DO_THIS = "❗ You are not allowed to do this!"
AN_ERROR_OCCURED_PLEASE_CHECK_IF_THE_MESSAGE_AND_CHANNEL_EXIST = "❗ An error occured. Please check if the message and the channel still exists. Use `/setup` to set me up again."
TICKET_MANAGER_ROLE_NOW_ENABLED = "✅ Ticket Manager role is now enabled."
TICKET_MANAGER_ROLE_NOW_DISABLED = "✅ Ticket Manager role is now disabled."
CHANGED_TICKET_MANAGER_ROLE_TO = "✅ I changed the ticket manager role to {}!"
TICKET_MANAGER_MODULE_DISABLED = "❗ The Ticket Manager role module is disabled!"
TICKET_CHANNEL_CATEGORY_NOW_SET_TO = "✅ The ticket channel category is now set to **{}**!"
SAVED_TICKET_CHANNEL_NOT_EXISTING_ANYMORE = "❗ The saved ticket channel category doesn't exist anymore! Please define a new one by using `/ticket-category`!"
CHANNEL_NOT_A_TICKET_CHANNEL = "❗ The channel you are in is not a ticket channel!"
CLOSING_CHANNEL_IN_FIVE_SECONDS = "✅ Closing the channel in 5 seconds."
TICKET_HAS_BEEN_DELETED = "🗑️ Ticket has been deleted"
TICKET_CHANNEL_FOR_USER_DELETED_BY = "The ticket channel for the user **{}** (**{}**) has been deleted by {} (**{}**)."
CLICK_THE_BUTTON_TO_CREATE_A_NEW_TICKET = "✉️ Click the button to create a new ticket!"
SETUP_DONE_MESSAGE = "✅ Setup done.\n\n✉️ Channel for creating tickets: {}\n\n✉️ Ticket category: **{}**\n\n📝 Category for logging-related channels: **{}**\n\n📝 Ticket logging channel: {}\n\n🔧 Ticket Manager role: {} the Ticket Manager role setting can be enabled/disabled by using `/ticketmanager` **(enabled by default)** and the role can be changed by using `/ticketmanager-role`\n\n**Please take a look at the channel settings, category settings & role settings and customise them if needed! You can also change the language by using `/set-language`.**"
ALREADY_OPEN_TICKET_CHANNEL = "❗ There already is an open ticket channel! Please wait for it to be closed in order to open a new one."
TICKET_HAS_BEEN_CREATED = "✉️ Ticket has been created"
TICKET_CHANNEL_FOR_USER_CREATED_BY = "The ticket channel for the user **{}** (**{}**) has been created by {} (**{}**)."
TICKET_CHANNEL_CREATED = "✅ Ticket channel created: {}"