From 8c8bd54e9f8ec938f0a5dc61b9ee7f6b85c0fdef Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 18 May 2021 22:39:16 +0100 Subject: [PATCH] New Crowdin updates (#151) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) * New translations en-GB.json (French) * New translations en-GB.json (Spanish) * New translations en-GB.json (Czech) * New translations en-GB.json (German) * New translations en-GB.json (Italian) * New translations en-GB.json (Russian) * New translations en-GB.json (English, United States) * New translations en-GB.json (Norwegian) * New translations en-GB.json (Indonesian) * New translations en-GB.json (Hindi) * New translations en-GB.json (Portuguese, Brazilian) --- src/locales/cs-CZ.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/de-DE.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/en-US.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/es-ES.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/fr-FR.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/hi-IN.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/id-ID.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/it-IT.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/no-NO.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/pt-BR.json | 105 ++++++++++++++++++++++++++++++++++++----- src/locales/ru-RU.json | 105 ++++++++++++++++++++++++++++++++++++----- 11 files changed, 1034 insertions(+), 121 deletions(-) diff --git a/src/locales/cs-CZ.json b/src/locales/cs-CZ.json index d997129..f42249e 100644 --- a/src/locales/cs-CZ.json +++ b/src/locales/cs-CZ.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Vytvoří ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Téma" - } - }, - "questions": "Prosím odpovězte na níže položené otázky:\n\n%s", "response": { "created": { "description": "Tvůj ticket byl vytvořen: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Konfigurace Discord ticketů", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Nastavení bylo aktualizováno." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": "❌ Chyba", + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/de-DE.json b/src/locales/de-DE.json index 840d3c7..9d7a776 100644 --- a/src/locales/de-DE.json +++ b/src/locales/de-DE.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Create a new ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Topic" - } - }, - "questions": "Please answer the following questions:\n\n%s", "response": { "created": { "description": "Your ticket has been created: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Settings have been updated." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 1fcefe4..d95c7e5 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Create a new ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Topic" - } - }, - "questions": "Please answer the following questions:\n\n%s", "response": { "created": { "description": "Your ticket has been created: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Settings have been updated." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/es-ES.json b/src/locales/es-ES.json index 1fcefe4..d95c7e5 100644 --- a/src/locales/es-ES.json +++ b/src/locales/es-ES.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Create a new ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Topic" - } - }, - "questions": "Please answer the following questions:\n\n%s", "response": { "created": { "description": "Your ticket has been created: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Settings have been updated." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/fr-FR.json b/src/locales/fr-FR.json index 1fcefe4..d95c7e5 100644 --- a/src/locales/fr-FR.json +++ b/src/locales/fr-FR.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Create a new ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Topic" - } - }, - "questions": "Please answer the following questions:\n\n%s", "response": { "created": { "description": "Your ticket has been created: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Settings have been updated." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/hi-IN.json b/src/locales/hi-IN.json index 29c7c1e..5bd91c6 100644 --- a/src/locales/hi-IN.json +++ b/src/locales/hi-IN.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Create a new ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Topic" - } - }, - "questions": "Please answer the following questions:\n\n%s", "response": { "created": { "description": "Your ticket has been created: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Settings have been updated." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topic", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/id-ID.json b/src/locales/id-ID.json index 6ac3310..3de78f4 100644 --- a/src/locales/id-ID.json +++ b/src/locales/id-ID.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "baru", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Buat tiket baru", "name": "baru", - "opening_message": { - "fields": { - "topic": "Topik" - } - }, - "questions": "Tolong jawab pertanyaan-pertanyaan berikut:\n\n%s", "response": { "created": { "description": "Tiket anda telah dibuat: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Konfigurasi Discord Tickets", "name": "pengaturan", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Pengaturan telah diperbarui." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "topik", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/it-IT.json b/src/locales/it-IT.json index a156598..9bce79c 100644 --- a/src/locales/it-IT.json +++ b/src/locales/it-IT.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "nuovo", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Crea un nuovo ticket", "name": "nuovo", - "opening_message": { - "fields": { - "topic": "Argomento" - } - }, - "questions": "Si prega di rispondere alle seguenti domande:\n\n%s", "response": { "created": { "description": "Il tuo ticket è stato creato: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configura il bot discord dei ticket", "name": "impostazioni", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Le impostazioni sono state aggiornate." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "argomento", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/no-NO.json b/src/locales/no-NO.json index a645102..ab16263 100644 --- a/src/locales/no-NO.json +++ b/src/locales/no-NO.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "ny", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Opprett en ny billett", "name": "ny", - "opening_message": { - "fields": { - "topic": "Emnet" - } - }, - "questions": "Svar på følgende spørsmål:\n\n%s", "response": { "created": { "description": "Billetten er opprettet: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Konfigurere Discord Tickets", "name": "innstillinger", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ innstillinger er oppdatert." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "emne", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 37f3011..6b0fc46 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "new", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Criar um novo Ticket", "name": "new", - "opening_message": { - "fields": { - "topic": "Assunto" - } - }, - "questions": "Por favor responda as seguintes questões:\n\n%s", "response": { "created": { "description": "Seu ticket foi criado: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "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": { @@ -312,6 +331,7 @@ "description": "Configurar o BOT", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Configurações enviadas com sucesso." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "assunto", - "response": {} + "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": { @@ -374,6 +447,16 @@ "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" diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index 45122f1..9d7722a 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -181,7 +181,7 @@ "commands": "commands" }, "args": { - "member": { + "command": { "description": "The command to display information about", "example": "новый", "name": "command" @@ -189,7 +189,15 @@ }, "description": "List commands you have access to, or find out more about a command", "name": "help", - "response": {} + "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": { @@ -206,12 +214,6 @@ }, "description": "Создание нового тикета", "name": "новый", - "opening_message": { - "fields": { - "topic": "Топик" - } - }, - "questions": "Пожалуйста, ответьте на следующие вопросы:\n\n%s", "response": { "created": { "description": "Ваш тикет был создан: %s.", @@ -303,7 +305,24 @@ }, "description": "Remove a member from a ticket", "name": "remove", - "response": {} + "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" + }, + "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" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ Это не канал тикета" + } + } }, "settings": { "aliases": { @@ -312,6 +331,7 @@ "description": "Configure Discord Tickets", "name": "settings", "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "updated": "✅ Настройки были обновлены." } }, @@ -319,8 +339,52 @@ "aliases": {}, "args": {}, "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, "name": "stats", - "response": {} + "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" + } + } + }, + "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": "❌ Ошибка", + "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": "❌ Это не канал тикета" + } + } }, "topic": { "aliases": {}, @@ -333,7 +397,16 @@ }, "description": "Change the topic of the ticket", "name": "топик", - "response": {} + "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": "❌ Это не канал тикета" + } + } } }, "command_execution_error": { @@ -374,6 +447,16 @@ "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 выпустил этот тикет.", "title": "✅ Тикет выпущен"