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:
Isaac 2021-09-12 19:42:25 +00:00 committed by Weblate
parent edc6b1c599
commit b06d6451ab
No known key found for this signature in database
GPG Key ID: C344946F5CB924CF

View File

@ -20,6 +20,10 @@
"title": "`%s` command usage" "title": "`%s` command usage"
}, },
"collector_expires_in": "Expires in %d seconds", "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": { "commands": {
"add": { "add": {
"args": { "args": {
@ -107,6 +111,7 @@
"reason": { "reason": {
"alias": "r", "alias": "r",
"description": "The reason for closing the ticket(s)", "description": "The reason for closing the ticket(s)",
"example": "Resolved",
"name": "reason" "name": "reason"
}, },
"ticket": { "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.", "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": {
"description": "You took too long to confirm.",
"title": "❌ Reaction time expired"
},
"confirm_multiple": { "confirm_multiple": {
"description": [ "description": [
"React with ✅ to close %d ticket.", "React with ✅ to close %d ticket.",
@ -155,18 +156,22 @@
], ],
"title": "❔ Are you sure?" "title": "❔ Are you sure?"
}, },
"confirmation_timeout": {
"description": "You took too long to confirm.",
"title": "❌ Reaction time expired"
},
"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": {
"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": { "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"
}, },
"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": { "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"
@ -212,6 +217,10 @@
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
"name": "new", "name": "new",
"request_topic": {
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
},
"response": { "response": {
"created": { "created": {
"description": "Your ticket has been created: %s.", "description": "Your ticket has been created: %s.",
@ -240,10 +249,6 @@
"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": {
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
} }
}, },
"panel": { "panel": {
@ -302,10 +307,6 @@
"description": "Remove a member from a ticket", "description": "Remove a member from a ticket",
"name": "remove", "name": "remove",
"response": { "response": {
"removed": {
"description": "%s has been removed from %s.",
"title": "✅ Member removed"
},
"no_member": { "no_member": {
"description": "Please mention the member you want to remove.", "description": "Please mention the member you want to remove.",
"title": "❌ Unknown member" "title": "❌ Unknown member"
@ -317,6 +318,10 @@
"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"
},
"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", "message_will_be_deleted_in": "This message will be deleted in %d seconds",
"missing_permissions": { "missing_permissions": {
"description": "You do not have the permissions required to use this command:\n%s", "description": "You do not have the permissions required to use this command:\n%s",