mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 07:43:08 +02:00
commit
ddd9375736
@ -380,6 +380,14 @@ misc:
|
|||||||
> [Changelog]({changelog})
|
> [Changelog]({changelog})
|
||||||
> [Aktualizačná príručka]({guide})
|
> [Aktualizačná príručka]({guide})
|
||||||
title: Aktualizácia je dostupná
|
title: Aktualizácia je dostupná
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
comment:
|
comment:
|
||||||
|
456
src/i18n/da.yml
456
src/i18n/da.yml
@ -1 +1,455 @@
|
|||||||
{}
|
buttons:
|
||||||
|
accept_close_request:
|
||||||
|
emoji: ✅
|
||||||
|
text: Accept
|
||||||
|
claim:
|
||||||
|
emoji: 🙌
|
||||||
|
text: Claim
|
||||||
|
unclaim:
|
||||||
|
text: Release
|
||||||
|
emoji: ♻️
|
||||||
|
cancel:
|
||||||
|
emoji: ➖
|
||||||
|
text: Cancel
|
||||||
|
close:
|
||||||
|
emoji: ✖️
|
||||||
|
text: Close
|
||||||
|
confirm_open:
|
||||||
|
emoji: ✅
|
||||||
|
text: Create ticket
|
||||||
|
create:
|
||||||
|
emoji: 🎫
|
||||||
|
text: Create a ticket
|
||||||
|
edit:
|
||||||
|
emoji: ✏️
|
||||||
|
text: Edit
|
||||||
|
reject_close_request:
|
||||||
|
emoji: ✖️
|
||||||
|
text: Reject
|
||||||
|
commands:
|
||||||
|
message:
|
||||||
|
pin:
|
||||||
|
not_pinnable:
|
||||||
|
description: "This message can't be pinned.\nPlease ask an administrator to
|
||||||
|
check the bot's permissions.\n"
|
||||||
|
title: ❌ Error
|
||||||
|
not_ticket:
|
||||||
|
description: You can only pin messages in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
name: Pin message
|
||||||
|
pinned:
|
||||||
|
description: The message has been pinned.
|
||||||
|
title: ✅ Pinned message
|
||||||
|
create:
|
||||||
|
name: Create ticket from message
|
||||||
|
slash:
|
||||||
|
add:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can add members to others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
added: ➡️ {added} has been added by {by}.
|
||||||
|
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
|
||||||
|
success:
|
||||||
|
description: '{member} has been added to {ticket}.'
|
||||||
|
title: ✅ Added
|
||||||
|
close:
|
||||||
|
invalid_time:
|
||||||
|
description: '`{input}` is not a valid time format.'
|
||||||
|
title: ❌ Invalid
|
||||||
|
description: Request a ticket to be closed
|
||||||
|
name: close
|
||||||
|
options:
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket
|
||||||
|
name: reason
|
||||||
|
force-close:
|
||||||
|
confirm_multiple:
|
||||||
|
description: "You are about to close **{count}** tickets that have been inactive
|
||||||
|
for more than `{time}`:\n{tickets}\n"
|
||||||
|
title: ❓ Are you sure?
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
|
name: category
|
||||||
|
ticket:
|
||||||
|
description: The ticket to close
|
||||||
|
name: ticket
|
||||||
|
time:
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
|
name: time
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
|
name: reason
|
||||||
|
closed_one:
|
||||||
|
description: The channel will be deleted in a few seconds.
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
confirmed_multiple:
|
||||||
|
description: The channels will be deleted in a few seconds.
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
name: force-close
|
||||||
|
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
|
||||||
|
move:
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
|
description: Move a ticket to another category
|
||||||
|
name: move
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can move tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
description: The category to move the ticket to
|
||||||
|
name: category
|
||||||
|
priority:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Set the priority of a ticket
|
||||||
|
name: priority
|
||||||
|
options:
|
||||||
|
priority:
|
||||||
|
choices:
|
||||||
|
HIGH: 🔴 High
|
||||||
|
LOW: 🟢 Low
|
||||||
|
MEDIUM: 🟠 Medium
|
||||||
|
description: The priority of the ticket
|
||||||
|
name: priority
|
||||||
|
success:
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
title: ✅ Priority set
|
||||||
|
remove:
|
||||||
|
description: Remove a member from a ticket
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to remove from the ticket
|
||||||
|
name: member
|
||||||
|
ticket:
|
||||||
|
description: The ticket to remove the member from
|
||||||
|
name: ticket
|
||||||
|
success:
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
|
title: ✅ Removed
|
||||||
|
name: remove
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
removed: ⬅️ {removed} has been removed by {by}.
|
||||||
|
tickets:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
response:
|
||||||
|
fields:
|
||||||
|
closed:
|
||||||
|
none:
|
||||||
|
own: "You haven't made any tickets.\nUse {new} to open a ticket.\n"
|
||||||
|
other: "{user} hasn't made any tickets."
|
||||||
|
name: Closed tickets
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
description: Use {transcript} to download the transcript of a ticket.
|
||||||
|
title:
|
||||||
|
other: "{displayName}'s tickets"
|
||||||
|
own: Your 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:
|
||||||
|
options:
|
||||||
|
ticket:
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
name: ticket
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
transfer:
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
name: transfer
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to transfer ownership to
|
||||||
|
name: member
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
|
claim:
|
||||||
|
description: Claim a ticket
|
||||||
|
name: claim
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can claim tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
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
|
||||||
|
new:
|
||||||
|
description: Create a new ticket
|
||||||
|
name: new
|
||||||
|
options:
|
||||||
|
references:
|
||||||
|
description: The number of a related ticket
|
||||||
|
name: references
|
||||||
|
release:
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
name: release
|
||||||
|
tag:
|
||||||
|
description: Use a tag
|
||||||
|
name: tag
|
||||||
|
options:
|
||||||
|
for:
|
||||||
|
description: The user to target the tag to
|
||||||
|
name: for
|
||||||
|
tag:
|
||||||
|
description: The name of the tag to use
|
||||||
|
name: tag
|
||||||
|
topic:
|
||||||
|
description: Change the topic of a ticket
|
||||||
|
name: topic
|
||||||
|
user:
|
||||||
|
create:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
|
name: Create ticket for user
|
||||||
|
prompt:
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
title: Please create a ticket
|
||||||
|
dm:
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
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
|
||||||
|
log:
|
||||||
|
message:
|
||||||
|
description: '{user} {verb} a message'
|
||||||
|
message: Message
|
||||||
|
title: Message {verb}
|
||||||
|
verb:
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
ticket:
|
||||||
|
verb:
|
||||||
|
update: updated
|
||||||
|
claim: claimed
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
title: Ticket {verb}
|
||||||
|
admin:
|
||||||
|
changes: Changes
|
||||||
|
description:
|
||||||
|
joined: '{user} {verb} {targetType}'
|
||||||
|
target:
|
||||||
|
category: a category
|
||||||
|
panel: a panel
|
||||||
|
question: a question
|
||||||
|
settings: the settings
|
||||||
|
tag: a tag
|
||||||
|
title:
|
||||||
|
joined: '{targetType} {verb}'
|
||||||
|
target:
|
||||||
|
category: Category
|
||||||
|
panel: Panel
|
||||||
|
question: Question
|
||||||
|
settings: Settings
|
||||||
|
tag: Tag
|
||||||
|
verb:
|
||||||
|
create: created
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
misc:
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
missing_roles:
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
category_full:
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
title: ❌ Category full
|
||||||
|
cooldown:
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
title: ❌ Please wait
|
||||||
|
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
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
|
modals:
|
||||||
|
topic:
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
label: Topic
|
||||||
|
feedback:
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
title: How did we do?
|
||||||
|
ticket:
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
close:
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
staff_request:
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
forbidden:
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
title: ❌ Error
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
feedback: Thank you for your feedback.
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
opening_message:
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
|
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
|
||||||
|
menus:
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
|
guild:
|
||||||
|
placeholder: Select a server
|
||||||
|
@ -359,6 +359,14 @@ misc:
|
|||||||
description: "> [`{version}` auf GitHub anzeigen]({github})\n> [Änderungsprotokoll]({changelog})\n
|
description: "> [`{version}` auf GitHub anzeigen]({github})\n> [Änderungsprotokoll]({changelog})\n
|
||||||
> [Anleitung aktualisieren]({guide})\n"
|
> [Anleitung aktualisieren]({guide})\n"
|
||||||
title: Eine Aktualisierung ist verfügbar
|
title: Eine Aktualisierung ist verfügbar
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
comment:
|
comment:
|
||||||
|
452
src/i18n/el.yml
452
src/i18n/el.yml
@ -1,3 +1,455 @@
|
|||||||
buttons:
|
buttons:
|
||||||
accept_close_request:
|
accept_close_request:
|
||||||
emoji: ✅
|
emoji: ✅
|
||||||
|
text: Accept
|
||||||
|
close:
|
||||||
|
emoji: ✖️
|
||||||
|
text: Close
|
||||||
|
cancel:
|
||||||
|
emoji: ➖
|
||||||
|
text: Cancel
|
||||||
|
claim:
|
||||||
|
emoji: 🙌
|
||||||
|
text: Claim
|
||||||
|
confirm_open:
|
||||||
|
emoji: ✅
|
||||||
|
text: Create ticket
|
||||||
|
create:
|
||||||
|
emoji: 🎫
|
||||||
|
text: Create a ticket
|
||||||
|
edit:
|
||||||
|
emoji: ✏️
|
||||||
|
text: Edit
|
||||||
|
reject_close_request:
|
||||||
|
emoji: ✖️
|
||||||
|
text: Reject
|
||||||
|
unclaim:
|
||||||
|
emoji: ♻️
|
||||||
|
text: Release
|
||||||
|
commands:
|
||||||
|
message:
|
||||||
|
create:
|
||||||
|
name: Create ticket from message
|
||||||
|
pin:
|
||||||
|
not_pinnable:
|
||||||
|
description: "This message can't be pinned.\nPlease ask an administrator to
|
||||||
|
check the bot's permissions.\n"
|
||||||
|
title: ❌ Error
|
||||||
|
name: Pin message
|
||||||
|
not_ticket:
|
||||||
|
description: You can only pin messages in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
pinned:
|
||||||
|
description: The message has been pinned.
|
||||||
|
title: ✅ Pinned message
|
||||||
|
slash:
|
||||||
|
add:
|
||||||
|
not_staff:
|
||||||
|
title: ❌ Error
|
||||||
|
description: Only staff members can add members to others' tickets.
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to add to the ticket
|
||||||
|
name: member
|
||||||
|
ticket:
|
||||||
|
description: The ticket to add the member to
|
||||||
|
name: ticket
|
||||||
|
added: ➡️ {added} has been added by {by}.
|
||||||
|
description: Add a member to a ticket
|
||||||
|
name: add
|
||||||
|
success:
|
||||||
|
description: '{member} has been added to {ticket}.'
|
||||||
|
title: ✅ Added
|
||||||
|
claim:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can claim tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Claim a ticket
|
||||||
|
name: claim
|
||||||
|
force-close:
|
||||||
|
confirm_multiple:
|
||||||
|
description: "You are about to close **{count}** tickets that have been inactive
|
||||||
|
for more than `{time}`:\n{tickets}\n"
|
||||||
|
title: ❓ Are you sure?
|
||||||
|
no_tickets:
|
||||||
|
description: There are no open tickets that have been inactive for more than
|
||||||
|
`{time}`.
|
||||||
|
title: ❌ No tickets
|
||||||
|
options:
|
||||||
|
time:
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
|
name: time
|
||||||
|
category:
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
|
name: category
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
|
name: reason
|
||||||
|
ticket:
|
||||||
|
description: The ticket to close
|
||||||
|
name: ticket
|
||||||
|
closed_one:
|
||||||
|
description: The channel will be deleted in a few seconds.
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
confirmed_multiple:
|
||||||
|
description: The channels will be deleted in a few seconds.
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
name: force-close
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can force-close tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
help:
|
||||||
|
response:
|
||||||
|
links:
|
||||||
|
commands: Full command list
|
||||||
|
docs: Documentation
|
||||||
|
feedback: Feedback
|
||||||
|
links: Useful links
|
||||||
|
support: Support
|
||||||
|
commands: Commands
|
||||||
|
description: '**Use {command} to create a ticket and get support.**'
|
||||||
|
settings: Bot settings
|
||||||
|
description: Show the help menu
|
||||||
|
name: help
|
||||||
|
title: Help
|
||||||
|
move:
|
||||||
|
description: Move a ticket to another category
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
description: The category to move the ticket to
|
||||||
|
name: category
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
|
name: move
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can move tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
priority:
|
||||||
|
options:
|
||||||
|
priority:
|
||||||
|
description: The priority of the ticket
|
||||||
|
choices:
|
||||||
|
HIGH: 🔴 High
|
||||||
|
LOW: 🟢 Low
|
||||||
|
MEDIUM: 🟠 Medium
|
||||||
|
name: priority
|
||||||
|
description: Set the priority of a ticket
|
||||||
|
name: priority
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
success:
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
title: ✅ Priority set
|
||||||
|
remove:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
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
|
||||||
|
removed: ⬅️ {removed} has been removed by {by}.
|
||||||
|
success:
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
|
title: ✅ Removed
|
||||||
|
tag:
|
||||||
|
options:
|
||||||
|
for:
|
||||||
|
description: The user to target the tag to
|
||||||
|
name: for
|
||||||
|
tag:
|
||||||
|
description: The name of the tag to use
|
||||||
|
name: tag
|
||||||
|
description: Use a tag
|
||||||
|
name: tag
|
||||||
|
tickets:
|
||||||
|
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.\nUse {new} to open a ticket.\n"
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
title:
|
||||||
|
other: "{displayName}'s tickets"
|
||||||
|
own: Your tickets
|
||||||
|
description: List your own or someone else's tickets
|
||||||
|
name: tickets
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to list the tickets of
|
||||||
|
name: member
|
||||||
|
transcript:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
ticket:
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
name: ticket
|
||||||
|
transfer:
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
name: transfer
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to transfer ownership to
|
||||||
|
name: member
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
close:
|
||||||
|
description: Request a ticket to be closed
|
||||||
|
invalid_time:
|
||||||
|
description: '`{input}` is not a valid time format.'
|
||||||
|
title: ❌ Invalid
|
||||||
|
name: close
|
||||||
|
options:
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket
|
||||||
|
name: reason
|
||||||
|
new:
|
||||||
|
description: Create a new ticket
|
||||||
|
name: new
|
||||||
|
options:
|
||||||
|
references:
|
||||||
|
description: The number of a related ticket
|
||||||
|
name: references
|
||||||
|
release:
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
name: release
|
||||||
|
topic:
|
||||||
|
description: Change the topic of a ticket
|
||||||
|
name: topic
|
||||||
|
user:
|
||||||
|
create:
|
||||||
|
prompt:
|
||||||
|
title: Please create a ticket
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
name: Create ticket for user
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
|
dm:
|
||||||
|
closed:
|
||||||
|
fields:
|
||||||
|
closed:
|
||||||
|
value: '{timestamp} (after {duration})'
|
||||||
|
name: Closed at
|
||||||
|
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
|
||||||
|
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
log:
|
||||||
|
admin:
|
||||||
|
description:
|
||||||
|
target:
|
||||||
|
settings: the settings
|
||||||
|
category: a category
|
||||||
|
panel: a panel
|
||||||
|
question: a question
|
||||||
|
tag: a tag
|
||||||
|
joined: '{user} {verb} {targetType}'
|
||||||
|
changes: Changes
|
||||||
|
title:
|
||||||
|
joined: '{targetType} {verb}'
|
||||||
|
target:
|
||||||
|
category: Category
|
||||||
|
panel: Panel
|
||||||
|
question: Question
|
||||||
|
settings: Settings
|
||||||
|
tag: Tag
|
||||||
|
verb:
|
||||||
|
create: created
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
message:
|
||||||
|
verb:
|
||||||
|
update: updated
|
||||||
|
delete: deleted
|
||||||
|
description: '{user} {verb} a message'
|
||||||
|
message: Message
|
||||||
|
title: Message {verb}
|
||||||
|
ticket:
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
title: Ticket {verb}
|
||||||
|
verb:
|
||||||
|
claim: claimed
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
update: updated
|
||||||
|
menus:
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
|
guild:
|
||||||
|
placeholder: Select a server
|
||||||
|
misc:
|
||||||
|
category_full:
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
title: ❌ Category full
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
expired:
|
||||||
|
description: You didn't respond in time. Please try again.
|
||||||
|
title: ⏰ Expired
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
cooldown:
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
title: ❌ Please wait
|
||||||
|
expires_in: Expires in {time}
|
||||||
|
invalid_ticket:
|
||||||
|
description: Please specify a valid ticket.
|
||||||
|
title: ❌ Invalid ticket
|
||||||
|
missing_roles:
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
|
modals:
|
||||||
|
topic:
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
label: Topic
|
||||||
|
feedback:
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
title: How did we do?
|
||||||
|
ticket:
|
||||||
|
close:
|
||||||
|
forbidden:
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
title: ❌ Error
|
||||||
|
staff_request:
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
references_ticket:
|
||||||
|
description: 'This ticket is related to a previous ticket:'
|
||||||
|
fields:
|
||||||
|
date: Created at
|
||||||
|
number: Number
|
||||||
|
topic: Topic
|
||||||
|
title: ℹ️ Reference
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
feedback: Thank you for your feedback.
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
opening_message:
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
|
fields:
|
||||||
|
topic: Topic
|
||||||
|
references_message:
|
||||||
|
description: References [a message]({url}) sent {timestamp} by {author}.
|
||||||
|
title: ℹ️ Reference
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
288
src/i18n/fi.yml
288
src/i18n/fi.yml
@ -7,6 +7,8 @@ commands:
|
|||||||
name: Kiinnitä viesti
|
name: Kiinnitä viesti
|
||||||
not_pinnable:
|
not_pinnable:
|
||||||
title: ❌ Virhe
|
title: ❌ Virhe
|
||||||
|
description: "This message can't be pinned.\nPlease ask an administrator to
|
||||||
|
check the bot's permissions.\n"
|
||||||
pinned:
|
pinned:
|
||||||
description: Viesti on kiinnitetty.
|
description: Viesti on kiinnitetty.
|
||||||
title: ✅ Kiinnitetty viesti
|
title: ✅ Kiinnitetty viesti
|
||||||
@ -33,19 +35,40 @@ commands:
|
|||||||
force-close:
|
force-close:
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Virhe
|
title: ❌ Virhe
|
||||||
|
description: Only staff members can force-close tickets.
|
||||||
no_tickets:
|
no_tickets:
|
||||||
title: ❌ Ei tikettejä
|
title: ❌ Ei tikettejä
|
||||||
|
description: There are no open tickets that have been inactive for more than
|
||||||
|
`{time}`.
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
name: kategoria
|
name: kategoria
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
reason:
|
reason:
|
||||||
name: syy
|
name: syy
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
ticket:
|
ticket:
|
||||||
name: tiketti
|
name: tiketti
|
||||||
|
description: The ticket to close
|
||||||
time:
|
time:
|
||||||
name: aika
|
name: aika
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
confirm_multiple:
|
confirm_multiple:
|
||||||
title: ❓ Oletko varma?
|
title: ❓ Oletko varma?
|
||||||
|
description: "You are about to close **{count}** tickets that have been inactive
|
||||||
|
for more than `{time}`:\n{tickets}\n"
|
||||||
|
closed_one:
|
||||||
|
description: The channel will be deleted in a few seconds.
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
confirmed_multiple:
|
||||||
|
description: The channels will be deleted in a few seconds.
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
name: force-close
|
||||||
help:
|
help:
|
||||||
description: Näyttää apua valikon
|
description: Näyttää apua valikon
|
||||||
response:
|
response:
|
||||||
@ -54,8 +77,10 @@ commands:
|
|||||||
links: Hyödyllisiä linkkejä
|
links: Hyödyllisiä linkkejä
|
||||||
support: Tuki
|
support: Tuki
|
||||||
commands: Koko komento lista
|
commands: Koko komento lista
|
||||||
|
docs: Documentation
|
||||||
settings: Botin asetukset
|
settings: Botin asetukset
|
||||||
commands: Komennot
|
commands: Komennot
|
||||||
|
description: '**Use {command} to create a ticket and get support.**'
|
||||||
title: Apua
|
title: Apua
|
||||||
name: apua
|
name: apua
|
||||||
move:
|
move:
|
||||||
@ -63,7 +88,12 @@ commands:
|
|||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
name: kategoria
|
name: kategoria
|
||||||
|
description: The category to move the ticket to
|
||||||
description: Siirrä tiketti toiseen kategoriaan
|
description: Siirrä tiketti toiseen kategoriaan
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can move tickets.
|
||||||
|
title: ❌ Error
|
||||||
remove:
|
remove:
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
@ -71,15 +101,20 @@ commands:
|
|||||||
name: jäsen
|
name: jäsen
|
||||||
ticket:
|
ticket:
|
||||||
name: tiketti
|
name: tiketti
|
||||||
|
description: The ticket to remove the member from
|
||||||
name: poista
|
name: poista
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Virhe
|
title: ❌ Virhe
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
success:
|
success:
|
||||||
title: ✅ Poistettu
|
title: ✅ Poistettu
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
description: Poista jäsen tiketistä
|
description: Poista jäsen tiketistä
|
||||||
|
removed: ⬅️ {removed} has been removed by {by}.
|
||||||
close:
|
close:
|
||||||
invalid_time:
|
invalid_time:
|
||||||
title: ❌ Virheellinen
|
title: ❌ Virheellinen
|
||||||
|
description: '`{input}` is not a valid time format.'
|
||||||
name: sulje
|
name: sulje
|
||||||
options:
|
options:
|
||||||
reason:
|
reason:
|
||||||
@ -91,9 +126,14 @@ commands:
|
|||||||
name: varaa
|
name: varaa
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Virhe
|
title: ❌ Virhe
|
||||||
|
description: Only staff members can claim tickets.
|
||||||
new:
|
new:
|
||||||
description: Luo uusi tiketti
|
description: Luo uusi tiketti
|
||||||
name: uusi
|
name: uusi
|
||||||
|
options:
|
||||||
|
references:
|
||||||
|
description: The number of a related ticket
|
||||||
|
name: references
|
||||||
priority:
|
priority:
|
||||||
options:
|
options:
|
||||||
priority:
|
priority:
|
||||||
@ -101,11 +141,23 @@ commands:
|
|||||||
LOW: 🟢 Hidas
|
LOW: 🟢 Hidas
|
||||||
HIGH: 🔴 Kiireellinen
|
HIGH: 🔴 Kiireellinen
|
||||||
MEDIUM: 🟠 Normaali
|
MEDIUM: 🟠 Normaali
|
||||||
|
description: The priority of the ticket
|
||||||
|
name: priority
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Set the priority of a ticket
|
||||||
|
name: priority
|
||||||
|
success:
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
title: ✅ Priority set
|
||||||
topic:
|
topic:
|
||||||
name: aihe
|
name: aihe
|
||||||
|
description: Change the topic of a ticket
|
||||||
tickets:
|
tickets:
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Virhe
|
title: ❌ Virhe
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
response:
|
response:
|
||||||
title:
|
title:
|
||||||
other: '{displayName} tiketit'
|
other: '{displayName} tiketit'
|
||||||
@ -113,21 +165,65 @@ commands:
|
|||||||
fields:
|
fields:
|
||||||
closed:
|
closed:
|
||||||
name: Suljetut tiketit
|
name: Suljetut tiketit
|
||||||
|
none:
|
||||||
|
other: "{user} hasn't made any tickets."
|
||||||
|
own: "You haven't made any tickets.\nUse {new} to open a ticket.\n"
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
description: Use {transcript} to download the transcript of a ticket.
|
||||||
name: tiketit
|
name: tiketit
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: jäsen
|
name: jäsen
|
||||||
|
description: The member to list the tickets of
|
||||||
|
description: List your own or someone else's tickets
|
||||||
transfer:
|
transfer:
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: jäsen
|
name: jäsen
|
||||||
|
description: The member to transfer ownership to
|
||||||
name: siirrä
|
name: siirrä
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
transcript:
|
transcript:
|
||||||
options:
|
options:
|
||||||
ticket:
|
ticket:
|
||||||
name: tiketti
|
name: tiketti
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
release:
|
release:
|
||||||
name: julkaise
|
name: julkaise
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
tag:
|
||||||
|
description: Use a tag
|
||||||
|
name: tag
|
||||||
|
options:
|
||||||
|
for:
|
||||||
|
description: The user to target the tag to
|
||||||
|
name: for
|
||||||
|
tag:
|
||||||
|
description: The name of the tag to use
|
||||||
|
name: tag
|
||||||
|
user:
|
||||||
|
create:
|
||||||
|
name: Create ticket for user
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
prompt:
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
title: Please create a ticket
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
buttons:
|
buttons:
|
||||||
close:
|
close:
|
||||||
text: Sulje
|
text: Sulje
|
||||||
@ -160,8 +256,200 @@ ticket:
|
|||||||
opening_message:
|
opening_message:
|
||||||
fields:
|
fields:
|
||||||
topic: Aihe
|
topic: Aihe
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
references_ticket:
|
references_ticket:
|
||||||
fields:
|
fields:
|
||||||
topic: Aihe
|
topic: Aihe
|
||||||
number: Numero
|
number: Numero
|
||||||
|
date: Created at
|
||||||
|
description: 'This ticket is related to a previous ticket:'
|
||||||
|
title: ℹ️ Reference
|
||||||
feedback: Kiitos palautteestasi.
|
feedback: Kiitos palautteestasi.
|
||||||
|
close:
|
||||||
|
forbidden:
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
title: ❌ Error
|
||||||
|
staff_request:
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
references_message:
|
||||||
|
description: References [a message]({url}) sent {timestamp} by {author}.
|
||||||
|
title: ℹ️ Reference
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
dm:
|
||||||
|
closed:
|
||||||
|
fields:
|
||||||
|
feedback: Your feedback
|
||||||
|
reason: Closed because
|
||||||
|
closed:
|
||||||
|
name: Closed at
|
||||||
|
value: '{timestamp} (after {duration})'
|
||||||
|
closed_by: Closed by
|
||||||
|
created: Created at
|
||||||
|
response: Response time
|
||||||
|
ticket: Ticket
|
||||||
|
topic: Topic
|
||||||
|
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||||
|
title: Your ticket has been closed
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
log:
|
||||||
|
admin:
|
||||||
|
description:
|
||||||
|
target:
|
||||||
|
settings: the settings
|
||||||
|
category: a category
|
||||||
|
panel: a panel
|
||||||
|
question: a question
|
||||||
|
tag: a tag
|
||||||
|
joined: '{user} {verb} {targetType}'
|
||||||
|
changes: Changes
|
||||||
|
title:
|
||||||
|
joined: '{targetType} {verb}'
|
||||||
|
target:
|
||||||
|
category: Category
|
||||||
|
panel: Panel
|
||||||
|
question: Question
|
||||||
|
settings: Settings
|
||||||
|
tag: Tag
|
||||||
|
verb:
|
||||||
|
create: created
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
message:
|
||||||
|
verb:
|
||||||
|
update: updated
|
||||||
|
delete: deleted
|
||||||
|
description: '{user} {verb} a message'
|
||||||
|
message: Message
|
||||||
|
title: Message {verb}
|
||||||
|
ticket:
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
title: Ticket {verb}
|
||||||
|
verb:
|
||||||
|
claim: claimed
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
update: updated
|
||||||
|
menus:
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
|
guild:
|
||||||
|
placeholder: Select a server
|
||||||
|
misc:
|
||||||
|
category_full:
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
title: ❌ Category full
|
||||||
|
expired:
|
||||||
|
description: You didn't respond in time. Please try again.
|
||||||
|
title: ⏰ Expired
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
missing_roles:
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
cooldown:
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
title: ❌ Please wait
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
expires_in: Expires in {time}
|
||||||
|
invalid_ticket:
|
||||||
|
description: Please specify a valid ticket.
|
||||||
|
title: ❌ Invalid ticket
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
|
modals:
|
||||||
|
feedback:
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
title: How did we do?
|
||||||
|
topic:
|
||||||
|
label: Topic
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
@ -101,6 +101,14 @@ commands:
|
|||||||
description: "Vous êtes sur le point de clôturer **{count}** tickets inactifs
|
description: "Vous êtes sur le point de clôturer **{count}** tickets inactifs
|
||||||
depuis plus de `{time}` :\n{tickets}\n"
|
depuis plus de `{time}` :\n{tickets}\n"
|
||||||
title: ❓ Êtes vous sûr ?
|
title: ❓ Êtes vous sûr ?
|
||||||
|
closed_one:
|
||||||
|
description: The channel will be deleted in a few seconds.
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
confirmed_multiple:
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
|
description: The channels will be deleted in a few seconds.
|
||||||
claim:
|
claim:
|
||||||
description: S'approprier un ticket
|
description: S'approprier un ticket
|
||||||
name: réclamer
|
name: réclamer
|
||||||
@ -220,6 +228,12 @@ commands:
|
|||||||
ticket:
|
ticket:
|
||||||
name: ticket
|
name: ticket
|
||||||
description: Le nombre de tickets dont vous souhaitez obtenir la transcription
|
description: Le nombre de tickets dont vous souhaitez obtenir la transcription
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
transfer:
|
transfer:
|
||||||
description: Transférer la propriété d'un ticket à un autre membre
|
description: Transférer la propriété d'un ticket à un autre membre
|
||||||
name: transférer
|
name: transférer
|
||||||
@ -235,6 +249,15 @@ commands:
|
|||||||
user:
|
user:
|
||||||
create:
|
create:
|
||||||
name: Créer un ticket pour un membre
|
name: Créer un ticket pour un membre
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
prompt:
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
title: Please create a ticket
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
misc:
|
misc:
|
||||||
update:
|
update:
|
||||||
description: "> [Voir`{version}` sur GitHub]({github})\n> [Notes de mises à jour]({changelog})\n
|
description: "> [Voir`{version}` sur GitHub]({github})\n> [Notes de mises à jour]({changelog})\n
|
||||||
@ -288,6 +311,14 @@ misc:
|
|||||||
unknown_category:
|
unknown_category:
|
||||||
description: Veuillez tenter une autre catégorie.
|
description: Veuillez tenter une autre catégorie.
|
||||||
title: ❌ Cette catégorie de ticket n'existe pas
|
title: ❌ Cette catégorie de ticket n'existe pas
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
rating:
|
rating:
|
||||||
@ -343,6 +374,27 @@ ticket:
|
|||||||
description: 'Votre ticket a été créé : {channel}.'
|
description: 'Votre ticket a été créé : {channel}.'
|
||||||
title: ✅ Ticket créé
|
title: ✅ Ticket créé
|
||||||
feedback: Merci pour votre retour.
|
feedback: Merci pour votre retour.
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
working_hours:
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
dm:
|
dm:
|
||||||
closed:
|
closed:
|
||||||
title: Votre ticket a été clôturé
|
title: Votre ticket a été clôturé
|
||||||
|
@ -283,6 +283,7 @@ commands:
|
|||||||
name: hibajegy
|
name: hibajegy
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Hiba
|
title: ❌ Hiba
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
user:
|
user:
|
||||||
create:
|
create:
|
||||||
name: Jegy létrehozása
|
name: Jegy létrehozása
|
||||||
@ -291,6 +292,10 @@ commands:
|
|||||||
description: Kattints a lent található gombra a hibajegy létrehozásához.
|
description: Kattints a lent található gombra a hibajegy létrehozásához.
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Hiba
|
title: ❌ Hiba
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
dm:
|
dm:
|
||||||
closed:
|
closed:
|
||||||
title: A hibajegyed bezárásra került
|
title: A hibajegyed bezárásra került
|
||||||
@ -360,6 +365,14 @@ misc:
|
|||||||
description: "> [`{version}` megtekintése a GitHubon]({github})\n> [Változásnapló]({changelog})\n
|
description: "> [`{version}` megtekintése a GitHubon]({github})\n> [Változásnapló]({changelog})\n
|
||||||
> [Frissítési útmutató]({guide})\n"
|
> [Frissítési útmutató]({guide})\n"
|
||||||
title: Frissítés elérhető
|
title: Frissítés elérhető
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
menus:
|
menus:
|
||||||
category:
|
category:
|
||||||
placeholder: Kategória választása
|
placeholder: Kategória választása
|
||||||
@ -424,6 +437,11 @@ ticket:
|
|||||||
inactive:
|
inactive:
|
||||||
description: "A <t:{timestamp}:R> óta nem volt tevékenység ezen a csatornán.\n
|
description: "A <t:{timestamp}:R> óta nem volt tevékenység ezen a csatornán.\n
|
||||||
Kérjük, folytassa a beszélgetést vagy {close} a jegyet.\n"
|
Kérjük, folytassa a beszélgetést vagy {close} a jegyet.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
rating:
|
rating:
|
||||||
|
366
src/i18n/it.yml
366
src/i18n/it.yml
@ -60,6 +60,7 @@ commands:
|
|||||||
name: ticket
|
name: ticket
|
||||||
success:
|
success:
|
||||||
title: ✅ Aggiunto
|
title: ✅ Aggiunto
|
||||||
|
description: '{member} has been added to {ticket}.'
|
||||||
close:
|
close:
|
||||||
options:
|
options:
|
||||||
reason:
|
reason:
|
||||||
@ -75,6 +76,7 @@ commands:
|
|||||||
description: I canali verranno eliminati in pochi secondi.
|
description: I canali verranno eliminati in pochi secondi.
|
||||||
title:
|
title:
|
||||||
- ✅ Chiusura ticket %d
|
- ✅ Chiusura ticket %d
|
||||||
|
- ✅ Closing %d tickets
|
||||||
confirm_multiple:
|
confirm_multiple:
|
||||||
description: "Stai per chiudere **{count}** ticket che sono rimasti inattivi
|
description: "Stai per chiudere **{count}** ticket che sono rimasti inattivi
|
||||||
per più di `{time}`:\n{tickets}\n"
|
per più di `{time}`:\n{tickets}\n"
|
||||||
@ -82,6 +84,30 @@ commands:
|
|||||||
closed_one:
|
closed_one:
|
||||||
description: Il canale verrà eliminato in pochi secondi.
|
description: Il canale verrà eliminato in pochi secondi.
|
||||||
title: ✅ Ticket chiuso
|
title: ✅ Ticket chiuso
|
||||||
|
options:
|
||||||
|
time:
|
||||||
|
name: time
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
|
category:
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
|
name: category
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
|
name: reason
|
||||||
|
ticket:
|
||||||
|
description: The ticket to close
|
||||||
|
name: ticket
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
name: force-close
|
||||||
|
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
|
||||||
claim:
|
claim:
|
||||||
name: prendere
|
name: prendere
|
||||||
not_staff:
|
not_staff:
|
||||||
@ -89,3 +115,343 @@ commands:
|
|||||||
un ticket di supporto
|
un ticket di supporto
|
||||||
title: ❌ Errore
|
title: ❌ Errore
|
||||||
description: Occuparsi di un ticket
|
description: Occuparsi di un ticket
|
||||||
|
help:
|
||||||
|
description: Show the help menu
|
||||||
|
response:
|
||||||
|
description: '**Use {command} to create a ticket and get support.**'
|
||||||
|
commands: Commands
|
||||||
|
links:
|
||||||
|
commands: Full command list
|
||||||
|
docs: Documentation
|
||||||
|
feedback: Feedback
|
||||||
|
links: Useful links
|
||||||
|
support: Support
|
||||||
|
settings: Bot settings
|
||||||
|
name: help
|
||||||
|
title: Help
|
||||||
|
move:
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
|
description: Move a ticket to another category
|
||||||
|
name: move
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can move tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
description: The category to move the ticket to
|
||||||
|
name: category
|
||||||
|
priority:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Set the priority of a ticket
|
||||||
|
name: priority
|
||||||
|
options:
|
||||||
|
priority:
|
||||||
|
choices:
|
||||||
|
HIGH: 🔴 High
|
||||||
|
LOW: 🟢 Low
|
||||||
|
MEDIUM: 🟠 Medium
|
||||||
|
description: The priority of the ticket
|
||||||
|
name: priority
|
||||||
|
success:
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
title: ✅ Priority set
|
||||||
|
remove:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
success:
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
|
title: ✅ Removed
|
||||||
|
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
|
||||||
|
removed: ⬅️ {removed} has been removed by {by}.
|
||||||
|
tickets:
|
||||||
|
description: List your own or someone else's tickets
|
||||||
|
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.\nUse {new} to open a ticket.\n"
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
title:
|
||||||
|
other: "{displayName}'s tickets"
|
||||||
|
own: Your tickets
|
||||||
|
name: tickets
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to list the tickets of
|
||||||
|
name: member
|
||||||
|
transcript:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
ticket:
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
name: ticket
|
||||||
|
transfer:
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
name: transfer
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to transfer ownership to
|
||||||
|
name: member
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
new:
|
||||||
|
description: Create a new ticket
|
||||||
|
name: new
|
||||||
|
options:
|
||||||
|
references:
|
||||||
|
description: The number of a related ticket
|
||||||
|
name: references
|
||||||
|
release:
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
name: release
|
||||||
|
tag:
|
||||||
|
description: Use a tag
|
||||||
|
name: tag
|
||||||
|
options:
|
||||||
|
for:
|
||||||
|
description: The user to target the tag to
|
||||||
|
name: for
|
||||||
|
tag:
|
||||||
|
description: The name of the tag to use
|
||||||
|
name: tag
|
||||||
|
topic:
|
||||||
|
description: Change the topic of a ticket
|
||||||
|
name: topic
|
||||||
|
user:
|
||||||
|
create:
|
||||||
|
name: Create ticket for user
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
prompt:
|
||||||
|
title: Please create a ticket
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
sent:
|
||||||
|
title: ✅ Prompt sent
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
dm:
|
||||||
|
closed:
|
||||||
|
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
|
||||||
|
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
log:
|
||||||
|
admin:
|
||||||
|
description:
|
||||||
|
joined: '{user} {verb} {targetType}'
|
||||||
|
target:
|
||||||
|
category: a category
|
||||||
|
panel: a panel
|
||||||
|
question: a question
|
||||||
|
settings: the settings
|
||||||
|
tag: a tag
|
||||||
|
title:
|
||||||
|
joined: '{targetType} {verb}'
|
||||||
|
target:
|
||||||
|
category: Category
|
||||||
|
panel: Panel
|
||||||
|
question: Question
|
||||||
|
settings: Settings
|
||||||
|
tag: Tag
|
||||||
|
verb:
|
||||||
|
create: created
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
changes: Changes
|
||||||
|
message:
|
||||||
|
message: Message
|
||||||
|
title: Message {verb}
|
||||||
|
verb:
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
description: '{user} {verb} a message'
|
||||||
|
ticket:
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
title: Ticket {verb}
|
||||||
|
verb:
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
update: updated
|
||||||
|
claim: claimed
|
||||||
|
menus:
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
|
guild:
|
||||||
|
placeholder: Select a server
|
||||||
|
misc:
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
category_full:
|
||||||
|
title: ❌ Category full
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
cooldown:
|
||||||
|
title: ❌ Please wait
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
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
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
missing_roles:
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
name: For server administrators
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
|
modals:
|
||||||
|
feedback:
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
title: How did we do?
|
||||||
|
topic:
|
||||||
|
label: Topic
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
ticket:
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
close:
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
forbidden:
|
||||||
|
title: ❌ Error
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
staff_request:
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
closing_soon:
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
feedback: Thank you for your feedback.
|
||||||
|
inactive:
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
opening_message:
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
|
fields:
|
||||||
|
topic: Topic
|
||||||
|
references_message:
|
||||||
|
description: References [a message]({url}) sent {timestamp} by {author}.
|
||||||
|
title: ℹ️ Reference
|
||||||
|
references_ticket:
|
||||||
|
fields:
|
||||||
|
date: Created at
|
||||||
|
number: Number
|
||||||
|
topic: Topic
|
||||||
|
title: ℹ️ Reference
|
||||||
|
description: 'This ticket is related to a previous ticket:'
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
@ -370,6 +370,14 @@ misc:
|
|||||||
invalid_ticket:
|
invalid_ticket:
|
||||||
title: ❌ 유효하지 않은 티켓
|
title: ❌ 유효하지 않은 티켓
|
||||||
description: 유효한 티켓을 입력해 주세요.
|
description: 유효한 티켓을 입력해 주세요.
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
name: For server administrators
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
log:
|
log:
|
||||||
ticket:
|
ticket:
|
||||||
ticket: 티켓
|
ticket: 티켓
|
||||||
|
400
src/i18n/no.yml
400
src/i18n/no.yml
@ -1,22 +1,31 @@
|
|||||||
buttons:
|
buttons:
|
||||||
accept_close_request:
|
accept_close_request:
|
||||||
text: Aksepter
|
text: Aksepter
|
||||||
|
emoji: ✅
|
||||||
cancel:
|
cancel:
|
||||||
text: Avbryt
|
text: Avbryt
|
||||||
|
emoji: ➖
|
||||||
claim:
|
claim:
|
||||||
text: Ta over
|
text: Ta over
|
||||||
|
emoji: 🙌
|
||||||
close:
|
close:
|
||||||
text: Lukk
|
text: Lukk
|
||||||
|
emoji: ✖️
|
||||||
confirm_open:
|
confirm_open:
|
||||||
text: Lag ticket
|
text: Lag ticket
|
||||||
|
emoji: ✅
|
||||||
edit:
|
edit:
|
||||||
text: Endre
|
text: Endre
|
||||||
|
emoji: ✏️
|
||||||
reject_close_request:
|
reject_close_request:
|
||||||
text: Avslå
|
text: Avslå
|
||||||
|
emoji: ✖️
|
||||||
unclaim:
|
unclaim:
|
||||||
text: Avbyt overtak
|
text: Avbyt overtak
|
||||||
|
emoji: ♻️
|
||||||
create:
|
create:
|
||||||
text: Lag en ticket
|
text: Lag en ticket
|
||||||
|
emoji: 🎫
|
||||||
commands:
|
commands:
|
||||||
message:
|
message:
|
||||||
create:
|
create:
|
||||||
@ -26,6 +35,7 @@ commands:
|
|||||||
not_pinnable:
|
not_pinnable:
|
||||||
description: "Denne meldingen kan ikke festes.\nVennligst be en administrator
|
description: "Denne meldingen kan ikke festes.\nVennligst be en administrator
|
||||||
om å sjekke botens tillatelser.\n"
|
om å sjekke botens tillatelser.\n"
|
||||||
|
title: ❌ Error
|
||||||
not_ticket:
|
not_ticket:
|
||||||
description: Du kan bare feste meldinger i tickets.
|
description: Du kan bare feste meldinger i tickets.
|
||||||
title: ❌ Dette er ikke en ticket kanal
|
title: ❌ Dette er ikke en ticket kanal
|
||||||
@ -48,8 +58,398 @@ commands:
|
|||||||
description: Legg til et medlem på en ticket
|
description: Legg til et medlem på en ticket
|
||||||
not_staff:
|
not_staff:
|
||||||
description: Bare staff kan legge til medlemmer til andres tickets.
|
description: Bare staff kan legge til medlemmer til andres tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
name: add
|
||||||
claim:
|
claim:
|
||||||
description: Overta en ticket
|
description: Overta en ticket
|
||||||
name: overta
|
name: overta
|
||||||
not_staff:
|
not_staff:
|
||||||
description: Kun staff kan overta tickets.
|
description: Kun staff kan overta tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
close:
|
||||||
|
options:
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket
|
||||||
|
name: reason
|
||||||
|
description: Request a ticket to be closed
|
||||||
|
invalid_time:
|
||||||
|
description: '`{input}` is not a valid time format.'
|
||||||
|
title: ❌ Invalid
|
||||||
|
name: close
|
||||||
|
force-close:
|
||||||
|
confirm_multiple:
|
||||||
|
description: "You are about to close **{count}** tickets that have been inactive
|
||||||
|
for more than `{time}`:\n{tickets}\n"
|
||||||
|
title: ❓ Are you sure?
|
||||||
|
name: force-close
|
||||||
|
no_tickets:
|
||||||
|
description: There are no open tickets that have been inactive for more than
|
||||||
|
`{time}`.
|
||||||
|
title: ❌ No tickets
|
||||||
|
options:
|
||||||
|
time:
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
|
name: time
|
||||||
|
category:
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
|
name: category
|
||||||
|
reason:
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
|
name: reason
|
||||||
|
ticket:
|
||||||
|
description: The ticket to close
|
||||||
|
name: ticket
|
||||||
|
closed_one:
|
||||||
|
description: The channel will be deleted in a few seconds.
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
confirmed_multiple:
|
||||||
|
description: The channels will be deleted in a few seconds.
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can force-close tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
move:
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
|
description: Move a ticket to another category
|
||||||
|
name: move
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can move tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
description: The category to move the ticket to
|
||||||
|
name: category
|
||||||
|
priority:
|
||||||
|
description: Set the priority of a ticket
|
||||||
|
options:
|
||||||
|
priority:
|
||||||
|
name: priority
|
||||||
|
choices:
|
||||||
|
HIGH: 🔴 High
|
||||||
|
LOW: 🟢 Low
|
||||||
|
MEDIUM: 🟠 Medium
|
||||||
|
description: The priority of the ticket
|
||||||
|
success:
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
title: ✅ Priority set
|
||||||
|
name: priority
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
remove:
|
||||||
|
options:
|
||||||
|
ticket:
|
||||||
|
description: The ticket to remove the member from
|
||||||
|
name: ticket
|
||||||
|
member:
|
||||||
|
description: The member to remove from the ticket
|
||||||
|
name: member
|
||||||
|
description: Remove a member from a ticket
|
||||||
|
name: remove
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
removed: ⬅️ {removed} has been removed by {by}.
|
||||||
|
success:
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
|
title: ✅ Removed
|
||||||
|
tickets:
|
||||||
|
description: List your own or someone else's tickets
|
||||||
|
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.\nUse {new} to open a ticket.\n"
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
title:
|
||||||
|
other: "{displayName}'s tickets"
|
||||||
|
own: Your tickets
|
||||||
|
name: tickets
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to list the tickets of
|
||||||
|
name: member
|
||||||
|
transcript:
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
|
options:
|
||||||
|
ticket:
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
name: ticket
|
||||||
|
member:
|
||||||
|
description: The member to search for tickets of
|
||||||
|
name: member
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
|
transfer:
|
||||||
|
options:
|
||||||
|
member:
|
||||||
|
description: The member to transfer ownership to
|
||||||
|
name: member
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
name: transfer
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
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
|
||||||
|
new:
|
||||||
|
description: Create a new ticket
|
||||||
|
name: new
|
||||||
|
options:
|
||||||
|
references:
|
||||||
|
description: The number of a related ticket
|
||||||
|
name: references
|
||||||
|
release:
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
name: release
|
||||||
|
tag:
|
||||||
|
description: Use a tag
|
||||||
|
name: tag
|
||||||
|
options:
|
||||||
|
for:
|
||||||
|
description: The user to target the tag to
|
||||||
|
name: for
|
||||||
|
tag:
|
||||||
|
description: The name of the tag to use
|
||||||
|
name: tag
|
||||||
|
topic:
|
||||||
|
description: Change the topic of a ticket
|
||||||
|
name: topic
|
||||||
|
user:
|
||||||
|
create:
|
||||||
|
prompt:
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
title: Please create a ticket
|
||||||
|
name: Create ticket for user
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
title: ❌ Error
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
|
dm:
|
||||||
|
closed:
|
||||||
|
fields:
|
||||||
|
closed:
|
||||||
|
value: '{timestamp} (after {duration})'
|
||||||
|
name: Closed at
|
||||||
|
closed_by: Closed by
|
||||||
|
created: Created at
|
||||||
|
feedback: Your feedback
|
||||||
|
reason: Closed because
|
||||||
|
response: Response time
|
||||||
|
ticket: Ticket
|
||||||
|
topic: Topic
|
||||||
|
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||||
|
title: Your ticket has been closed
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
log:
|
||||||
|
message:
|
||||||
|
verb:
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
description: '{user} {verb} a message'
|
||||||
|
message: Message
|
||||||
|
title: Message {verb}
|
||||||
|
admin:
|
||||||
|
changes: Changes
|
||||||
|
description:
|
||||||
|
joined: '{user} {verb} {targetType}'
|
||||||
|
target:
|
||||||
|
category: a category
|
||||||
|
panel: a panel
|
||||||
|
question: a question
|
||||||
|
settings: the settings
|
||||||
|
tag: a tag
|
||||||
|
title:
|
||||||
|
joined: '{targetType} {verb}'
|
||||||
|
target:
|
||||||
|
category: Category
|
||||||
|
panel: Panel
|
||||||
|
question: Question
|
||||||
|
settings: Settings
|
||||||
|
tag: Tag
|
||||||
|
verb:
|
||||||
|
create: created
|
||||||
|
delete: deleted
|
||||||
|
update: updated
|
||||||
|
ticket:
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
title: Ticket {verb}
|
||||||
|
verb:
|
||||||
|
claim: claimed
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
update: updated
|
||||||
|
menus:
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
|
guild:
|
||||||
|
placeholder: Select a server
|
||||||
|
misc:
|
||||||
|
category_full:
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
title: ❌ Category full
|
||||||
|
expired:
|
||||||
|
description: You didn't respond in time. Please try again.
|
||||||
|
title: ⏰ Expired
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
cooldown:
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
title: ❌ Please wait
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
expires_in: Expires in {time}
|
||||||
|
invalid_ticket:
|
||||||
|
description: Please specify a valid ticket.
|
||||||
|
title: ❌ Invalid ticket
|
||||||
|
missing_roles:
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
|
modals:
|
||||||
|
feedback:
|
||||||
|
title: How did we do?
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
topic:
|
||||||
|
label: Topic
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
ticket:
|
||||||
|
close:
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
staff_request:
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
forbidden:
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
title: ❌ Error
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
references_ticket:
|
||||||
|
title: ℹ️ Reference
|
||||||
|
description: 'This ticket is related to a previous ticket:'
|
||||||
|
fields:
|
||||||
|
date: Created at
|
||||||
|
number: Number
|
||||||
|
topic: Topic
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
feedback: Thank you for your feedback.
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
opening_message:
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
|
fields:
|
||||||
|
topic: Topic
|
||||||
|
references_message:
|
||||||
|
description: References [a message]({url}) sent {timestamp} by {author}.
|
||||||
|
title: ℹ️ Reference
|
||||||
|
@ -212,6 +212,9 @@ commands:
|
|||||||
name: zgłoszenie
|
name: zgłoszenie
|
||||||
description: Pobierz transkrypcję zgłoszenia
|
description: Pobierz transkrypcję zgłoszenia
|
||||||
name: transkrypcja
|
name: transkrypcja
|
||||||
|
not_staff:
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
title: ❌ Error
|
||||||
transfer:
|
transfer:
|
||||||
name: transferuj
|
name: transferuj
|
||||||
options:
|
options:
|
||||||
@ -362,6 +365,14 @@ misc:
|
|||||||
ratelimited:
|
ratelimited:
|
||||||
title: 🐢 Proszę, zwolnij
|
title: 🐢 Proszę, zwolnij
|
||||||
description: Spróbuj ponownie za kilka sekund.
|
description: Spróbuj ponownie za kilka sekund.
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
rating:
|
rating:
|
||||||
|
@ -386,6 +386,14 @@ misc:
|
|||||||
> [Changelog]({changelog})
|
> [Changelog]({changelog})
|
||||||
> [Update guide]({guide})
|
> [Update guide]({guide})
|
||||||
title: Este disponibilă o actualizare
|
title: Este disponibilă o actualizare
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
comment:
|
comment:
|
||||||
|
@ -217,6 +217,7 @@ commands:
|
|||||||
name: транскрипт
|
name: транскрипт
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Ошибка
|
title: ❌ Ошибка
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
transfer:
|
transfer:
|
||||||
description: Передать права на тикет другому участнику
|
description: Передать права на тикет другому участнику
|
||||||
name: передать
|
name: передать
|
||||||
@ -364,6 +365,14 @@ misc:
|
|||||||
description: "> [Просмотреть `{version}` на GitHub]({github})\n> [Журнал изменений]({changelog})\n
|
description: "> [Просмотреть `{version}` на GitHub]({github})\n> [Журнал изменений]({changelog})\n
|
||||||
> [Руководство по обновлению]({guide})\n"
|
> [Руководство по обновлению]({guide})\n"
|
||||||
title: Доступно обновление
|
title: Доступно обновление
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
ticket:
|
ticket:
|
||||||
closing_soon:
|
closing_soon:
|
||||||
title: ⌛ Этот тикет скоро будет закрыт
|
title: ⌛ Этот тикет скоро будет закрыт
|
||||||
|
@ -16,6 +16,7 @@ buttons:
|
|||||||
text: Neka
|
text: Neka
|
||||||
unclaim:
|
unclaim:
|
||||||
emoji: ♻️
|
emoji: ♻️
|
||||||
|
text: Release
|
||||||
edit:
|
edit:
|
||||||
text: Redigera
|
text: Redigera
|
||||||
emoji: ✏️
|
emoji: ✏️
|
||||||
@ -32,14 +33,18 @@ commands:
|
|||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: medlem
|
name: medlem
|
||||||
|
description: The member to add to the ticket
|
||||||
ticket:
|
ticket:
|
||||||
name: ärende
|
name: ärende
|
||||||
|
description: The ticket to add the member to
|
||||||
added: ➡️ {added}har lagts till av {by}.
|
added: ➡️ {added}har lagts till av {by}.
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can add members to others' tickets.
|
||||||
success:
|
success:
|
||||||
title: ✅ Lades till
|
title: ✅ Lades till
|
||||||
description: '{member} har lagts till i {ticket}.'
|
description: '{member} har lagts till i {ticket}.'
|
||||||
|
description: Add a member to a ticket
|
||||||
claim:
|
claim:
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
@ -63,16 +68,36 @@ commands:
|
|||||||
options:
|
options:
|
||||||
reason:
|
reason:
|
||||||
name: anledning
|
name: anledning
|
||||||
|
description: The reason for closing the ticket(s)
|
||||||
category:
|
category:
|
||||||
name: kategori
|
name: kategori
|
||||||
|
description: Close all tickets in the specified category (must be used with
|
||||||
|
`time`)
|
||||||
time:
|
time:
|
||||||
name: tid
|
name: tid
|
||||||
|
description: Close all tickets that have been inactive for the specified
|
||||||
|
time
|
||||||
|
ticket:
|
||||||
|
description: The ticket to close
|
||||||
|
name: ticket
|
||||||
confirm_multiple:
|
confirm_multiple:
|
||||||
title: ❓ Är du säker?
|
title: ❓ Är du säker?
|
||||||
|
description: "You are about to close **{count}** tickets that have been inactive
|
||||||
|
for more than `{time}`:\n{tickets}\n"
|
||||||
confirmed_multiple:
|
confirmed_multiple:
|
||||||
description: Kanalerna kommer att tas bort om några sekunder.
|
description: Kanalerna kommer att tas bort om några sekunder.
|
||||||
|
title:
|
||||||
|
- ✅ Closing %d ticket
|
||||||
|
- ✅ Closing %d tickets
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can force-close tickets.
|
||||||
|
no_tickets:
|
||||||
|
description: There are no open tickets that have been inactive for more than
|
||||||
|
`{time}`.
|
||||||
|
title: ❌ No tickets
|
||||||
|
description: Forcibly close a ticket
|
||||||
|
name: force-close
|
||||||
help:
|
help:
|
||||||
response:
|
response:
|
||||||
links:
|
links:
|
||||||
@ -80,8 +105,10 @@ commands:
|
|||||||
links: Användbara länkar
|
links: Användbara länkar
|
||||||
docs: Dokumentation
|
docs: Dokumentation
|
||||||
support: Hjälp
|
support: Hjälp
|
||||||
|
commands: Full command list
|
||||||
settings: Bot-inställningar
|
settings: Bot-inställningar
|
||||||
commands: Kommandon
|
commands: Kommandon
|
||||||
|
description: '**Use {command} to create a ticket and get support.**'
|
||||||
title: Hjälp
|
title: Hjälp
|
||||||
description: Visa hjälp-menyn
|
description: Visa hjälp-menyn
|
||||||
name: hjälp
|
name: hjälp
|
||||||
@ -89,9 +116,13 @@ commands:
|
|||||||
name: flytta
|
name: flytta
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can move tickets.
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
name: kategori
|
name: kategori
|
||||||
|
description: The category to move the ticket to
|
||||||
|
description: Move a ticket to another category
|
||||||
|
moved: 🗃️ {by} has moved this ticket from **{from}** to **{to}**.
|
||||||
priority:
|
priority:
|
||||||
options:
|
options:
|
||||||
priority:
|
priority:
|
||||||
@ -100,19 +131,32 @@ commands:
|
|||||||
LOW: 🟢 Låg
|
LOW: 🟢 Låg
|
||||||
MEDIUM: 🟠 Mellan
|
MEDIUM: 🟠 Mellan
|
||||||
name: prioritet
|
name: prioritet
|
||||||
|
description: The priority of the ticket
|
||||||
name: prioritet
|
name: prioritet
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can change the priority of tickets.
|
||||||
success:
|
success:
|
||||||
title: ✅ Prioritetens fastställdes
|
title: ✅ Prioritetens fastställdes
|
||||||
|
description: This ticket's priority has been set to `{priority}`.
|
||||||
|
description: Set the priority of a ticket
|
||||||
remove:
|
remove:
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can remove members from others' tickets.
|
||||||
name: ta-bort
|
name: ta-bort
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: medlem
|
name: medlem
|
||||||
|
description: The member to remove from the ticket
|
||||||
|
ticket:
|
||||||
|
description: The ticket to remove the member from
|
||||||
|
name: ticket
|
||||||
removed: ⬅️ {removed} har tagits bort av {by}.
|
removed: ⬅️ {removed} har tagits bort av {by}.
|
||||||
|
description: Remove a member from a ticket
|
||||||
|
success:
|
||||||
|
description: '{member} has been removed from {ticket}.'
|
||||||
|
title: ✅ Removed
|
||||||
tag:
|
tag:
|
||||||
name: tagg
|
name: tagg
|
||||||
options:
|
options:
|
||||||
@ -121,45 +165,93 @@ commands:
|
|||||||
name: tagg
|
name: tagg
|
||||||
for:
|
for:
|
||||||
description: Användaren som taggen ska riktas mot
|
description: Användaren som taggen ska riktas mot
|
||||||
|
name: for
|
||||||
description: Använd en tagg
|
description: Använd en tagg
|
||||||
tickets:
|
tickets:
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: medlem
|
name: medlem
|
||||||
|
description: The member to list the tickets of
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can view others' tickets.
|
||||||
|
description: List your own or someone else's tickets
|
||||||
|
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.\nUse {new} to open a ticket.\n"
|
||||||
|
open:
|
||||||
|
name: Open tickets
|
||||||
|
title:
|
||||||
|
other: "{displayName}'s tickets"
|
||||||
|
own: Your tickets
|
||||||
|
name: tickets
|
||||||
transcript:
|
transcript:
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
name: medlem
|
name: medlem
|
||||||
|
description: The member to search for tickets of
|
||||||
|
ticket:
|
||||||
|
description: The ticket to get the transcript of
|
||||||
|
name: ticket
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
|
description: Get the transcript of a ticket
|
||||||
|
name: transcript
|
||||||
new:
|
new:
|
||||||
options:
|
options:
|
||||||
references:
|
references:
|
||||||
name: referenser
|
name: referenser
|
||||||
|
description: The number of a related ticket
|
||||||
name: nytt
|
name: nytt
|
||||||
|
description: Create a new ticket
|
||||||
topic:
|
topic:
|
||||||
name: ämne
|
name: ämne
|
||||||
|
description: Change the topic of a ticket
|
||||||
transfer:
|
transfer:
|
||||||
name: överför
|
name: överför
|
||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
description: Medlemmen att överföra äganderätten till
|
description: Medlemmen att överföra äganderätten till
|
||||||
name: medlem
|
name: medlem
|
||||||
|
description: Transfer ownership of a ticket to another member
|
||||||
|
transferred: 📨 {user} has transferred this ticket to {to}.
|
||||||
|
transferred_from: 📨 {user} has transferred this ticket from {from} to {to}.
|
||||||
|
release:
|
||||||
|
description: Release (unclaim) a ticket
|
||||||
|
name: release
|
||||||
message:
|
message:
|
||||||
pin:
|
pin:
|
||||||
pinned:
|
pinned:
|
||||||
title: ✅ Nålade fast meddelandet
|
title: ✅ Nålade fast meddelandet
|
||||||
|
description: The message has been pinned.
|
||||||
name: Nåla fast meddelande
|
name: Nåla fast meddelande
|
||||||
not_pinnable:
|
not_pinnable:
|
||||||
description: "Det här meddelandet kan inte nålas fast.\nVänligen be en administratör
|
description: "Det här meddelandet kan inte nålas fast.\nVänligen be en administratör
|
||||||
att kontrollera behörigheterna för boten.\n"
|
att kontrollera behörigheterna för boten.\n"
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
not_ticket:
|
||||||
|
description: You can only pin messages in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
create:
|
||||||
|
name: Create ticket from message
|
||||||
user:
|
user:
|
||||||
create:
|
create:
|
||||||
not_staff:
|
not_staff:
|
||||||
title: ❌ Fel
|
title: ❌ Fel
|
||||||
|
description: Only staff members can open tickets for other members.
|
||||||
|
name: Create ticket for user
|
||||||
|
prompt:
|
||||||
|
description: Click the button below to create a ticket.
|
||||||
|
title: Please create a ticket
|
||||||
|
sent:
|
||||||
|
description: '{user} has been invited to create a ticket in **{category}**.'
|
||||||
|
title: ✅ Prompt sent
|
||||||
log:
|
log:
|
||||||
admin:
|
admin:
|
||||||
description:
|
description:
|
||||||
@ -189,15 +281,175 @@ log:
|
|||||||
title: Meddelande {verb}
|
title: Meddelande {verb}
|
||||||
verb:
|
verb:
|
||||||
delete: togs bort
|
delete: togs bort
|
||||||
|
update: updated
|
||||||
|
ticket:
|
||||||
|
title: Ticket {verb}
|
||||||
|
added: Added members
|
||||||
|
description: '{user} {verb} a ticket'
|
||||||
|
removed: Removed members
|
||||||
|
ticket: Ticket
|
||||||
|
verb:
|
||||||
|
claim: claimed
|
||||||
|
close: closed
|
||||||
|
create: created
|
||||||
|
unclaim: released
|
||||||
|
update: updated
|
||||||
misc:
|
misc:
|
||||||
cooldown:
|
cooldown:
|
||||||
title: ❌ Vänligen vänta
|
title: ❌ Vänligen vänta
|
||||||
|
description: Please wait {time} before creating another ticket in this category.
|
||||||
|
blocked:
|
||||||
|
description: You are not allowed to create tickets.
|
||||||
|
title: ❌ Blocked
|
||||||
|
error:
|
||||||
|
description: "Sorry, an unexpected error occurred.\nPlease give this information
|
||||||
|
to an administrator.\n"
|
||||||
|
fields:
|
||||||
|
identifier: Identifier
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
member_limit:
|
||||||
|
description:
|
||||||
|
- Please use your existing ticket or close it before creating another.
|
||||||
|
- "Please close a ticket before creating another.\nUse `/tickets` to view your
|
||||||
|
existing tickets.\n"
|
||||||
|
title:
|
||||||
|
- ❌ You already have a ticket
|
||||||
|
- ❌ You already have %d open tickets
|
||||||
|
not_ticket:
|
||||||
|
description: You can only use this command in tickets.
|
||||||
|
title: ❌ This isn't a ticket channel
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
name: For server administrators
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
category_full:
|
||||||
|
description: "The category has reached its maximum capacity.\nPlease try again
|
||||||
|
later.\n"
|
||||||
|
title: ❌ Category full
|
||||||
|
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
|
||||||
|
missing_roles:
|
||||||
|
description: You do not have the roles required to be able to create a ticket
|
||||||
|
in this category.
|
||||||
|
title: ❌ Insufficient roles
|
||||||
|
no_categories:
|
||||||
|
description: "No ticket categories have been configured.\nConfigure your server
|
||||||
|
at {url}."
|
||||||
|
title: ❌ There are no ticket categories
|
||||||
|
ratelimited:
|
||||||
|
description: Try again in a few seconds.
|
||||||
|
title: 🐢 Please slow down
|
||||||
|
unknown_category:
|
||||||
|
description: Please try a different category.
|
||||||
|
title: ❌ That ticket category doesn't exist
|
||||||
|
update:
|
||||||
|
description: "> [View `{version}` on GitHub]({github})\n> [Changelog]({changelog})\n
|
||||||
|
> [Update guide]({guide})\n"
|
||||||
|
title: An update is available
|
||||||
menus:
|
menus:
|
||||||
guild:
|
guild:
|
||||||
placeholder: Välj en server
|
placeholder: Välj en server
|
||||||
|
category:
|
||||||
|
placeholder: Select a ticket category
|
||||||
dm:
|
dm:
|
||||||
closed:
|
closed:
|
||||||
fields:
|
fields:
|
||||||
reason: Stängd på grund av
|
reason: Stängd på grund av
|
||||||
response: Svarstid
|
response: Svarstid
|
||||||
topic: Ämne
|
topic: Ämne
|
||||||
|
closed:
|
||||||
|
value: '{timestamp} (after {duration})'
|
||||||
|
name: Closed at
|
||||||
|
feedback: Your feedback
|
||||||
|
closed_by: Closed by
|
||||||
|
created: Created at
|
||||||
|
ticket: Ticket
|
||||||
|
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||||
|
title: Your ticket has been closed
|
||||||
|
confirm_open:
|
||||||
|
title: Do you want to open a ticket with the following topic?
|
||||||
|
modals:
|
||||||
|
topic:
|
||||||
|
placeholder: What is this ticket about?
|
||||||
|
label: Topic
|
||||||
|
feedback:
|
||||||
|
comment:
|
||||||
|
label: Comment
|
||||||
|
placeholder: Do you have any additional feedback?
|
||||||
|
rating:
|
||||||
|
label: Rating
|
||||||
|
placeholder: 1-5
|
||||||
|
title: How did we do?
|
||||||
|
ticket:
|
||||||
|
close:
|
||||||
|
forbidden:
|
||||||
|
description: You don't have permission to close this ticket.
|
||||||
|
title: ❌ Error
|
||||||
|
rejected: ✋ {user} rejected a request to close this ticket.
|
||||||
|
staff_request:
|
||||||
|
archived: "\nThe messages in this channel will be archived for future reference.\n"
|
||||||
|
description: "{requestedBy} wants to close this ticket.\nClick \"Accept\" to
|
||||||
|
close it now, or \"Reject\" if you still need help.\n"
|
||||||
|
title: ❓ Can this ticket be closed?
|
||||||
|
closed:
|
||||||
|
description: This channel will be deleted in a few seconds…
|
||||||
|
title: ✅ Ticket closed
|
||||||
|
user_request:
|
||||||
|
title: ❓ {requestedBy} wants to close this ticket
|
||||||
|
wait_for_staff: ✋ Please wait for staff to close this ticket.
|
||||||
|
wait_for_user: ✋ Please wait for the user to respond.
|
||||||
|
closing_soon:
|
||||||
|
description: "This ticket will be closed due to inactivity <t:{timestamp}:R>.\n
|
||||||
|
Send a message to cancel this automation.\n"
|
||||||
|
title: ⌛ This ticket will be closed soon
|
||||||
|
inactive:
|
||||||
|
description: "There hasn't been any activity in this channel since <t:{timestamp}:R>.\n
|
||||||
|
Please continue the conversation or {close} the ticket.\n"
|
||||||
|
title: ⏰ This ticket is inactive
|
||||||
|
references_ticket:
|
||||||
|
title: ℹ️ Reference
|
||||||
|
description: 'This ticket is related to a previous ticket:'
|
||||||
|
fields:
|
||||||
|
date: Created at
|
||||||
|
number: Number
|
||||||
|
topic: Topic
|
||||||
|
working_hours:
|
||||||
|
next:
|
||||||
|
description: We'll be back at <t:{timestamp}:F> (<t:{timestamp}:R>), although
|
||||||
|
you may receive a response before then.
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
today:
|
||||||
|
description: You may receive a response before, but we don't start working until
|
||||||
|
<t:{timestamp}:t> today (<t:{timestamp}:R>).
|
||||||
|
title: 🕗 We're not working at the moment
|
||||||
|
answers:
|
||||||
|
no_value: '*No response*'
|
||||||
|
claimed: 🙌 {user} has claimed this ticket.
|
||||||
|
created:
|
||||||
|
description: 'Your ticket channel has been created: {channel}.'
|
||||||
|
title: ✅ Ticket created
|
||||||
|
edited:
|
||||||
|
description: Your changes have been saved.
|
||||||
|
title: ✅ Ticket updated
|
||||||
|
feedback: Thank you for your feedback.
|
||||||
|
offline:
|
||||||
|
description: There aren't any staff members available at the moment, so it may
|
||||||
|
take longer than usual to get a response.
|
||||||
|
title: 😴 We're not online
|
||||||
|
opening_message:
|
||||||
|
content: "{staff}\n{creator} has created a new ticket\n"
|
||||||
|
fields:
|
||||||
|
topic: Topic
|
||||||
|
references_message:
|
||||||
|
description: References [a message]({url}) sent {timestamp} by {author}.
|
||||||
|
title: ℹ️ Reference
|
||||||
|
released: ♻️ {user} has released this ticket.
|
||||||
|
@ -355,6 +355,14 @@ misc:
|
|||||||
no_categories:
|
no_categories:
|
||||||
title: ❌ ไม่มีหมวดหมู่ห้องติดต่อ
|
title: ❌ ไม่มีหมวดหมู่ห้องติดต่อ
|
||||||
description: ไม่มีการกำหนดค่าหมวดหมู่ห้องติดต่อ
|
description: ไม่มีการกำหนดค่าหมวดหมู่ห้องติดต่อ
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
name: For server administrators
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
ticket:
|
ticket:
|
||||||
close:
|
close:
|
||||||
closed:
|
closed:
|
||||||
|
@ -232,6 +232,9 @@ commands:
|
|||||||
ticket:
|
ticket:
|
||||||
description: Transkripti alınacak talep
|
description: Transkripti alınacak talep
|
||||||
name: ticket
|
name: ticket
|
||||||
|
not_staff:
|
||||||
|
title: ❌ Error
|
||||||
|
description: Only staff members can read the transcripts of others' tickets.
|
||||||
transfer:
|
transfer:
|
||||||
description: Talebin sahipliğini başka bir üyeye aktarma
|
description: Talebin sahipliğini başka bir üyeye aktarma
|
||||||
name: transfer
|
name: transfer
|
||||||
@ -376,6 +379,14 @@ misc:
|
|||||||
> [Changelog]({changelog})
|
> [Changelog]({changelog})
|
||||||
> [Update guide]({guide})
|
> [Update guide]({guide})
|
||||||
title: Bir güncelleme mevcut
|
title: Bir güncelleme mevcut
|
||||||
|
role_error:
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
name: For server administrators
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
comment:
|
comment:
|
||||||
|
@ -378,6 +378,14 @@ misc:
|
|||||||
> [更新日誌]({changelog})
|
> [更新日誌]({changelog})
|
||||||
> [更新指南]({guide})
|
> [更新指南]({guide})
|
||||||
title: 有可用更新
|
title: 有可用更新
|
||||||
|
role_error:
|
||||||
|
description: Sorry, the operation failed because of an invalid configuration.
|
||||||
|
fields:
|
||||||
|
for_admins:
|
||||||
|
name: For server administrators
|
||||||
|
value: "An invalid user or role was supplied, which usually means a staff
|
||||||
|
role has been deleted. [Click here]({url}) for resolution instructions.\n"
|
||||||
|
title: ⚠️ Something went wrong
|
||||||
modals:
|
modals:
|
||||||
feedback:
|
feedback:
|
||||||
comment:
|
comment:
|
||||||
|
Loading…
Reference in New Issue
Block a user