mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
feat(translations): update English (United States) translation
Currently translated at 100.0% (228 of 228 strings) Translation: Discord Tickets/Bot Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/en_US/
This commit is contained in:
parent
edc6b1c599
commit
b06d6451ab
@ -20,6 +20,10 @@
|
||||
"title": "`%s` command usage"
|
||||
},
|
||||
"collector_expires_in": "Expires in %d seconds",
|
||||
"command_execution_error": {
|
||||
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
|
||||
"title": "⚠️"
|
||||
},
|
||||
"commands": {
|
||||
"add": {
|
||||
"args": {
|
||||
@ -107,6 +111,7 @@
|
||||
"reason": {
|
||||
"alias": "r",
|
||||
"description": "The reason for closing the ticket(s)",
|
||||
"example": "Resolved",
|
||||
"name": "reason"
|
||||
},
|
||||
"ticket": {
|
||||
@ -144,10 +149,6 @@
|
||||
"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?"
|
||||
},
|
||||
"confirmation_timeout": {
|
||||
"description": "You took too long to confirm.",
|
||||
"title": "❌ Reaction time expired"
|
||||
},
|
||||
"confirm_multiple": {
|
||||
"description": [
|
||||
"React with ✅ to close %d ticket.",
|
||||
@ -155,18 +156,22 @@
|
||||
],
|
||||
"title": "❔ Are you sure?"
|
||||
},
|
||||
"confirmation_timeout": {
|
||||
"description": "You took too long to confirm.",
|
||||
"title": "❌ Reaction time expired"
|
||||
},
|
||||
"invalid_time": {
|
||||
"description": "The time period provided could not be parsed.",
|
||||
"title": "❌ Invalid input"
|
||||
},
|
||||
"not_a_ticket": {
|
||||
"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"
|
||||
},
|
||||
"no_tickets": {
|
||||
"description": "There are no tickets which have been inactive for this time period.",
|
||||
"title": "❌ No tickets to close"
|
||||
},
|
||||
"not_a_ticket": {
|
||||
"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"
|
||||
},
|
||||
"unresolvable": {
|
||||
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
|
||||
"title": "❌ Error"
|
||||
@ -212,6 +217,10 @@
|
||||
},
|
||||
"description": "Create a new ticket",
|
||||
"name": "new",
|
||||
"request_topic": {
|
||||
"description": "Please briefly state what this ticket is about in a a few words.",
|
||||
"title": "Ticket topic"
|
||||
},
|
||||
"response": {
|
||||
"created": {
|
||||
"description": "Your ticket has been created: %s.",
|
||||
@ -240,10 +249,6 @@
|
||||
"description": "You took too long to select the ticket category.",
|
||||
"title": "❌ Reaction time expired"
|
||||
}
|
||||
},
|
||||
"request_topic": {
|
||||
"description": "Please briefly state what this ticket is about in a a few words.",
|
||||
"title": "Ticket topic"
|
||||
}
|
||||
},
|
||||
"panel": {
|
||||
@ -302,10 +307,6 @@
|
||||
"description": "Remove a member from a ticket",
|
||||
"name": "remove",
|
||||
"response": {
|
||||
"removed": {
|
||||
"description": "%s has been removed from %s.",
|
||||
"title": "✅ Member removed"
|
||||
},
|
||||
"no_member": {
|
||||
"description": "Please mention the member you want to remove.",
|
||||
"title": "❌ Unknown member"
|
||||
@ -317,6 +318,10 @@
|
||||
"not_a_ticket": {
|
||||
"description": "Please use this command in the ticket channel, or mention the channel.",
|
||||
"title": "❌ This isn't a ticket channel"
|
||||
},
|
||||
"removed": {
|
||||
"description": "%s has been removed from %s.",
|
||||
"title": "✅ Member removed"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -421,10 +426,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"command_execution_error": {
|
||||
"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": {
|
||||
"description": "You do not have the permissions required to use this command:\n%s",
|
||||
|
Loading…
Reference in New Issue
Block a user