From b349cf7eb92a9ece2b4643ad21a9e492b1f2f67c Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 12 Jul 2021 17:25:06 +0100 Subject: [PATCH] New Crowdin updates (#178) * New translations en-GB.json (Dutch) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (Thai) * New translations en-GB.json (Thai) * New translations en-GB.json (Thai) --- src/locales/nl-NL.json | 146 ++++++------ src/locales/pt-BR.json | 100 ++++----- src/locales/th-TH.json | 494 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 617 insertions(+), 123 deletions(-) create mode 100644 src/locales/th-TH.json diff --git a/src/locales/nl-NL.json b/src/locales/nl-NL.json index 6d2cb59..aa5a0f8 100644 --- a/src/locales/nl-NL.json +++ b/src/locales/nl-NL.json @@ -11,35 +11,35 @@ "description": "**Beschrijving:** %s", "example": "**Voorbeeld:** '%s'" }, - "description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", + "description": "**Gebruik:**\n'%s'\n\n**Voorbeeld:**\n'%s'\n\nVereiste argumenten worden voorafgegaan door '❗'.", "invalid_named_args": { "description": "Er is een fout opgetreden in het commando van uw opdracht: '%s'.\ntyp '%s' voor een voorbeeld.\nVraag het een medewerker als u denkt dat dit een fout is.", "title": "❌ Ongeldige commando" }, - "named_args": "This command uses named arguments.\n\n", - "title": "`%s` command usage" + "named_args": "Deze opdracht maakt gebruik van benoemde argumenten.\n\n", + "title": "'%s' command gebruik" }, - "collector_expires_in": "Expires in %d seconds", + "collector_expires_in": "Verloopt over %d seconden", "commands": { "add": { "aliases": {}, "args": { "member": { - "description": "The member to add to the ticket", - "example": "@someone", - "name": "member" + "description": "Het lid dat aan de ticket moet worden toegevoegd", + "example": "@iemand", + "name": "lid" }, "ticket": { - "description": "The ticket to add the member to", + "description": "De ticket om het lid aan toe te voegen", "example": "217", "name": "ticket" } }, - "description": "Add a member to a ticket", - "name": "add", + "description": "Een lid toevoegen aan een ticket", + "name": "toevoegen", "response": { "added": { - "description": "%s has been added to %s.", + "description": "%s is toegevoegd aan %s.", "title": "✅ lid toegevoegd" }, "no_member": { @@ -125,75 +125,75 @@ } }, "description": "Een ticketkanaal sluiten", - "name": "close", + "name": "sluiten", "response": { "closed": { - "description": "Ticket #%s has been closed.", - "title": "✅ Ticket closed" + "description": "Ticket #%s is gesloten.", + "title": "✅ Ticket gesloten" }, "closed_multiple": { "description": [ - "%d ticket has been closed.", - "%d tickets have been closed." + "%d ticket is gesloten.", + "%d tickets zijn gesloten." ], "title": [ - "✅ Ticket closed", - "✅ Tickets closed" + "✅ Ticket gesloten", + "✅ Tickets gesloten" ] }, "confirm": { - "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.", - "title": "❔ Are you sure?" + "description": "Reageer met ✅ om deze ticket te sluiten.", + "description_with_archive": "U kunt er daarna een gearchiveerde versie van bekijken.\nReageer met ✅ om deze ticket te sluiten.", + "title": "❔ Weet je het zeker?" }, "confirmation_timeout": { - "description": "You took too long to confirm.", - "title": "❌ Reaction time expired" + "description": "Je deed er te lang over om het te bevestigen.", + "title": "❌ Reactietijd verstreken" }, "confirm_multiple": { "description": [ - "React with ✅ to close %d ticket.", - "React with ✅ to close %d tickets." + "Reageer met ✅ om %d ticket te sluiten.", + "Reageer met ✅ om %d tickets te sluiten." ], - "title": "❔ Are you sure?" + "title": "❔ Weet je het zeker?" }, "invalid_time": { - "description": "The time period provided could not be parsed.", - "title": "❌ Invalid input" + "description": "De opgegeven periode kan niet worden geparseerd.", + "title": "❌ ongeldige invoer" }, "not_a_ticket": { - "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", + "description": "Gebruik deze commando in een ticketkanaal of gebruik de ticket emoji.\nType '%shelp sluiten' voor meer informatie.", "title": "❌ Dit is geen ticketkanaal" }, "no_tickets": { - "description": "There are no tickets which have been inactive for this time period.", - "title": "❌ No tickets to close" + "description": "Er zijn geen tickets die inactief zijn geweest voor deze periode.", + "title": "❌ Geen tickets om te sluiten" }, "unresolvable": { - "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", - "title": "❌ Error" + "description": "'%s' kon niet worden omgezet in een ticket. Geef het ticket-ID/vermelding of nummer op.", + "title": "❌ fout" } } }, "help": { "aliases": { - "command": "command", - "commands": "commands" + "command": "commando", + "commands": "commandos" }, "args": { "command": { - "description": "The command to display information about", + "description": "De commando om informatie over te krijgen", "example": "new", - "name": "command" + "name": "commando" } }, - "description": "List commands you have access to, or find out more about a command", + "description": "Opdrachten weergeven waar u toegang toe heeft, of meer informatie over een opdracht", "name": "help", "response": { "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": "De commandos waar u toegang toe hebt, worden hieronder vermeld. Typ '{prefix}help [command]' voor meer informatie over een commando. Als u een ticket wilt maken, typt u '{prefix}new [topic]'.", "fields": { - "commands": "Commands" + "commands": "Commandos" }, "title": "❔ Help" } @@ -201,29 +201,29 @@ }, "new": { "aliases": { - "create": "create", - "open": "open", + "create": "maken", + "open": "openen", "ticket": "ticket" }, "args": { "topic": { - "description": "The topic of the ticket", - "example": "Problem with billing", - "name": "topic" + "description": "Het onderwerp van de ticket", + "example": "Probleem met facturering", + "name": "onderwerp" } }, - "description": "Create a new ticket", + "description": "Een nieuw ticket maken", "name": "new", "response": { "created": { - "description": "Your ticket has been created: %s.", - "title": "✅ Ticket created" + "description": "Uw ticket is aangemaakt: %s.", + "title": "✅ ticket gemaakt" }, "error": { - "title": "❌ Error" + "title": "❌ fout" }, "has_a_ticket": { - "description": "Gebruik uw bestaande ticket (<#%s>) of sluit de ticket voordat u een ander ticket maakt.", + "description": "Gebruik uw bestaande ticket (<#%s>) of sluit uw oude ticket voordat u een ander ticket maakt.", "title": "❌ Je hebt al een ticket open staan" }, "max_tickets": { @@ -240,7 +240,7 @@ }, "select_category_timeout": { "description": "Het duurde te lang om de ticketcategorie te selecteren.", - "title": "❌ Reaction time expired" + "title": "❌ Reactietijd verstreken" } }, "request_topic": { @@ -285,7 +285,7 @@ }, "mismatch": { "description": "Geef het naamnummer van emoji's en categorie-ID's op.", - "title": "❌ Invalid input" + "title": "❌ ongeldige invoer" } } }, @@ -294,8 +294,8 @@ "args": { "member": { "description": "Het lid dat van de ticket moet worden verwijderd", - "example": "@someone", - "name": "member" + "example": "@iemand", + "name": "lid" }, "ticket": { "description": "De ticket om het lid uit te verwijderen", @@ -394,7 +394,7 @@ "description": "Een tagrespons gebruiken", "name": "label", "response": { - "error": "❌ Error", + "error": "❌ fout", "list": { "title": "📃 Tag lijst" }, @@ -415,7 +415,7 @@ } }, "description": "Het onderwerp van het ticket wijzigen", - "name": "topic", + "name": "onderwerp", "response": { "changed": { "description": "Het onderwerp van dit ticket is gewijzigd.", @@ -448,45 +448,45 @@ }, "closed": { "description": "Deze ticket is gesloten.\nHet kanaal wordt binnen 5 seconden verwijderd.", - "title": "✅ Ticket closed" + "title": "✅ Ticket gesloten" }, "closed_by_member": { "description": "Deze ticket is gesloten door %s.\nHet kanaal wordt binnen 5 seconden verwijderd.", - "title": "✅ Ticket closed" + "title": "✅ Ticket gesloten" }, "closed_by_member_with_reason": { - "description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", - "title": "✅ Ticket closed" + "description": "Deze ticket is gesloten door %s: '%s'\nHet kanaal wordt binnen 5 seconden verwijderd.", + "title": "✅ Ticket gesloten" }, "closed_with_reason": { - "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", - "title": "✅ Ticket closed" + "description": "Deze ticket is gesloten: '%s'\nHet kanaal wordt binnen 5 seconden verwijderd.", + "title": "✅ Ticket gesloten" }, "member_added": { - "description": "%s has been added by %s", - "title": "Member added" + "description": "%s is toegevoegd door %s", + "title": "Lid toegevoegd" }, "member_removed": { - "description": "%s has been removed by %s", - "title": "Member removed" + "description": "%s is verwijderd door %s", + "title": "Lid verwijderd" }, "opening_message": { "fields": { - "topic": "Topic" + "topic": "Onderwerp" } }, - "questions": "Please answer the following questions:\n\n%s", + "questions": "Beantwoord de volgende vragen:\n\n%s", "released": { - "description": "%s has released this ticket.", - "title": "✅ Ticket released" + "description": "%s heeft deze ticket vrijgegeven.", + "title": "✅ Ticket vrijgegeven" }, "survey": { "complete": { - "description": "Thank you for your feedback.", - "title": "✅ Thank you" + "description": "Bedankt voor uw feedback.", + "title": "✅ Dank u" }, "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.", + "description": "Hey %s. Voordat dit kanaal wordt verwijderd, wilt u een snelle %d-vragen enquête invullen? Reageer met ✅ om dit bericht te starten of negeer dit bericht.", "title": "❔ Feedback" } } diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 3a1bd37..47f79fa 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -35,24 +35,24 @@ "name": "ticket" } }, - "description": "Add a member to a ticket", + "description": "Adicionar um usuário ao ticket", "name": "add", "response": { "added": { - "description": "%s has been added to %s.", - "title": "✅ Member added" + "description": "%s foi adicionado ao ticket %s.", + "title": "✅ Usuário adicionado" }, "no_member": { - "description": "Please mention the member you want to add.", - "title": "❌ Unknown member" + "description": "Por favor, mencione o membro que quer adicionar", + "title": "❌ Membro não encontrado" }, "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.", - "title": "❌ Insufficient permission" + "description": "Você não é o criador deste tíquete e não é um membro da equipe; você não pode adicionar membros a este tíquete.", + "title": "❌ Você não tem permissões" }, "not_a_ticket": { - "description": "Please use this command in the ticket channel, or mention the channel.", - "title": "❌ This isn't a ticket channel" + "description": "Use este comando no canal do ticket ou mencione o canal.", + "title": "❌ Este não é um canal de ingressos" } } }, @@ -128,50 +128,50 @@ "name": "close", "response": { "closed": { - "description": "Ticket #%s has been closed.", + "description": "Ticket #%s foi fechado.", "title": "✅ Ticket fechado" }, "closed_multiple": { "description": [ - "%d ticket has been closed.", - "%d tickets have been closed." + "%d ticket foi fechado", + "%d tickets foram fechados" ], "title": [ "✅ Ticket fechado", - "✅ Tickets closed" + "✅ Tickets fechados" ] }, "confirm": { - "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.", - "title": "❔ Are you sure?" + "description": "Reaja com ✅ para confirmar", + "description_with_archive": "Você poderá ver uma versão arquivada dele depois.\nReaja com ✅ para fechar o ticket", + "title": "❔ Deseja realmente fechar o ticket?" }, "confirmation_timeout": { - "description": "You took too long to confirm.", + "description": "Você demorou muito para confirmar.", "title": "❌ Tempo de reação expirado" }, "confirm_multiple": { "description": [ - "React with ✅ to close %d ticket.", - "React with ✅ to close %d tickets." + "Reaja com ✅ para fechar %d ticket.", + "Reaja com ✅ para fechar %d tickets." ], - "title": "❔ Are you sure?" + "title": "❔ Deseja realmente fechar o ticket?" }, "invalid_time": { - "description": "The time period provided could not be parsed.", - "title": "❌ Invalid input" + "description": "O período de tempo não pode ser análisado", + "title": "❌ Entrada inválida" }, "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" + "description": "Use este comando em um canal de ticket ou use o sinalizador de ticket.\nUse `%shelp close` para mais informações", + "title": "❌ Este não é um canal de ingressos" }, "no_tickets": { - "description": "There are no tickets which have been inactive for this time period.", - "title": "❌ No tickets to close" + "description": "Não há tickets inativos neste período.", + "title": "❌ Nenhum ticket para fechar" }, "unresolvable": { - "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", - "title": "❌ Error" + "description": "`%s` não pôde ser resolvido para um ticket. Forneça a ID / menção ou número do ticket.", + "title": "❌ Erro" } } }, @@ -220,7 +220,7 @@ "title": "✅ Ticket criado" }, "error": { - "title": "❌ Error" + "title": "❌ Erro" }, "has_a_ticket": { "description": "Por favor, use o seu ticket existente (<#%s>) ou feche-o antes de criar outro.", @@ -285,7 +285,7 @@ }, "mismatch": { "description": "Please provide the name number of emojis and category IDs.", - "title": "❌ Invalid input" + "title": "❌ Entrada inválida" } } }, @@ -312,15 +312,15 @@ }, "no_member": { "description": "Please mention the member you want to remove.", - "title": "❌ Unknown member" + "title": "❌ Membro não encontrado" }, "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.", - "title": "❌ Insufficient permission" + "title": "❌ Você não tem permissões" }, "not_a_ticket": { - "description": "Please use this command in the ticket channel, or mention the channel.", - "title": "❌ This isn't a ticket channel" + "description": "Use este comando no canal do ticket ou mencione o canal.", + "title": "❌ Este não é um canal de ingressos" } } }, @@ -394,14 +394,14 @@ "description": "Use a tag response", "name": "tag", "response": { - "error": "❌ Error", + "error": "❌ Erro", "list": { "title": "📃 Tag list" }, "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.", - "title": "❌ This isn't a ticket channel" + "title": "❌ Este não é um canal de ingressos" } } }, @@ -423,7 +423,7 @@ }, "not_a_ticket": { "description": "Please use this command in the ticket channel you want to change the topic of.", - "title": "❌ This isn't a ticket channel" + "title": "❌ Este não é um canal de ingressos" } } } @@ -447,46 +447,46 @@ "title": "✅ Ticket claimed" }, "closed": { - "description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", + "description": "Ticket fechado.\nA sala sera deletada em 5 segundos", "title": "✅ Ticket fechado" }, "closed_by_member": { - "description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", + "description": "Ticket fechado por %s.\nA sala sera deletada em 5 segundos", "title": "✅ Ticket fechado" }, "closed_by_member_with_reason": { - "description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", + "description": "Ticket fechado por %s, motivo: `%s`\nA sala sera deletada em 5 segundos", "title": "✅ Ticket fechado" }, "closed_with_reason": { - "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", + "description": "Ticket foi fechado, motivo: `%s`\nA sala sera deletada em 5 segundos", "title": "✅ Ticket fechado" }, "member_added": { - "description": "%s has been added by %s", - "title": "Member added" + "description": "%s foi adicionado ao ticket %s", + "title": "Usuário adicionado" }, "member_removed": { - "description": "%s has been removed by %s", - "title": "Member removed" + "description": "%s foi removido do ticket por %s", + "title": "Membro removido" }, "opening_message": { "fields": { - "topic": "Topic" + "topic": "Topico" } }, - "questions": "Please answer the following questions:\n\n%s", + "questions": "Por favor responda as seguintes questões:\n\n%s", "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" }, "survey": { "complete": { - "description": "Thank you for your feedback.", - "title": "✅ Thank you" + "description": "Obrigado por seu feedback.", + "title": "✅ Obrigado" }, "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.", + "description": "Ei, %s. Antes de este canal ser excluído, você se importaria de responder a uma pesquisa rápida com %d perguntas? Reaja com ✅ para iniciar ou ignore esta mensagem.", "title": "❔ Feedback" } } diff --git a/src/locales/th-TH.json b/src/locales/th-TH.json new file mode 100644 index 0000000..50abc31 --- /dev/null +++ b/src/locales/th-TH.json @@ -0,0 +1,494 @@ +{ + "bot": { + "missing_permissions": { + "description": "Discord Tickets ต้องการการสิทธิ์อนุญาตดังต่อไปนี้: %s", + "title": "⚠️" + }, + "version": "[Discord Tickets](%s) v%s สร้างโดย [eartharoid](%s)" + }, + "cmd_usage": { + "args": { + "description": "**คำอธิบาย:** %s", + "example": "**ตัวอย่าง:** `%s`" + }, + "description": "**การใช้งาน:**\n`%s`\n\n**ตัวอย่าง:**\n`%s`\n\nอาร์กิวเมนต์ที่จำเป็นจะต้องขึ้นต้นด้วย `❗`", + "invalid_named_args": { + "description": "มีข้อผิดพลาดในไวยากรณ์ในคำสั่งของคุณ: `%s`\nพิมพ์ `%s` เพื่อดูตัวอย่าง\nกรุณาถามทีมงานที่เกี่ยวข้องหากคุณไม่แน่ใจ", + "title": "❌ไวยากรณ์ไม่ถูกต้อง" + }, + "named_args": "คําสั่งนี้ใช้อาร์กิวเมนต์ที่มีชื่อ\n\n", + "title": "การใช้งานคำสั่ง `%s`" + }, + "collector_expires_in": "หมดอายุในอีก %d วินาที", + "commands": { + "add": { + "aliases": {}, + "args": { + "member": { + "description": "สมาชิกที่จะเพิ่มไปยังตั๋วสนับสนุน", + "example": "@someone", + "name": "member" + }, + "ticket": { + "description": "The ticket to add the member to", + "example": "217", + "name": "ticket" + } + }, + "description": "Add a member to a ticket", + "name": "add", + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "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.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } + }, + "blacklist": { + "aliases": { + "unblacklist": "unblacklist" + }, + "args": { + "member_or_role": { + "description": "The member or role to add/remove", + "example": "@NaughtyMember", + "name": "memberOrRole" + } + }, + "description": "Blacklist/unblacklist a member from interacting with the bot", + "name": "blacklist", + "response": { + "empty_list": { + "description": "There are no members or roles blacklisted. Type `%sblacklist ` to add a member or role to the blacklist.", + "title": "📃 Blacklisted members and roles" + }, + "illegal_action": { + "description": "%s is a staff member and cannot be blacklisted.", + "title": "❌ You can't blacklist this member" + }, + "list": { + "title": "📃 Blacklisted members and roles" + }, + "member_added": { + "description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.", + "title": "✅ Added member to blacklist" + }, + "member_removed": { + "description": "<@%s> has been removed from the blacklist. They can now use the bot again.", + "title": "✅ Removed member from blacklist" + }, + "role_added": { + "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" + }, + "role_removed": { + "description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.", + "title": "✅ Removed role from blacklist" + } + } + }, + "close": { + "aliases": { + "delete": "delete", + "lock": "lock" + }, + "args": { + "reason": { + "alias": "r", + "description": "The reason for closing the ticket(s)", + "example": "", + "name": "reason" + }, + "ticket": { + "alias": "t", + "description": "The ticket to close, either the number or the channel mention/ID", + "example": "217", + "name": "ticket" + }, + "time": { + "alias": "T", + "description": "Close all tickets that have been inactive for the specified time", + "example": "1w", + "name": "time" + } + }, + "description": "Close a ticket channel", + "name": "close", + "response": { + "closed": { + "description": "Ticket #%s has been closed.", + "title": "✅ Ticket closed" + }, + "closed_multiple": { + "description": [ + "%d ticket has been closed.", + "%d tickets have been closed." + ], + "title": [ + "✅ Ticket closed", + "✅ Tickets closed" + ] + }, + "confirm": { + "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.", + "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.", + "React with ✅ to close %d tickets." + ], + "title": "❔ Are you sure?" + }, + "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" + }, + "unresolvable": { + "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", + "title": "❌ Error" + } + } + }, + "help": { + "aliases": { + "command": "command", + "commands": "commands" + }, + "args": { + "command": { + "description": "The command to display information about", + "example": "new", + "name": "command" + } + }, + "description": "List commands you have access to, or find out more about a command", + "name": "help", + "response": { + "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]`.", + "fields": { + "commands": "Commands" + }, + "title": "❔ Help" + } + } + }, + "new": { + "aliases": { + "create": "create", + "open": "open", + "ticket": "ticket" + }, + "args": { + "topic": { + "description": "The topic of the ticket", + "example": "Problem with billing", + "name": "topic" + } + }, + "description": "Create a new ticket", + "name": "new", + "response": { + "created": { + "description": "Your ticket has been created: %s.", + "title": "✅ Ticket created" + }, + "error": { + "title": "❌ Error" + }, + "has_a_ticket": { + "description": "Please use your existing ticket (<#%s>) or close it before creating another.", + "title": "❌ You already have an open ticket" + }, + "max_tickets": { + "description": "Please use `%sclose` to close any unneeded tickets.\n\n%s", + "title": "❌ You already have %d open tickets" + }, + "no_categories": { + "description": "A server administrator must create at least one ticket category before a new ticket can be opened.", + "title": "❌ Can't create ticket" + }, + "select_category": { + "description": "Select the category most relevant to your ticket's topic:\n\n%s", + "title": "🔤 Please select the ticket category" + }, + "select_category_timeout": { + "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": { + "aliases": {}, + "args": { + "categories": { + "alias": "c", + "description": "A category ID", + "example": "451745464954650634", + "name": "categories" + }, + "description": { + "alias": "d", + "description": "The description for the panel message", + "example": "\"React to this message to open a ticket.\"", + "name": "คำอธิบาย" + }, + "emoji": { + "alias": "e", + "description": "อิโมจิ", + "example": "🎫", + "name": "อิโมจิ" + }, + "title": { + "alias": "t", + "description": "ชื่อหัวข้อสำหรับแผงข้อความ", + "example": "\"ตั๋วสนับสนุน\"", + "name": "หัวข้อ" + } + }, + "description": "สร้างแผงตั๋วสนับสนุนใหม่", + "name": "แผง", + "response": { + "invalid_category": { + "description": "รหัสหมวดหมู่ที่ระบุอย่างน้อยหนึ่งรายการไม่ถูกต้อง", + "title": "❌หมวดหมู่ไม่ถูกต้อง" + }, + "mismatch": { + "description": "โปรดระบุหมายเลขชื่ออีโมจิและรหัสหมวดหมู่", + "title": "❌ Invalid input" + } + } + }, + "remove": { + "aliases": {}, + "args": { + "member": { + "description": "สมาชิกที่จะลบออกจากตั๋วสนับสนุน", + "example": "@someone", + "name": "member" + }, + "ticket": { + "description": "ตั๋วสนับสนุนที่จะเอาสมาชิกออกจาก", + "example": "217", + "name": "ticket" + } + }, + "description": "ลบสมาชิกออกจากตั๋วสนับสนุน", + "name": "ลบ", + "response": { + "removed": { + "description": "%s ถูกลบออกจาก %s แล้ว", + "title": "✅สมาชิกถูกลบออกแล้ว" + }, + "no_member": { + "description": "โปรดแท็กสมาชิกที่คุณต้องการลบ", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "คุณไม่ใช่ผู้สร้างตั๋วสนับสนุนใบนี้และคุณก็ไม่ได้เป็นหนุ่งในทีมงานของเซิร์ฟเวอร์ คุณจึงไม่สามารถลบสมาชิกออกจากตั๋วนี้ได้", + "title": "❌ Insufficient permission" + }, + "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": "ตั้งค่า" + }, + "description": "ตั้งค่าบอท Discord Tickets", + "name": "การตั้งค่า", + "response": { + "invalid": "❌การตั้งค่าไม่ถูกต้อง โปรดดูเอกสารประกอบ\n%s", + "updated": "✅ Settings have been updated." + } + }, + "stats": { + "aliases": {}, + "args": {}, + "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, + "name": "stats", + "response": { + "global": { + "description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", + "title": "📊 Global stats" + }, + "guild": { + "description": "Statistics about tickets within this guild. This data is cached for an hour.", + "title": "📊 This server's stats" + } + } + }, + "survey": { + "aliases": { + "surveys": "surveys" + }, + "args": { + "survey": { + "description": "The name of the survey to view responses of", + "example": "support", + "name": "survey" + } + }, + "description": "View survey responses", + "name": "survey", + "response": { + "list": { + "title": "📃 Surveys" + } + } + }, + "tag": { + "aliases": { + "faq": "faq", + "t": "t", + "tags": "tags" + }, + "args": { + "tag": { + "description": "The name of the tag to use", + "example": "website", + "name": "tag" + } + }, + "description": "Use a tag response", + "name": "tag", + "response": { + "error": "❌ Error", + "list": { + "title": "📃 Tag list" + }, + "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.", + "title": "❌ This isn't a ticket channel" + } + } + }, + "topic": { + "aliases": {}, + "args": { + "new_topic": { + "description": "The new topic of the ticket", + "example": "billing issue", + "name": "new_topic" + } + }, + "description": "Change the topic of the ticket", + "name": "topic", + "response": { + "changed": { + "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.", + "title": "❌ This isn't a ticket channel" + } + } + } + }, + "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", + "title": "❌" + }, + "staff_only": { + "description": "You must be a member of staff to use this command.", + "title": "❌" + }, + "ticket": { + "claimed": { + "description": "%s has claimed this ticket.", + "title": "✅ Ticket claimed" + }, + "closed": { + "description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_by_member": { + "description": "This ticket has been closed by %s.\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.", + "title": "✅ Ticket closed" + }, + "closed_with_reason": { + "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, + "member_removed": { + "description": "%s has been removed by %s", + "title": "Member removed" + }, + "opening_message": { + "fields": { + "topic": "Topic" + } + }, + "questions": "Please answer the following questions:\n\n%s", + "released": { + "description": "%s has released this ticket.", + "title": "✅ Ticket released" + }, + "survey": { + "complete": { + "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" + } + } + } +} \ No newline at end of file