DiscordTickets/src/locales/en-GB.json

35 lines
879 B
JSON
Raw Normal View History

{
"bot": {
2021-03-15 23:12:58 +02:00
"version": "Discord Tickets v%s by eartharoid"
2021-02-20 19:09:08 +02:00
},
2021-03-15 23:12:58 +02:00
"commands": {
2021-02-20 19:09:08 +02:00
"new": {
"aliases": {
"create": "create",
"open": "open"
},
"args": {
2021-03-15 23:12:58 +02:00
"category": {
"name": "category",
"description": "The category you would like to create a new ticket for"
},
"topic": {
"name": "topic",
"description": "The topic of the ticket"
}
},
"description": "Create a new support ticket",
"name": "new"
},
"settings": {
2021-03-24 01:50:00 +02:00
"description": "Configure Discord Tickets",
"name": "settings",
2021-03-24 01:50:00 +02:00
"response": {
"updated": "✅ Settings have been updated."
}
2021-02-20 19:09:08 +02:00
}
},
"must_be_slash": "❌ This command must be invoked by a slash command interaction (`/%s`).",
"no_perm": "❌ You do not have the permissions required to use this command:\n%s",
2021-03-29 01:49:36 +03:00
"staff_only": "❌ You must be a member of staff to use this command."
}