DiscordTickets/src/i18n/en-GB.yml

409 lines
12 KiB
YAML
Raw Normal View History

2022-07-21 03:25:37 +03:00
buttons:
accept_close_request:
emoji:
text: Accept
2022-10-10 17:44:13 +03:00
cancel:
emoji: ✖️
2022-10-10 17:44:13 +03:00
text: Cancel
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
reject_close_request:
emoji: ✖️
text: Reject
2022-08-08 23:55:09 +03:00
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
2022-09-29 18:08:46 +03:00
not_pinnable:
description: |
This message can't be pinned.
Please ask an administrator to check the bot's permissions.
title: ❌ Error
not_ticket:
description: You can only pin messages in tickets.
title: ❌ This isn't a ticket channel
pinned:
2022-10-10 17:44:13 +03:00
description: The message has been pinned.
title: ✅ Pinned message
2022-08-02 23:13:32 +03:00
slash:
add:
2022-10-28 19:32:28 +03:00
added: ➡️ {added} has been added by {by}.
2022-08-02 23:13:32 +03:00
description: Add a member to a ticket
name: add
2022-10-28 19:32:28 +03:00
not_staff:
description: Only staff members can add members to others' tickets.
title: ❌ Error
2022-08-02 23:13:32 +03:00
options:
member:
description: The member to add to the ticket
name: member
ticket:
description: The ticket to add the member to
name: ticket
2022-10-28 19:32:28 +03:00
success:
description: "{member} has been added to {ticket}."
title: ✅ Added
2022-08-08 23:55:09 +03:00
claim:
description: Claim a ticket
name: claim
2022-08-02 23:13:32 +03:00
close:
2022-10-10 17:44:13 +03:00
description: Request a ticket to be closed
invalid_time:
description: "`{input}` is not a valid time format."
title: ❌ Invalid
2022-08-02 23:13:32 +03:00
name: close
options:
reason:
2023-02-08 16:33:24 +02:00
description: The reason for closing the ticket
2022-08-02 23:13:32 +03:00
name: reason
force-close:
2022-10-10 17:44:13 +03:00
confirm_multiple:
description: >
2022-10-26 16:13:45 +03:00
You are about to close **{count}** tickets that have been inactive
for more than `{time}`:
2022-10-10 17:44:13 +03:00
{tickets}
title: ❓ Are you sure?
2022-08-02 23:13:32 +03:00
description: Forcibly close a ticket
name: force-close
2022-10-10 17:44:13 +03:00
no_tickets:
description: >-
There are no open tickets that have been inactive for more than
`{time}`.
title: ❌ No tickets
not_staff:
description: Only staff members can force-close tickets.
title: ❌ Error
2022-08-02 23:13:32 +03:00
options:
category:
2022-10-18 19:25:31 +03:00
description: >-
2022-10-26 16:13:45 +03:00
Close all tickets in the specified category (can be used with `time`)
name: category
2022-08-02 23:13:32 +03:00
reason:
description: The reason for closing the ticket(s)
name: reason
2022-10-06 14:49:38 +03:00
ticket:
description: The ticket to close
name: ticket
2022-08-02 23:13:32 +03:00
time:
2022-10-18 19:25:31 +03:00
description: >-
Close all tickets that have been inactive for the specified time
(can be used with `category`)
2022-08-02 23:13:32 +03:00
name: time
2022-10-10 17:44:13 +03:00
help:
description: Show the help menu
name: help
response:
commands: Commands
description: "**Use {command} to create a ticket and get support.**"
links:
commands: Full command list
docs: Documentation
feedback: Feedback
links: Useful links
support: Support
settings: Bot settings
title: Help
move:
description: Move a ticket to another category
2022-10-31 23:15:44 +02:00
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
name: move
options:
category:
description: The category to move the ticket to
name: category
2022-08-02 23:13:32 +03:00
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
LOW: 🟢 Low
2022-10-10 17:44:13 +03:00
MEDIUM: 🟠 Medium
2022-08-02 23:13:32 +03:00
description: The priority of the ticket
name: priority
2022-10-05 20:04:29 +03:00
success:
description: This ticket's priority has been set to `{priority}`.
title: ✅ Priority set
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
2022-10-28 19:32:28 +03:00
not_staff:
description: Only staff members can removed members from others' tickets.
title: ❌ Error
2022-08-02 23:13:32 +03:00
options:
member:
description: The member to remove from the ticket
name: member
ticket:
description: The ticket to remove the member from
name: ticket
2022-10-29 02:33:19 +03:00
removed: ⬅️ {removed} has been removed by {by}.
2022-10-28 19:32:28 +03:00
success:
description: "{member} has been removed from {ticket}."
2022-10-29 02:54:19 +03:00
title: ✅ Removed
2022-08-02 23:13:32 +03:00
tag:
description: Use a tag
name: tag
options:
2022-09-04 23:04:05 +03:00
for:
description: The user to target the tag to
name: for
2022-08-02 23:13:32 +03:00
tag:
description: The name of the tag to use
name: tag
tickets:
description: List your own or someone else's tickets
2022-10-26 16:13:45 +03:00
fields:
2022-08-02 23:13:32 +03:00
name: tickets
2022-10-26 16:13:45 +03:00
not_staff:
description: Only staff members can view others' tickets.
title: ❌ Error
2022-08-02 23:13:32 +03:00
options:
member:
description: The member to list the tickets of
name: member
2022-10-26 16:13:45 +03:00
response:
description: Use {transcript} to download the transcript of a ticket.
fields:
closed:
name: Closed tickets
none:
other: "{user} hasn't made any tickets."
own: |
You haven't made any tickets.
Use {new} to open a ticket.
open:
name: Open tickets
title:
other: "{displayName}'s tickets"
own: Your tickets
2022-10-10 17:44:13 +03:00
topic:
description: Change the topic of a ticket
name: topic
2022-08-02 23:13:32 +03:00
transcript:
2022-10-10 17:44:13 +03:00
description: Get the transcript of a ticket
2022-08-02 23:13:32 +03:00
name: transcript
options:
ticket:
description: The number of the ticket to get the transcript of
name: ticket
transfer:
description: Transfer ownership of a ticket to another member
name: transfer
2022-08-10 21:50:19 +03:00
options:
member:
description: The member to transfer ownership to
name: member
transferred: 📨 {user} has transferred this ticket to {to}.
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
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:
closed:
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
fields:
closed:
name: Closed at
value: "{timestamp} (after {duration})"
closed_by: Closed by
created: Created at
feedback: Your feedback
reason: Closed because
response: Response time
ticket: Ticket
topic: Topic
title: Your ticket has been closed
2022-08-06 00:21:55 +03:00
confirm_open:
2022-10-10 17:44:13 +03:00
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:
2022-10-10 17:44:13 +03:00
joined: "{user} {verb} {targetType}"
2022-07-17 00:18:50 +03:00
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:
2022-10-10 17:44:13 +03:00
joined: "{targetType} {verb}"
2022-07-17 00:18:50 +03:00
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-10-18 19:25:31 +03:00
message:
description: "{user} {verb} a message"
message: Message
title: Message {verb}
verb:
delete: deleted
update: updated
2022-08-09 01:37:47 +03:00
ticket:
2022-10-28 19:32:28 +03:00
added: Added members
2022-10-10 17:44:13 +03:00
description: "{user} {verb} a ticket"
2022-10-28 19:32:28 +03:00
removed: Removed members
2022-08-09 01:37:47 +03:00
ticket: Ticket
title: Ticket {verb}
verb:
2022-08-09 01:43:22 +03:00
claim: claimed
2022-08-09 01:37:47 +03:00
close: closed
2022-10-10 17:44:13 +03:00
create: created
2022-08-09 01:43:22 +03:00
unclaim: released
2022-09-05 14:43:27 +03:00
update: updated
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:
2022-10-31 23:15:44 +02:00
description: |
Sorry, an unexpected error occurred.
Please give this information to an administrator.
fields:
code: Error code
2022-10-10 17:44:13 +03:00
identifier: Identifier
title: ⚠️ Something went wrong
2022-10-10 17:44:13 +03:00
expired:
description: You didn't respond in time. Please try again.
title: ⏰ Expired
expires_in: Expires in {time}
invalid_ticket:
description: Please specify a valid ticket.
title: ❌ Invalid ticket
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:
2022-10-10 17:44:13 +03:00
description: >-
2022-10-26 16:13:45 +03:00
You do not have the roles required to be able to create a ticket in
this category.
2022-08-09 02:21:15 +03:00
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-10-05 20:04:29 +03:00
not_ticket:
2022-10-10 17:44:13 +03:00
description: You can only use this command in tickets.
title: ❌ This isn't a ticket channel
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:
comment:
label: Comment
placeholder: Do you have any additional feedback?
rating:
label: Rating
2023-01-14 00:25:04 +02:00
placeholder: 1-5
title: How did we do?
2022-08-08 23:55:09 +03:00
topic:
label: Topic
placeholder: What is this ticket about?
ticket:
2022-10-10 17:44:13 +03:00
answers:
no_value: "*No response*"
2022-10-29 02:33:19 +03:00
claimed: 🙌 {user} has claimed this ticket.
close:
2023-01-30 17:56:41 +02:00
closed:
2023-02-08 16:34:38 +02:00
description: This channel will be deleted in a few seconds…
2023-01-30 17:56:41 +02:00
title: ✅ Ticket closed
forbidden:
description: You don't have permission to close this ticket.
title: ❌ Error
2023-01-14 00:25:04 +02:00
rejected: ✋ {user} rejected a request to close this ticket.
staff_request:
archived: |
The messages in this channel will be archived for future reference.
description: |
{requestedBy} wants to close this ticket.
Click "Accept" to close it now, or "Reject" if you still need help.
title: ❓ Can this ticket be closed?
user_request:
title: ❓ {requestedBy} wants to close this ticket
2023-01-30 17:56:41 +02:00
wait_for_staff: ✋ Please wait for staff to close this ticket.
wait_for_user: ✋ Please wait for the user to respond.
2022-08-08 23:55:09 +03:00
created:
2022-10-10 17:44:13 +03:00
description: "Your ticket channel has been created: {channel}."
2022-08-08 23:55:09 +03:00
title: ✅ Ticket created
2022-09-05 14:43:27 +03:00
edited:
description: Your changes have been saved.
title: ✅ Ticket updated
2023-01-14 00:25:04 +02:00
feedback: Thank you for your feedback.
opening_message:
content: |
{staff}
{creator} has created a new ticket
fields:
topic: Topic
references_message:
2022-10-10 17:44:13 +03:00
description: References [a message]({url}) sent {timestamp} by {author}.
title: Reference
references_ticket:
2022-10-10 17:44:13 +03:00
description: "This ticket is related to a previous ticket:"
fields:
date: Created at
number: Number
topic: Topic
title: Reference
released: ♻️ {user} has released this ticket.