DiscordTickets/src/i18n/en-GB.yml

240 lines
6.2 KiB
YAML
Raw Normal View History

2022-07-21 03:25:37 +03:00
buttons:
2022-08-08 23:55:09 +03:00
claim:
emoji: 🙌
text: Claim
close:
emoji: ✖️
text: Close
2022-08-06 00:21:55 +03:00
confirm_open:
emoji:
text: Create ticket
2022-07-21 03:25:37 +03:00
create:
2022-08-02 23:13:32 +03:00
emoji: 🎫
text: Create a ticket
2022-08-08 23:55:09 +03:00
edit:
emoji: ✏️
text: Edit
unclaim:
emoji: ♻️
text: Release
2022-07-21 03:25:37 +03:00
commands:
2022-08-02 23:13:32 +03:00
message:
create:
name: Create a ticket from message
pin:
name: Pin message
slash:
add:
description: Add a member to a ticket
name: add
options:
member:
description: The member to add to the ticket
name: member
ticket:
description: The ticket to add the member to
name: ticket
2022-08-08 23:55:09 +03:00
claim:
description: Claim a ticket
name: claim
2022-08-02 23:13:32 +03:00
close:
description: Close a ticket
name: close
options:
reason:
description: The reason for closing the ticket(s)
name: reason
2022-08-14 01:58:41 +03:00
ticket:
description: The ticket to close
name: ticket
2022-08-02 23:13:32 +03:00
time:
description: Close all tickets that have been inactive for the specific time
name: time
force-close:
description: Forcibly close a ticket
name: force-close
options:
channel:
description: The ticket channel to close
name: channel
number:
description: The number of the ticket to close
name: number
reason:
description: The reason for closing the ticket(s)
name: reason
time:
description: Close all tickets that have been inactive for the specific time
name: time
new:
description: Create a new ticket
name: new
options:
references:
description: The number of a related ticket
name: references
priority:
description: Set the priority of a ticket
name: priority
options:
priority:
choices:
HIGH: 🔴 High
MEDIUM: 🟠 Medium
LOW: 🟢 Low
description: The priority of the ticket
name: priority
2022-08-08 23:55:09 +03:00
release:
description: Release (unclaim) a ticket
name: release
2022-08-02 23:13:32 +03:00
remove:
description: Remove a member from a ticket
name: remove
options:
member:
description: The member to remove from the ticket
name: member
ticket:
description: The ticket to remove the member from
name: ticket
tag:
description: Use a tag
name: tag
options:
tag:
description: The name of the tag to use
name: tag
topic:
description: Change the topic of a ticket
name: topic
tickets:
description: List your own or someone else's tickets
name: tickets
options:
member:
description: The member to list the tickets of
name: member
transcript:
description: Get the transcript of a ticket
name: transcript
options:
ticket:
description: The number of the ticket to get the transcript of
name: ticket
2022-08-10 21:50:19 +03:00
transfer:
description: Transfer a ticket to another category
name: transfer
options:
category:
description: The category to transfer the ticket to
name: category
2022-08-02 23:13:32 +03:00
user:
create:
name: Create a ticket for user
2022-08-06 00:21:55 +03:00
dm:
confirm_open:
title: 'Do you want to open a ticket with the following topic?'
2022-07-17 00:18:50 +03:00
log:
admin:
2022-08-02 23:13:32 +03:00
changes: Changes
2022-07-17 00:18:50 +03:00
description:
joined: '{user} {verb} {targetType}'
target:
2022-08-02 23:13:32 +03:00
category: a category
panel: a panel
question: a question
settings: the settings
tag: a tag
2022-07-17 00:18:50 +03:00
title:
joined: '{targetType} {verb}'
target:
2022-08-02 23:13:32 +03:00
category: Category
panel: Panel
question: Question
settings: Settings
tag: Tag
2022-07-17 00:18:50 +03:00
verb:
2022-08-02 23:13:32 +03:00
create: created
delete: deleted
update: updated
2022-08-09 01:37:47 +03:00
ticket:
2022-08-09 02:21:15 +03:00
description: '{user} {verb} a ticket'
2022-08-09 01:37:47 +03:00
ticket: Ticket
title: Ticket {verb}
verb:
create: created
2022-08-09 01:43:22 +03:00
claim: claimed
2022-08-09 01:37:47 +03:00
close: closed
2022-08-09 01:43:22 +03:00
unclaim: released
2022-07-21 03:25:37 +03:00
menus:
2022-08-06 00:21:55 +03:00
category:
placeholder: Select a ticket category
guild:
placeholder: Select a server
misc:
2022-08-09 02:09:28 +03:00
blocked:
description: You are not allowed to create tickets.
title: ❌ Blocked
2022-08-09 03:19:03 +03:00
category_full:
description: |
The category has reached its maximum capacity.
Please try again later.
title: ❌ Category full
cooldown:
description: Please wait {time} before creating another ticket in this category.
title: ❌ Please wait
error:
description: Sorry, an unexpected error occurred.
fields:
identifier: Identifier
title: ⚠️ Something's wrong
2022-08-09 03:19:03 +03:00
member_limit:
description:
- Please use your existing ticket or close it before creating another.
- |
Please close a ticket before creating another.
Use `/tickets` to view your existing tickets.
2022-08-09 03:19:03 +03:00
title:
- ❌ You already have a ticket
- ❌ You already have %d open tickets
2022-08-09 02:21:15 +03:00
missing_roles:
description: You do not have the roles required to be able to create a ticket in this category.
title: ❌ Insufficient roles
2022-08-06 00:21:55 +03:00
no_categories:
description: No ticket categories have been configured.
2022-08-06 23:58:02 +03:00
title: ❌ There are no ticket categories
2022-08-07 00:50:28 +03:00
ratelimited:
description: Try again in a few seconds.
title: 🐢 Please slow down
2022-08-06 23:58:02 +03:00
unknown_category:
description: Please try a different category.
title: ❌ That ticket category doesn't exist
2022-08-08 23:55:09 +03:00
modals:
feedback:
title: Feedback
topic:
label: Topic
placeholder: What is this ticket about?
ticket:
2022-08-08 23:55:09 +03:00
created:
description: 'Your ticket channel has been created: {channel}.'
title: ✅ Ticket created
answers:
no_value: '*No response*'
opening_message:
content: |
{staff}
{creator} has created a new ticket
fields:
topic: Topic
references_message:
description: 'References [a message]({url}) sent {timestamp} by {author}.'
title: Reference
references_ticket:
description: 'This ticket is related to a previous ticket:'
fields:
date: Created at
number: Number
topic: Topic
title: Reference