Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (228 of 228 strings)

Translation: Discord Tickets/Bot
Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/en_GB/
This commit is contained in:
Isaac 2021-09-09 21:42:31 +00:00 committed by Weblate
parent 3549c7f10c
commit 559d1ffeef

View File

@ -1,494 +1,488 @@
{ {
"bot": { "bot": {
"missing_permissions": { "missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s", "description": "Discord Tickets requires the following permissions:\n%s",
"title": "⚠️" "title": "⚠️"
}, },
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": { "args": {
"description": "**Description:** %s", "description": "**Description:** %s",
"example": "**Example:** `%s`" "example": "**Example:** `%s`"
}, },
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.", "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.",
"title": "❌ Invalid syntax" "title": "❌ Invalid syntax"
}, },
"named_args": "This command uses named arguments.\n\n", "named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage" "title": "`%s` command usage"
}, },
"collector_expires_in": "Expires in %d seconds", "collector_expires_in": "Expires in %d seconds",
"commands": { "commands": {
"add": { "add": {
"aliases": {}, "args": {
"args": { "member": {
"member": { "description": "The member to add to the ticket",
"description": "The member to add to the ticket", "example": "@someone",
"example": "@someone", "name": "member"
"name": "member" },
}, "ticket": {
"ticket": { "description": "The ticket to add the member to",
"description": "The ticket to add the member to", "example": "217",
"example": "217", "name": "ticket"
"name": "ticket" }
} },
}, "description": "Add a member to a ticket",
"description": "Add a member to a ticket", "name": "add",
"name": "add", "response": {
"response": { "added": {
"added": { "description": "%s has been added to %s.",
"description": "%s has been added to %s.", "title": "✅ Member added"
"title": "✅ Member added" },
}, "no_member": {
"no_member": { "description": "Please mention the member you want to add.",
"description": "Please mention the member you want to add.", "title": "❌ Unknown member"
"title": "❌ Unknown member" },
}, "no_permission": {
"no_permission": { "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.",
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", "title": "❌ Insufficient permission"
"title": "❌ Insufficient permission" },
}, "not_a_ticket": {
"not_a_ticket": { "description": "Please use this command in the ticket channel, or mention the channel.",
"description": "Please use this command in the ticket channel, or mention the channel.", "title": "❌ This isn't a ticket channel"
"title": "❌ This isn't a ticket channel" }
} }
} },
}, "blacklist": {
"blacklist": { "aliases": {
"aliases": { "unblacklist": "unblacklist"
"unblacklist": "unblacklist" },
}, "args": {
"args": { "member_or_role": {
"member_or_role": { "description": "The member or role to add/remove",
"description": "The member or role to add/remove", "example": "@NaughtyMember",
"example": "@NaughtyMember", "name": "memberOrRole"
"name": "memberOrRole" }
} },
}, "description": "Blacklist/unblacklist a member from interacting with the bot",
"description": "Blacklist/unblacklist a member from interacting with the bot", "name": "blacklist",
"name": "blacklist", "response": {
"response": { "empty_list": {
"empty_list": { "description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.", "title": "📃 Blacklisted members and roles"
"title": "📃 Blacklisted members and roles" },
}, "illegal_action": {
"illegal_action": { "description": "%s is a staff member and cannot be blacklisted.",
"description": "%s is a staff member and cannot be blacklisted.", "title": "❌ You can't blacklist this member"
"title": "❌ You can't blacklist this member" },
}, "list": {
"list": { "title": "📃 Blacklisted members and roles"
"title": "📃 Blacklisted members and roles" },
}, "member_added": {
"member_added": { "description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.", "title": "✅ Added member to blacklist"
"title": "✅ Added member to blacklist" },
}, "member_removed": {
"member_removed": { "description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.", "title": "✅ Removed member from blacklist"
"title": "✅ Removed member from blacklist" },
}, "role_added": {
"role_added": { "description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.", "title": "✅ Added role to blacklist"
"title": "✅ Added role to blacklist" },
}, "role_removed": {
"role_removed": { "description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.", "title": "✅ Removed role from blacklist"
"title": "✅ Removed role from blacklist" }
} }
} },
}, "close": {
"close": { "aliases": {
"aliases": { "delete": "delete",
"delete": "delete", "lock": "lock"
"lock": "lock" },
}, "args": {
"args": { "reason": {
"reason": { "alias": "r",
"alias": "r", "description": "The reason for closing the ticket(s)",
"description": "The reason for closing the ticket(s)", "example": "Resolved",
"example": "", "name": "reason"
"name": "reason" },
}, "ticket": {
"ticket": { "alias": "t",
"alias": "t", "description": "The ticket to close, either the number or the channel mention/ID",
"description": "The ticket to close, either the number or the channel mention/ID", "example": "217",
"example": "217", "name": "ticket"
"name": "ticket" },
}, "time": {
"time": { "alias": "T",
"alias": "T", "description": "Close all tickets that have been inactive for the specified time",
"description": "Close all tickets that have been inactive for the specified time", "example": "1w",
"example": "1w", "name": "time"
"name": "time" }
} },
}, "description": "Close a ticket channel",
"description": "Close a ticket channel", "name": "close",
"name": "close", "response": {
"response": { "closed": {
"closed": { "description": "Ticket #%s has been closed.",
"description": "Ticket #%s has been closed.", "title": "✅ Ticket closed"
"title": "✅ Ticket closed" },
}, "closed_multiple": {
"closed_multiple": { "description": [
"description": [ "%d ticket has been closed.",
"%d ticket has been closed.", "%d tickets have been closed."
"%d tickets have been closed." ],
], "title": [
"title": [ "✅ Ticket closed",
"✅ Ticket closed", "✅ Tickets closed"
"✅ Tickets closed" ]
] },
}, "confirm": {
"confirm": { "description": "React with ✅ to close this ticket.",
"description": "React with ✅ to close this ticket.", "description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", "title": "❔ Are you sure?"
"title": "❔ Are you sure?" },
}, "confirmation_timeout": {
"confirmation_timeout": { "description": "You took too long to confirm.",
"description": "You took too long to confirm.", "title": "❌ Reaction time expired"
"title": "❌ Reaction time expired" },
}, "confirm_multiple": {
"confirm_multiple": { "description": [
"description": [ "React with ✅ to close %d ticket.",
"React with ✅ to close %d ticket.", "React with ✅ to close %d tickets."
"React with ✅ to close %d tickets." ],
], "title": "❔ Are you sure?"
"title": "❔ Are you sure?" },
}, "invalid_time": {
"invalid_time": { "description": "The time period provided could not be parsed.",
"description": "The time period provided could not be parsed.", "title": "❌ Invalid input"
"title": "❌ Invalid input" },
}, "not_a_ticket": {
"not_a_ticket": { "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", "title": "❌ This isn't a ticket channel"
"title": "❌ This isn't a ticket channel" },
}, "no_tickets": {
"no_tickets": { "description": "There are no tickets which have been inactive for this time period.",
"description": "There are no tickets which have been inactive for this time period.", "title": "❌ No tickets to close"
"title": "❌ No tickets to close" },
}, "unresolvable": {
"unresolvable": { "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", "title": "❌ Error"
"title": "❌ Error" }
} }
} },
}, "help": {
"help": { "aliases": {
"aliases": { "command": "command",
"command": "command", "commands": "commands"
"commands": "commands" },
}, "args": {
"args": { "command": {
"command": { "description": "The command to display information about",
"description": "The command to display information about", "example": "new",
"example": "new", "name": "command"
"name": "command" }
} },
}, "description": "List commands you have access to, or find out more about a command",
"description": "List commands you have access to, or find out more about a command", "name": "help",
"name": "help", "response": {
"response": { "list": {
"list": { "description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.",
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.", "fields": {
"fields": { "commands": "Commands"
"commands": "Commands" },
}, "title": "❔ Help"
"title": "❔ Help" }
} }
} },
}, "new": {
"new": { "aliases": {
"aliases": { "create": "create",
"create": "create", "open": "open",
"open": "open", "ticket": "ticket"
"ticket": "ticket" },
}, "args": {
"args": { "topic": {
"topic": { "description": "The topic of the ticket",
"description": "The topic of the ticket", "example": "Problem with billing",
"example": "Problem with billing", "name": "topic"
"name": "topic" }
} },
}, "description": "Create a new ticket",
"description": "Create a new ticket", "name": "new",
"name": "new", "response": {
"response": { "created": {
"created": { "description": "Your ticket has been created: %s.",
"description": "Your ticket has been created: %s.", "title": "✅ Ticket created"
"title": "✅ Ticket created" },
}, "error": {
"error": { "title": "❌ Error"
"title": "❌ Error" },
}, "has_a_ticket": {
"has_a_ticket": { "description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"description": "Please use your existing ticket (<#%s>) or close it before creating another.", "title": "❌ You already have an open ticket"
"title": "❌ You already have an open ticket" },
}, "max_tickets": {
"max_tickets": { "description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s", "title": "❌ You already have %d open tickets"
"title": "❌ You already have %d open tickets" },
}, "no_categories": {
"no_categories": { "description": "A server administrator must create at least one ticket category before a new ticket can be opened.",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened.", "title": "❌ Can't create ticket"
"title": "❌ Can't create ticket" },
}, "select_category": {
"select_category": { "description": "Select the category most relevant to your ticket's topic:\n\n%s",
"description": "Select the category most relevant to your ticket's topic:\n\n%s", "title": "🔤 Please select the ticket category"
"title": "🔤 Please select the ticket category" },
}, "select_category_timeout": {
"select_category_timeout": { "description": "You took too long to select the ticket category.",
"description": "You took too long to select the ticket category.", "title": "❌ Reaction time expired"
"title": "❌ Reaction time expired" }
} },
}, "request_topic": {
"request_topic": { "description": "Please briefly state what this ticket is about in a a few words.",
"description": "Please briefly state what this ticket is about in a a few words.", "title": "Ticket topic"
"title": "Ticket topic" }
} },
}, "panel": {
"panel": { "args": {
"aliases": {}, "categories": {
"args": { "alias": "c",
"categories": { "description": "A category ID",
"alias": "c", "example": "451745464954650634",
"description": "A category ID", "name": "categories"
"example": "451745464954650634", },
"name": "categories" "description": {
}, "alias": "d",
"description": { "description": "The description for the panel message",
"alias": "d", "example": "\"React to this message to open a ticket.\"",
"description": "The description for the panel message", "name": "description"
"example": "\"React to this message to open a ticket.\"", },
"name": "description" "emoji": {
}, "alias": "e",
"emoji": { "description": "An emoji",
"alias": "e", "example": "🎫",
"description": "An emoji", "name": "emoji"
"example": "🎫", },
"name": "emoji" "title": {
}, "alias": "t",
"title": { "description": "The title for the panel message",
"alias": "t", "example": "\"Support tickets\"",
"description": "The title for the panel message", "name": "title"
"example": "\"Support tickets\"", }
"name": "title" },
} "description": "Create a new ticket panel",
}, "name": "panel",
"description": "Create a new ticket panel", "response": {
"name": "panel", "invalid_category": {
"response": { "description": "One or more of the specified category IDs is invalid.",
"invalid_category": { "title": "❌ Invalid category"
"description": "One or more of the specified category IDs is invalid.", },
"title": "❌ Invalid category" "mismatch": {
}, "description": "Please provide the name number of emojis and category IDs.",
"mismatch": { "title": "❌ Invalid input"
"description": "Please provide the name number of emojis and category IDs.", }
"title": "❌ Invalid input" }
} },
} "remove": {
}, "args": {
"remove": { "member": {
"aliases": {}, "description": "The member to remove from the ticket",
"args": { "example": "@someone",
"member": { "name": "member"
"description": "The member to remove from the ticket", },
"example": "@someone", "ticket": {
"name": "member" "description": "The ticket to remove the member from",
}, "example": "217",
"ticket": { "name": "ticket"
"description": "The ticket to remove the member from", }
"example": "217", },
"name": "ticket" "description": "Remove a member from a ticket",
} "name": "remove",
}, "response": {
"description": "Remove a member from a ticket", "removed": {
"name": "remove", "description": "%s has been removed from %s.",
"response": { "title": "✅ Member removed"
"removed": { },
"description": "%s has been removed from %s.", "no_member": {
"title": "✅ Member removed" "description": "Please mention the member you want to remove.",
}, "title": "❌ Unknown member"
"no_member": { },
"description": "Please mention the member you want to remove.", "no_permission": {
"title": "❌ Unknown member" "description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.",
}, "title": "❌ Insufficient permission"
"no_permission": { },
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.", "not_a_ticket": {
"title": "❌ Insufficient permission" "description": "Please use this command in the ticket channel, or mention the channel.",
}, "title": "❌ This isn't a ticket channel"
"not_a_ticket": { }
"description": "Please use this command in the ticket channel, or mention the channel.", }
"title": "❌ This isn't a ticket channel" },
} "settings": {
} "aliases": {
}, "config": "config"
"settings": { },
"aliases": { "description": "Configure Discord Tickets",
"config": "config" "name": "settings",
}, "response": {
"description": "Configure Discord Tickets", "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s",
"name": "settings", "updated": "✅ Settings have been updated."
"response": { }
"invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", },
"updated": "✅ Settings have been updated." "stats": {
} "description": "Display ticket statistics",
}, "fields": {
"stats": { "messages": "Messages",
"aliases": {}, "response_time": {
"args": {}, "minutes": "%s minutes",
"description": "Display ticket statistics", "title": "Avg. response time"
"fields": { },
"messages": "Messages", "tickets": "Tickets"
"response_time": { },
"minutes": "%s minutes", "name": "stats",
"title": "Avg. response time" "response": {
}, "global": {
"tickets": "Tickets" "description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.",
}, "title": "📊 Global stats"
"name": "stats", },
"response": { "guild": {
"global": { "description": "Statistics about tickets within this guild. This data is cached for an hour.",
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", "title": "📊 This server's stats"
"title": "📊 Global stats" }
}, }
"guild": { },
"description": "Statistics about tickets within this guild. This data is cached for an hour.", "survey": {
"title": "📊 This server's stats" "aliases": {
} "surveys": "surveys"
} },
}, "args": {
"survey": { "survey": {
"aliases": { "description": "The name of the survey to view responses of",
"surveys": "surveys" "example": "support",
}, "name": "survey"
"args": { }
"survey": { },
"description": "The name of the survey to view responses of", "description": "View survey responses",
"example": "support", "name": "survey",
"name": "survey" "response": {
} "list": {
}, "title": "📃 Surveys"
"description": "View survey responses", }
"name": "survey", }
"response": { },
"list": { "tag": {
"title": "📃 Surveys" "aliases": {
} "faq": "faq",
} "t": "t",
}, "tags": "tags"
"tag": { },
"aliases": { "args": {
"faq": "faq", "tag": {
"t": "t", "description": "The name of the tag to use",
"tags": "tags" "example": "website",
}, "name": "tag"
"args": { }
"tag": { },
"description": "The name of the tag to use", "description": "Use a tag response",
"example": "website", "name": "tag",
"name": "tag" "response": {
} "error": "❌ Error",
}, "list": {
"description": "Use a tag response", "title": "📃 Tag list"
"name": "tag", },
"response": { "missing": "This tag requires the following arguments:\n%s",
"error": "❌ Error", "not_a_ticket": {
"list": { "description": "This tag can only be used within a ticket channel as it uses ticket references.",
"title": "📃 Tag list" "title": "❌ This isn't a ticket channel"
}, }
"missing": "This tag requires the following arguments:\n%s", }
"not_a_ticket": { },
"description": "This tag can only be used within a ticket channel as it uses ticket references.", "topic": {
"title": "❌ This isn't a ticket channel" "args": {
} "new_topic": {
} "description": "The new topic of the ticket",
}, "example": "billing issue",
"topic": { "name": "new_topic"
"aliases": {}, }
"args": { },
"new_topic": { "description": "Change the topic of the ticket",
"description": "The new topic of the ticket", "name": "topic",
"example": "billing issue", "response": {
"name": "new_topic" "changed": {
} "description": "This ticket's topic has been changed.",
}, "title": "✅ Topic changed"
"description": "Change the topic of the ticket", },
"name": "topic", "not_a_ticket": {
"response": { "description": "Please use this command in the ticket channel you want to change the topic of.",
"changed": { "title": "❌ This isn't a ticket channel"
"description": "This ticket's topic has been changed.", }
"title": "✅ Topic changed" }
}, }
"not_a_ticket": { },
"description": "Please use this command in the ticket channel you want to change the topic of.", "command_execution_error": {
"title": "❌ This isn't a ticket channel" "description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
} "title": "⚠️"
} },
} "message_will_be_deleted_in": "This message will be deleted in %d seconds",
}, "missing_permissions": {
"command_execution_error": { "description": "You do not have the permissions required to use this command:\n%s",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.", "title": "❌"
"title": "⚠️" },
}, "staff_only": {
"message_will_be_deleted_in": "This message will be deleted in %d seconds", "description": "You must be a member of staff to use this command.",
"missing_permissions": { "title": "❌"
"description": "You do not have the permissions required to use this command:\n%s", },
"title": "❌" "ticket": {
}, "claimed": {
"staff_only": { "description": "%s has claimed this ticket.",
"description": "You must be a member of staff to use this command.", "title": "✅ Ticket claimed"
"title": "❌" },
}, "closed": {
"ticket": { "description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"claimed": { "title": "✅ Ticket closed"
"description": "%s has claimed this ticket.", },
"title": "✅ Ticket claimed" "closed_by_member": {
}, "description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"closed": { "title": "✅ Ticket closed"
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", },
"title": "✅ Ticket closed" "closed_by_member_with_reason": {
}, "description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"closed_by_member": { "title": "✅ Ticket closed"
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", },
"title": "✅ Ticket closed" "closed_with_reason": {
}, "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"closed_by_member_with_reason": { "title": "✅ Ticket closed"
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", },
"title": "✅ Ticket closed" "member_added": {
}, "description": "%s has been added by %s",
"closed_with_reason": { "title": "Member added"
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", },
"title": "✅ Ticket closed" "member_removed": {
}, "description": "%s has been removed by %s",
"member_added": { "title": "Member removed"
"description": "%s has been added by %s", },
"title": "Member added" "opening_message": {
}, "fields": {
"member_removed": { "topic": "Topic"
"description": "%s has been removed by %s", }
"title": "Member removed" },
}, "questions": "Please answer the following questions:\n\n%s",
"opening_message": { "released": {
"fields": { "description": "%s has released this ticket.",
"topic": "Topic" "title": "✅ Ticket released"
} },
}, "survey": {
"questions": "Please answer the following questions:\n\n%s", "complete": {
"released": { "description": "Thank you for your feedback.",
"description": "%s has released this ticket.", "title": "✅ Thank you"
"title": "✅ Ticket released" },
}, "start": {
"survey": { "description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.",
"complete": { "title": "❔ Feedback"
"description": "Thank you for your feedback.", }
"title": "✅ Thank you" }
}, }
"start": { }
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.",
"title": "❔ Feedback"
}
}
}
}