87 lines
3.8 KiB
JSON
87 lines
3.8 KiB
JSON
{
|
|
"errors":{
|
|
"missingArgsTitle":"Invalid Arguments!",
|
|
"missingArgsDescription":"Missing Argument",
|
|
"noPermsTitle":"No Permissions!",
|
|
"noPermsDescription":"You need the `ADMINISTRATOR` permission or be in the list of allowed roles!",
|
|
"noPermsDelete":"Only admins can delete a ticket!",
|
|
"chooseFromListTitle":"Invalid ID",
|
|
"chooseFromListDescription":"Choose one of the id's below:",
|
|
"boterror":"Bot Error!",
|
|
"notInTicketTitle":"You are not in a ticket!",
|
|
"notInTicketDescription":"This command doesn't work outside tickets!",
|
|
"ticketDoesntExist":"This ticket doesn't exist anymore!",
|
|
"roleDoesntExist":"This role doesn't exist anymore!",
|
|
"anotherOption":"This option is not a ticket but another type!",
|
|
"maxAmountTitle":"Max amount reached!",
|
|
"maxAmountDescription":"You reached the maximum number of tickets allowed!\nSo you can't create a new one!",
|
|
"somethingWentWrong":"**Something went wrong!**\nPlease try again another time!"
|
|
},
|
|
"commands":{
|
|
"userAddedTitle":"Added {0} to this ticket!",
|
|
"userRemovedTitle":"Removed {0} from this ticket!",
|
|
"renameTitle":"Changed the name to {0}!",
|
|
"closeTitle":"Closed this ticket!",
|
|
"deleteTitle":"Deleting this ticket...",
|
|
"reopenTitle":"Re-Opened this ticket!",
|
|
"claimTitle":"This ticket is now claimed to {0}",
|
|
"unclaimTitle":"This ticket isn't claimed anymore!",
|
|
"changeTitle":"Changed ticket type to {0}!",
|
|
|
|
"ticketWarning":"The embed is in the message below!",
|
|
"maxTicketWarning":"**Warning:** _You can only create {0} ticket(s) at a time!_"
|
|
},
|
|
"helpMenu":{
|
|
"title":"Available Commands:",
|
|
"header1":"**Go to {0} to create a ticket!**\n\n",
|
|
"header2":"**Run the command `/new` or `/ticket` to create a ticket!**\n\n",
|
|
|
|
"msgCmd":"Spawn an embed with buttons. (admins only)",
|
|
"renameCmd":"Rename a ticket. (no spaces)",
|
|
"closeCmd":"Close a ticket.",
|
|
"deleteCmd":"Delete a ticket.",
|
|
"addCmd":"Add a user to the ticket.",
|
|
"removeCmd":"Remove a user from the ticket.",
|
|
"reopenCmd":"Re-Open a ticket after it was closed."
|
|
},
|
|
"buttons":{
|
|
"close":"Close Ticket",
|
|
"delete":"Delete Ticket",
|
|
"reopen":"Re-Open Ticket",
|
|
"closeWithReason":"close with reason"
|
|
},
|
|
"messages":{
|
|
"reopenTitle":"Re-Opened this ticket!",
|
|
"reopenDescription":"Feel free to talk again!",
|
|
"closedTitle":"Closed this ticket!",
|
|
"closedDescription":"Only admins can talk in this ticket now!\n\n*Click on the button below to delete or to re-open this ticket!*",
|
|
"createdTitle":"Ticket Created!",
|
|
"createdDescription":"Your ticket is created, you can detect it by a ping!",
|
|
|
|
"newTicketDmTitle":"New Ticket!",
|
|
"closedTicketDmTitle":"Ticket Closed!",
|
|
"deletedTicketDmTitle":"Ticket Deleted!",
|
|
"closedTicketDmDescription":"Your ticket is closed!",
|
|
"deletedTicketDmDescription":"Your ticket is deleted!",
|
|
"reopenTicketDmTitle":"Ticket Re-opened!",
|
|
"reopenTicketDmDescription":"Your ticket is re-opened!",
|
|
|
|
"chooseCategory":"choose a category:",
|
|
"gettingdeleted":"Ticket is getting deleted...",
|
|
|
|
"none":"none",
|
|
"reason":"reason",
|
|
|
|
"deletedby":"deleted by",
|
|
"closedby":"closed by",
|
|
"modalreason":"What is the reason for closing this ticket?",
|
|
"chooseATicket": "Choose a ticket"
|
|
},
|
|
"transcripts":{
|
|
"title":"Transcript",
|
|
"processed":"This transcript is being processed",
|
|
"wait":"Please wait!",
|
|
"estimated":"Estimated time",
|
|
"available":"The transcript is available here"
|
|
}
|
|
} |