DiscordTickets/src/locales/en-GB.json

63 lines
1.6 KiB
JSON
Raw Normal View History

{
"bot": {
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
},
"cmd_usage": {
"args": {
"description": "**Description:**",
"example": "**Example:**"
},
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
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",
"example": "Problem with billing"
2021-03-15 23:12:58 +02:00
}
},
"description": "Create a new ticket",
"name": "new",
"response": {
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
}
}
},
"settings": {
2021-03-31 00:27:54 +03:00
"aliases": {
"config": "config"
},
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
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask a server administrator to check the console output / logs for details."
},
"missing_perms": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
}
}