mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4ebdd32512
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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": "✅ Тикет выпущен"
|
||||
|
Loading…
Reference in New Issue
Block a user