2021-04-25 22:40:02 +03:00
|
|
|
{
|
|
|
|
"bot": {
|
2021-05-03 17:19:00 +03:00
|
|
|
"missing_permissions": {
|
|
|
|
"title": "⚠️",
|
|
|
|
"description": "Discord Tickets requires the following permissions:\n%s"
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
|
|
|
|
},
|
|
|
|
"cmd_usage": {
|
|
|
|
"args": {
|
|
|
|
"description": "**Description:** %s",
|
|
|
|
"example": "**Example:** `%s`"
|
|
|
|
},
|
|
|
|
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
|
2021-05-11 13:04:23 +03:00
|
|
|
"invalid_named_args": {
|
|
|
|
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.",
|
|
|
|
"title": ":x: Invalid syntax"
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"named_args": "This command uses named arguments.\n\n",
|
|
|
|
"title": "`%s` command usage"
|
|
|
|
},
|
|
|
|
"collector_expires_in": "Expires in %d seconds",
|
|
|
|
"commands": {
|
|
|
|
"blacklist": {
|
|
|
|
"aliases": {
|
|
|
|
"unblacklist": "unblacklist"
|
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"member_or_role": {
|
|
|
|
"description": "A member mention, a role mention, or the ID of a member or role",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "@NaughtyMember",
|
|
|
|
"name": "memberOrRole"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Blacklist/unblacklist a member from interacting with the bot",
|
|
|
|
"name": "blacklist",
|
|
|
|
"response": {
|
|
|
|
"empty_list": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
|
|
|
|
"title": "📃 Blacklisted members and roles"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"illegal_action": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "%s is a staff member and cannot be blacklisted.",
|
|
|
|
"title": "❌ You can't blacklist this member"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"list": {
|
|
|
|
"title": "📃 Blacklisted members and roles"
|
|
|
|
},
|
|
|
|
"member_added": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.",
|
|
|
|
"title": "✅ Added member to blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"member_removed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
|
|
|
|
"title": "✅ Removed member from blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"role_added": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.",
|
|
|
|
"title": "✅ Added role to blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"role_removed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
|
|
|
|
"title": "✅ Removed role from blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"close": {
|
|
|
|
"aliases": {
|
|
|
|
"delete": "delete"
|
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"ticket": {
|
|
|
|
"description": "The number or a channel mention of the ticket to close",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "217",
|
|
|
|
"name": "ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Close a ticket channel",
|
|
|
|
"name": "close",
|
|
|
|
"response": {
|
|
|
|
"closed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"closed_by_member": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"closed_by_member_with_reason": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"closed_with_reason": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"new": {
|
|
|
|
"aliases": {
|
|
|
|
"create": "create",
|
|
|
|
"open": "open"
|
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"topic": {
|
|
|
|
"description": "The topic of the ticket",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "Problem with billing",
|
|
|
|
"name": "topic"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Create a new ticket",
|
|
|
|
"name": "new",
|
|
|
|
"opening_message": {
|
|
|
|
"fields": {
|
|
|
|
"topic": "Topic"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"questions": "Please answer the following questions:\n\n%s",
|
|
|
|
"response": {
|
2021-05-10 20:31:17 +03:00
|
|
|
"claimed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "%s has claimed this ticket.",
|
|
|
|
"title": "✅ Ticket claimed"
|
2021-05-10 20:31:17 +03:00
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"created": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Your ticket has been created: %s.",
|
|
|
|
"title": "✅ Ticket created"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"has_a_ticket": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
|
|
|
|
"title": "❌ You already have an open ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"max_tickets": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
|
|
|
|
"title": "❌ You already have %d open tickets"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"no_categories": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "A server administrator must create at least one ticket category before a new ticket can be opened.",
|
|
|
|
"title": "❌ Can't create ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"select_category": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
|
|
|
|
"title": "🔤 Please select the ticket category"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"select_category_timeout": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You took too long to select the ticket category.",
|
|
|
|
"title": "❌ Reaction time expired"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"request_topic": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please briefly state what this ticket is about in a a few words.",
|
|
|
|
"title": "Ticket topic"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
2021-05-11 13:04:23 +03:00
|
|
|
"panel": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
|
|
|
"category": {
|
|
|
|
"alias": "c",
|
|
|
|
"description": "A category ID",
|
|
|
|
"example": "451745464954650634",
|
|
|
|
"name": "category"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"alias": "d",
|
|
|
|
"description": "The description for the panel message",
|
|
|
|
"example": "\"React to this message to open a ticket.\"",
|
|
|
|
"name": "description"
|
|
|
|
},
|
|
|
|
"emoji": {
|
|
|
|
"alias": "e",
|
|
|
|
"description": "A **unicode** emoji character (escaped emoji)",
|
2021-05-11 14:15:31 +03:00
|
|
|
"example": "🎫",
|
2021-05-11 13:04:23 +03:00
|
|
|
"name": "emoji"
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"alias": "t",
|
|
|
|
"description": "The title for the panel message",
|
|
|
|
"example": "\"Support tickets\"",
|
|
|
|
"name": "title"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Create a new ticket panel",
|
|
|
|
"name": "panel",
|
|
|
|
"response": {}
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"settings": {
|
|
|
|
"aliases": {
|
|
|
|
"config": "config"
|
|
|
|
},
|
|
|
|
"description": "Configure Discord Tickets",
|
|
|
|
"name": "settings",
|
|
|
|
"response": {
|
|
|
|
"updated": "✅ Settings have been updated."
|
|
|
|
}
|
2021-05-03 19:23:02 +03:00
|
|
|
},
|
|
|
|
"transfer": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
|
|
|
"member": {
|
|
|
|
"description": "A member mention or the ID of the member to transfer the ticket to",
|
|
|
|
"example": "@StaffMember",
|
|
|
|
"name": "member"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Transfer a ticket to another staff member",
|
|
|
|
"name": "transfer",
|
|
|
|
"response": {}
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"command_execution_error": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
|
|
|
|
"title": "⚠️"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"message_will_be_deleted_in": "This message will be deleted in %d seconds",
|
2021-05-03 17:01:46 +03:00
|
|
|
"missing_permissions": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You do not have the permissions required to use this command:\n%s",
|
|
|
|
"title": "❌"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"staff_only": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You must be a member of staff to use this command.",
|
|
|
|
"title": "❌"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|