Solved merge conflicts

This commit is contained in:
JasperAtSchool
2026-05-20 10:42:17 +02:00
247 changed files with 10788 additions and 25817 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["palestinian"],
"lastedited":"16/02/2026",
"language":"Arabic",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta"],
"lastedited":"16/02/2026",
"language":"Bengali",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["guillee3"],
"lastedited":"16/02/2026",
"language":"Catalan",
+322 -322
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["DJj123dj"],
"lastedited":"16/02/2026",
"language":"Custom",
@@ -13,94 +13,94 @@
"typeWarning":"[WARNING]",
"typeInfo":"[INFO]",
"headerConfigChecker":"CONFIG CHECKER",
"headerDescription":"check for errors in your config files!",
"footerError":"the bot won't start until all {0}'s are fixed!",
"footerWarning":"it's recommended to fix all {0}'s before starting!",
"headerDescription":"Validating config files...",
"footerError":"The bot will not start until all {0}'s are resolved.",
"footerWarning":"The bot may behave unexpectedly until all {0}'s are resolved.",
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
"compactInformation":"use {0} for more information!",
"compactInformation":"Use {0} for a detailed config report.",
"dataPath":"path",
"dataDocs":"docs",
"dataMessages":"message"
},
"messages":{
"stringTooShort":"This string can't be shorter than {0} characters!",
"stringTooLong":"This string can't be longer than {0} characters!",
"stringLengthInvalid":"This string needs to be {0} characters long!",
"stringStartsWith":"This string needs to start with {0}!",
"stringEndsWith":"This string needs to end with {0}!",
"stringContains":"This string needs to contain {0}!",
"stringChoices":"This string can only be one of the following values: {0}!",
"stringRegex":"This string is invalid!",
"stringInvertedContains":"This string is not allowed to contain {0}!",
"stringLowercase":"This string must be written in lowercase only!",
"stringUppercase":"This string must be written in uppercase only!",
"stringSpecialCharacters":"This string is not allowed to contain any special characters! (a-z, 0-9 & space only)",
"stringNoSpaces":"This string is not allowed to contain spaces!",
"stringCapitalWord":"It's recommended that each word in this string starts with a capital letter!",
"stringCapitalSentence":"It looks like some sentences in this string don't start with a capital letter!",
"stringPunctuation":"It looks like the sentence in this string doesn't end with a punctuation mark!",
"stringTooShort":"Text must be at least {0} characters long",
"stringTooLong":"Text must be no longer than {0} characters",
"stringLengthInvalid":"Text must be exactly {0} characters long",
"stringStartsWith":"Text must start with {0}",
"stringEndsWith":"Text must end with {0}",
"stringContains":"Text must contain {0}",
"stringChoices":"Text must be one of the following: {0}",
"stringRegex":"Text does not match the required format",
"stringInvertedContains":"Text must not contain {0}",
"stringLowercase":"Text must be entirely lowercase",
"stringUppercase":"Text must be entirely uppercase",
"stringSpecialCharacters":"Text must only contain letters (a–z), numbers (0–9), and spaces",
"stringNoSpaces":"Text must not contain spaces",
"stringCapitalWord":"Each word in this value should start with a capital letter",
"stringCapitalSentence":"One or more sentences in this value do not start with a capital letter",
"stringPunctuation":"The sentence in this value does not end with a punctuation mark",
"numberTooShort":"This number can't be shorter than {0} characters!",
"numberTooLong":"This number can't be longer than {0} characters!",
"numberLengthInvalid":"This number needs to be {0} characters long!",
"numberTooSmall":"This number needs to be at least {0}!",
"numberTooLarge":"This number needs to be at most {0}!",
"numberNotEqual":"This number needs to be {0}!",
"numberStep":"This number needs to be a multiple of {0}!",
"numberStepOffset":"This number needs to be a multiple of {0} starting with {1}!",
"numberStartsWith":"This number needs to start with {0}!",
"numberEndsWith":"This number needs to end with {0}!",
"numberContains":"This number needs to contain {0}!",
"numberChoices":"This number can only be one of the following values: {0}!",
"numberFloat":"This number can't be a decimal!",
"numberNegative":"This number can't be negative!",
"numberPositive":"This number can't be positive!",
"numberZero":"This number can't be zero!",
"numberNan":"This number can't be NaN (Not A Number)!",
"numberInvertedContains":"This number is not allowed to contain {0}!",
"numberTooShort":"Number must be at least {0} digits long",
"numberTooLong":"Number must be no longer than {0} digits",
"numberLengthInvalid":"Number must be exactly {0} digits long",
"numberTooSmall":"Number must be at least {0}",
"numberTooLarge":"Number must be at most {0}",
"numberNotEqual":"Number must be exactly {0}",
"numberStep":"Number must be a multiple of {0}",
"numberStepOffset":"Number must be a multiple of {0}, starting from {1}",
"numberStartsWith":"Number must start with {0}",
"numberEndsWith":"Number must end with {0}",
"numberContains":"Number must contain {0}",
"numberChoices":"Number must be one of the following: {0}",
"numberFloat":"Number must be a whole number",
"numberNegative":"Number must be a positive number",
"numberPositive":"Number must be a negative number",
"numberZero":"Number must not be zero",
"numberNan":"Number must be a valid number",
"numberInvertedContains":"Number must not contain {0}",
"booleanTrue":"This boolean can't be true!",
"booleanFalse":"This boolean can't be false!",
"booleanTrue":"Boolean must be false",
"booleanFalse":"Boolean must be true",
"arrayEmptyDisabled":"List must not be empty",
"arrayEmptyRequired":"List must be empty",
"arrayTooShort":"List must have at least {0} items",
"arrayTooLong":"List must have at most {0} items",
"arrayLengthInvalid":"List must have exactly {0} items",
"arrayInvalidTypes":"List may only contain the following types: {0}",
"arrayDouble":"List must not contain duplicate values",
"discordInvalidId":"Invalid Discord {0} ID",
"discordInvalidIdOptions":"Invalid Discord {0} ID. Alternatively, use one of the following: {1}",
"discordInvalidToken":"Invalid Discord token",
"colorInvalid":"Invalid hex color",
"emojiTooShort":"Value must contain at least {0} emoji",
"emojiTooLong":"Value must contain at most {0} emoji",
"emojiCustom":"Custom Discord emojis are not allowed here",
"emojiInvalid":"Invalid emoji",
"urlInvalid":"Invalid URL",
"urlInvalidHttp":"URL must use the https:// protocol",
"urlInvalidProtocol":"URL must use the http:// or https:// protocol",
"urlInvalidHostname":"URL hostname is not allowed",
"urlInvalidExtension":"Invalid URL extension. Allowed extensions: {0}",
"urlInvalidPath":"Invalid URL path",
"idNotUnique":"This ID is already in use. Please choose a unique ID",
"idNonExistent":"ID {0} does not exist",
"invalidType":"Property must be of type: {0}",
"propertyMissing":"Required property {0} is missing from the object",
"propertyOptional":"Property {0} is optional in the object",
"objectDisabled":"This object is disabled. Enable it using {0}",
"nullInvalid":"Property must not be null",
"switchInvalidType":"Value must be one of the following types: {0}",
"objectSwitchInvalid":"Object must be one of the following types: {0}",
"arrayEmptyDisabled":"This array isn't allowed to be empty!",
"arrayEmptyRequired":"This array is required to be empty!",
"arrayTooShort":"This array needs to have a length of at least {0}!",
"arrayTooLong":"This array needs to have a length of at most {0}!",
"arrayLengthInvalid":"This array needs to have a length of {0}!",
"arrayInvalidTypes":"This array can only contain the following types: {0}!",
"arrayDouble":"This array doesn't allow the same value twice!",
"discordInvalidId":"This is an invalid discord {0} id!",
"discordInvalidIdOptions":"This is an invalid discord {0} id! You can also use one of these: {1}!",
"discordInvalidToken":"This is an invalid discord token (syntactically)!",
"colorInvalid":"This is an invalid hex color!",
"emojiTooShort":"This string needs to have at least {0} emoji's!",
"emojiTooLong":"This string needs to have at most {0} emoji's!",
"emojiCustom":"This emoji can't be a custom discord emoji!",
"emojiInvalid":"This is an invalid emoji!",
"urlInvalid":"This url is invalid!",
"urlInvalidHttp":"This url can only use the https:// protocol!",
"urlInvalidProtocol":"This url can only use the http:// & https:// protocols!",
"urlInvalidHostname":"This url has a disallowed hostname!",
"urlInvalidExtension":"This url has an invalid extension! Choose between: {0}!",
"urlInvalidPath":"This url has an invalid path!",
"idNotUnique":"This id isn't unique, use another id instead!",
"idNonExistent":"The id {0} doesn't exist!",
"invalidType":"This property needs to be the type: {0}!",
"propertyMissing":"The property {0} is missing from this object!",
"propertyOptional":"The property {0} is optional in this object!",
"objectDisabled":"This object is disabled, enable it using {0}!",
"nullInvalid":"This property can't be null!",
"switchInvalidType":"This needs to be one of the following types: {0}!",
"objectSwitchInvalid":"This object needs to be one of the following types: {0}!",
"invalidLanguage":"This is an invalid language!",
"invalidButton":"This button needs to have at least an {0} or {1}!",
"unusedOption":"The option {0} isn't used anywhere!",
"unusedQuestion":"The question {0} isn't used anywhere!",
"dropdownOption":"A panel with dropdown enabled can only contain options of the 'ticket' type!",
"customInvalidVersion":"The version specified in your config does not match! Make sure you have updated the config to the latest version!"
"invalidLanguage":"Invalid language",
"invalidButton":"Button must have at least an {0} or {1}",
"unusedOption":"Option {0} is not used anywhere",
"unusedQuestion":"Question {0} is not used anywhere",
"dropdownOption":"Panels with dropdown enabled may only contain options of the 'ticket' type",
"customInvalidVersion":"Config version mismatch. Make sure to update your config to the latest version"
}
},
"actions":{
@@ -159,118 +159,118 @@
"transfer":"Ticket Transferred"
},
"descriptions":{
"create":"Your ticket has been created. Click the button below to access it!",
"close":"The ticket has been closed successfully!",
"delete":"The ticket has been deleted successfully!",
"reopen":"The ticket has been reopened successfully!",
"claim":"The ticket has been claimed successfully!",
"unclaim":"The ticket has been unclaimed successfully!",
"pin":"The ticket has been pinned successfully!",
"unpin":"The ticket has been unpinned successfully!",
"rename":"The ticket has been renamed to {0} successfully!",
"move":"The ticket has been moved to {0} successfully!",
"add":"{0} has been added to the ticket successfully!",
"remove":"{0} has been removed from the ticket successfully!",
"create":"Your ticket is ready. Click the button below to view and continue.",
"close":"The ticket has been closed.",
"delete":"The ticket has been deleted.",
"reopen":"The ticket has been reopened.",
"claim":"The ticket has been claimed.",
"unclaim":"The ticket has been unclaimed.",
"pin":"The ticket has been pinned.",
"unpin":"The ticket has been unpinned.",
"rename":"The ticket has been renamed to {0}.",
"move":"The ticket has been moved to {0}.",
"add":"{0} has been added to the ticket.",
"remove":"{0} has been removed from the ticket.",
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
"statsReset":"The bot stats have been reset successfully!",
"statsError":"Unable to view ticket stats!\n{0} is not a ticket!",
"blacklistAdd":"{0} has been blacklisted successfully!",
"blacklistRemove":"{0} has been released successfully!",
"blacklistGetSuccess":"{0} is currently blacklisted!",
"blacklistGetEmpty":"{0} is currently not blacklisted!",
"blacklistViewEmpty":"No-one has been blacklisted yet!",
"blacklistViewTip":"Use \"/blacklist add\" to blacklist a user!",
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action can't be undone!",
"clearReady":"{0} tickets have been deleted successfully!",
"rolesEmpty":"No roles have been updated!",
"statsReset":"The bot statistics have been reset.",
"statsError":"Unable to retrieve ticket statistics.\n{0} is not a valid ticket.",
"blacklistAdd":"{0} has been blacklisted.",
"blacklistRemove":"{0} has been released.",
"blacklistGetSuccess":"{0} is blacklisted!",
"blacklistGetEmpty":"{0} is not blacklisted!",
"blacklistViewEmpty":"No users have been blacklisted yet.",
"blacklistViewTip":"Use \"/blacklist add\" to add a user to the blacklist.",
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action cannot be undone.",
"clearReady":"{0} ticket(s) have been deleted.",
"rolesEmpty":"No roles were modified.",
"autocloseLeave":"This ticket has been autoclosed because the creator left the server!",
"autocloseTimeout":"This ticket has been autoclosed because it has been inactive for more than `{0}h`!",
"autodeleteLeave":"This ticket has been autodeleted because the creator left the server!",
"autodeleteTimeout":"This ticket has been autodeleted because it has been inactive for more than `{0} days`!",
"autocloseEnabled":"Autoclose has been enabled in this ticket!\nIt will be closed when it is inactive for more than `{0}h`!",
"autocloseDisabled":"Autoclose has been disabled in this ticket!\nIt won't be closed automatically anymore!",
"autodeleteEnabled":"Autodelete has been enabled in this ticket!\nIt will be deleted when it is inactive for more than `{0} days`!",
"autodeleteDisabled":"Autodelete has been disabled in this ticket!\nIt won't be deleted automatically anymore!",
"autocloseLeave":"This ticket was automatically closed because its creator left the server.",
"autocloseTimeout":"This ticket was automatically closed due to inactivity exceeding `{0}h`.",
"autodeleteLeave":"This ticket was automatically deleted because its creator left the server.",
"autodeleteTimeout":"This ticket was automatically deleted due to inactivity exceeding `{0} days`.",
"autocloseEnabled":"Autoclose has been enabled for this ticket.\nIt will close after `{0}h` of inactivity.",
"autocloseDisabled":"Autoclose has been disabled for this ticket.\nThis ticket will no longer close automatically.",
"autodeleteEnabled":"Autodelete has been enabled for this ticket.\nIt will be deleted after `{0} days` of inactivity.",
"autodeleteDisabled":"Autodelete has been disabled for this ticket.\nThis ticket will no longer be deleted automatically.",
"ticketMessageLimit":"You can only create {0} ticket(s) at the same time!",
"ticketMessageAutoclose":"This ticket will be autoclosed when inactive for {0}h!",
"ticketMessageAutodelete":"This ticket will be autodeleted when inactive for {0} days!",
"panelReady":"The panel is available in the followup message!\nThis message can now be deleted!",
"ticketMessageLimit":"You can only have {0} active ticket(s) at a time.",
"ticketMessageAutoclose":"This ticket will automatically close after `{0}h` of inactivity.",
"ticketMessageAutodelete":"This ticket will automatically be deleted after `{0} days` of inactivity.",
"panelReady":"The panel has been sent in the follow-up message.\nYou may now delete this message.",
"topicSet":"The channel topic has been changed by {0} successfully!",
"prioritySet":"The ticket priority has been changed to {0} by {1} successfully!",
"priorityGet":"The current priority of this ticket is {0}.",
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2} successfully!"
"topicSet":"The channel topic has been changed by {0}.",
"prioritySet":"The ticket priority has been changed to {0} by {1}.",
"priorityGet":"The priority of this ticket is {0}.",
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2}."
},
"modal":{
"closePlaceholder":"Why did you close this ticket?",
"deletePlaceholder":"Why did you delete this ticket?",
"reopenPlaceholder":"Why did you reopen this ticket?",
"claimPlaceholder":"Why did you claim this ticket?",
"unclaimPlaceholder":"Why did you unclaim this ticket?",
"pinPlaceholder":"Why did you pin this ticket?",
"unpinPlaceholder":"Why did you unpin this ticket?"
"closePlaceholder":"Why would you like to close this ticket?",
"deletePlaceholder":"Why would you like to delete this ticket?",
"reopenPlaceholder":"Why would you like to reopen this ticket?",
"claimPlaceholder":"Why would you like to claim this ticket?",
"unclaimPlaceholder":"Why would you like to unclaim this ticket?",
"pinPlaceholder":"Why would you like to pin this ticket?",
"unpinPlaceholder":"Why would you like to unpin this ticket?"
},
"logs":{
"createLog":"A new ticket got created by {0}!",
"closeLog":"This ticket has been closed by {0}!",
"closeDm":"Your ticket has been closed in our server!",
"deleteLog":"This ticket has been deleted by {0}!",
"deleteDm":"Your ticket has been deleted in our server!",
"reopenLog":"This ticket has been reopened by {0}!",
"reopenDm":"Your ticket has been reopened in our server!",
"claimLog":"This ticket has been claimed by {0}!",
"claimDm":"Your ticket has been claimed in our server!",
"unclaimLog":"This ticket has been unclaimed by {0}!",
"unclaimDm":"Your ticket has been unclaimed in our server!",
"pinLog":"This ticket has been pinned by {0}!",
"pinDm":"Your ticket has been pinned in our server!",
"unpinLog":"This ticket has been unpinned by {0}!",
"unpinDm":"Your ticket has been unpinned in our server!",
"renameLog":"This ticket has been renamed to {0} by {1}!",
"renameDm":"Your ticket has been renamed to {0} in our server!",
"moveLog":"This ticket has been moved to {0} by {1}!",
"moveDm":"Your ticket has been moved to {0} in our server!",
"addLog":"{0} has been added to this ticket by {1}!",
"addDm":"{0} has been added to your ticket in our server!",
"removeLog":"{0} has been removed from this ticket by {1}!",
"removeDm":"{0} has been removed from your ticket in our server!",
"createLog":"A new ticket got created by {0}.",
"closeLog":"This ticket has been closed by {0}.",
"closeDm":"Your ticket has been closed.",
"deleteLog":"This ticket has been deleted by {0}.",
"deleteDm":"Your ticket has been deleted.",
"reopenLog":"This ticket has been reopened by {0}.",
"reopenDm":"Your ticket has been reopened.",
"claimLog":"This ticket has been claimed by {0}.",
"claimDm":"Your ticket has been claimed.",
"unclaimLog":"This ticket has been unclaimed by {0}.",
"unclaimDm":"Your ticket has been unclaimed.",
"pinLog":"This ticket has been pinned by {0}.",
"pinDm":"Your ticket has been pinned.",
"unpinLog":"This ticket has been unpinned by {0}.",
"unpinDm":"Your ticket has been unpinned.",
"renameLog":"This ticket has been renamed to {0} by {1}.",
"renameDm":"Your ticket has been renamed to {0}.",
"moveLog":"This ticket has been moved to {0} by {1}.",
"moveDm":"Your ticket has been moved to {0}.",
"addLog":"{0} has been added to this ticket by {1}.",
"addDm":"{0} has been added to your ticket.",
"removeLog":"{0} has been removed from this ticket by {1}.",
"removeDm":"{0} has been removed from your ticket.",
"blacklistAddLog":"{0} was blacklisted by {1}!",
"blacklistRemoveLog":"{0} was removed from the blacklist by {1}!",
"blacklistAddDm":"You have been blacklisted in our server!\nFrom now on, you are unable to create a ticket!",
"blacklistRemoveDm":"You have been removed from the blacklist in our server!\nNow you can create tickets again!",
"clearLog":"{0} tickets have been deleted by {1}!",
"blacklistAddLog":"{0} has been blacklisted by {1}.",
"blacklistRemoveLog":"{0} has been removed from the blacklist by {1}.",
"blacklistAddDm":"You have been blacklisted from this server.\nYou are no longer able to create tickets.",
"blacklistRemoveDm":"You have been removed from the blacklist.\nYou can now create tickets again.",
"clearLog":"{0} ticket(s) have been deleted by {1}.",
"transferLog":"The ownership of this ticket has been transferred from {0} to {1} by {2}!",
"transferDm":"The ownership of your ticket has been transferred from {0} to {1} in our server!",
"prioritySetLog":"The priority of this ticket has been changed to {0} by {1}!",
"prioritySetDm":"The priority of your ticket has been changed to {0} in our server!",
"roleUpdateLog":"{0} has updated their roles!",
"roleUpdateDm":"Your roles in our server have been updated!"
"transferLog":"Ticket ownership has been transferred from {0} to {1} by {2}.",
"transferDm":"Ownership of your ticket has been transferred from {0} to {1}.",
"prioritySetLog":"The priority of this ticket has been set to {0} by {1}.",
"prioritySetDm":"The priority of your ticket has been set to {0}.",
"roleUpdateLog":"{0} has modified their roles.",
"roleUpdateDm":"Your roles have been modified."
}
},
"transcripts":{
"success":{
"visit":"Visit Transcript",
"ready":"Transcript Created",
"textFileDescription":"This is the text transcript of a deleted ticket!",
"htmlProgress":"Please wait while this html transcript is getting processed...",
"createdChannel":"A new {0} transcript has been created in the server!",
"createdCreator":"A new {0} transcript has been created for one of your tickets!",
"createdParticipant":"A new {0} transcript has been created in one of the tickets you participated in!",
"createdActiveAdmin":"A new {0} transcript has been created in one of the tickets you participated as admin!",
"createdEveryAdmin":"A new {0} transcript has been created in one of the tickets you were admin in!",
"createdOther":"A new {0} transcript has been created!"
"textFileDescription":"This is a text transcript of a deleted ticket.",
"htmlProgress":"Please wait while the HTML transcript is being generated...",
"createdChannel":"A new {0} transcript has been created in the server.",
"createdCreator":"A new {0} transcript has been created for one of your tickets.",
"createdParticipant":"A new {0} transcript has been created for a ticket you participated in.",
"createdActiveAdmin":"A new {0} transcript has been created for a ticket you participated in as an admin.",
"createdEveryAdmin":"A new {0} transcript has been created for a ticket you managed as an admin.",
"createdOther":"A new {0} transcript has been created."
},
"errors":{
"retry":"Retry",
"continue":"Delete Without Transcript",
"backup":"Create Backup Transcript",
"error":"Something went wrong while trying to create the transcript.\nWhat would you like to do?\n\nThis ticket won't be deleted until you click one of these buttons.",
"error":"Something went wrong while creating the transcript.\nWhat would you like to do?\n\nThis ticket will not be deleted until you select one of the options below.",
"title":"Transcript Error"
},
"text":{
@@ -279,7 +279,7 @@
"fileTitle":"FILE",
"fieldsTitle":"FIELDS",
"reactionsTitle":"REACTIONS",
"statsTitle":"STATS",
"statsTitle":"STATISTICS",
"emptyContent":"<content is empty>",
"noTitle":"<no-title>",
"noDesc":"<no-description>"
@@ -302,68 +302,68 @@
"permissionError":"Permission Error"
},
"descriptions":{
"askForInfo":"Contact the owner of this bot for more info!",
"askForInfoResolve":"Contact the bot owner of this bot if this issue doesn't resolve after a few tries.",
"internalError":"Failed to respond to this {0} due to an internal error!",
"optionMissing":"A required parameter is missing in this command!",
"optionInvalid":"A parameter in this command is invalid!",
"optionInvalidChoose":"Choose between",
"unknownCommand":"Try visiting the help menu for more info!",
"noPermissions":"You are not allowed to use this {0}!",
"noPermissionsList":"Required Permissions: (one of them)",
"noPermissionsCooldown":"You are not allowed to use this {0} because you have a cooldown!",
"noPermissionsBlacklist":"You are not allowed to use this {0} because you have been blacklisted!",
"noPermissionsLimitGlobal":"You are not allowed to create a ticket because the server reached the max tickets limit!",
"noPermissionsLimitGlobalUser":"You are not allowed to create a ticket because you reached the max tickets limit!",
"noPermissionsLimitOption":"You are not allowed to create a ticket because the server reached the max tickets limit for this option!",
"noPermissionsLimitOptionUser":"You are not allowed to create a ticket because you reached the max tickets limit for this option!",
"unknownTicket":"Try this command again in a valid ticket!",
"deprecatedTicket":"The current channel is not a valid ticket! It might have been a ticket from an old Open Ticket version!",
"notInGuild":"This {0} doesn't work in DM! Please try it again in a server!",
"channelRename":"Due to discord ratelimits, it's currently impossible for the bot to rename the channel. The channel will automatically be renamed over 10 minutes if the bot isn't rebooted.",
"channelRenameSource":"The source of this error is: {0}",
"busy":"Unable to use this {0}!\nThe ticket is currently being processed by the bot.\n\nPlease try again in a few seconds!",
"closeBeforeMessage":"This ticket cannot be closed/deleted before a message has been sent by a user.",
"closeBeforeAdminMessage":"This ticket cannot be closed/deleted before a message has been sent by a ticket admin or support member.",
"unableToCreateTicket":"You are unable to create a ticket."
"askForInfo":"Please contact the bot owner for more information.",
"askForInfoResolve":"If the issue persists after a few attempts, please contact the bot owner.",
"internalError":"An internal error occurred while processing this {0}.",
"optionMissing":"A required parameter is missing for this command.",
"optionInvalid":"One or more parameters provided for this command are invalid.",
"optionInvalidChoose":"Please choose between",
"unknownCommand":"Please use the help menu for more information.",
"noPermissions":"You are not permitted to use this {0}.",
"noPermissionsList":"Required permissions (one of the following):",
"noPermissionsCooldown":"You cannot use this {0} while on cooldown.",
"noPermissionsBlacklist":"You cannot use this {0} because you are blacklisted.",
"noPermissionsLimitGlobal":"You cannot create a ticket because the server has reached its maximum ticket limit.",
"noPermissionsLimitGlobalUser":"You cannot create a ticket because you have reached your maximum ticket limit.",
"noPermissionsLimitOption":"You cannot create a ticket because the server has reached the maximum ticket limit for this option.",
"noPermissionsLimitOptionUser":"You cannot create a ticket because you have reached the maximum ticket limit for this option.",
"unknownTicket":"Please run this command inside a valid ticket channel.",
"deprecatedTicket":"This channel is not recognized as a valid ticket. It may have been created with an older version of the bot.",
"notInGuild":"This {0} cannot be used in direct messages. Please use it in a server.",
"channelRename":"Due to Discord rate limits, the channel could not be renamed immediately. It will be renamed automatically within 10 minutes if the bot remains online.",
"channelRenameSource":"Error source: {0}",
"busy":"This {0} is currently unavailable.\nThe ticket is being processed by the bot.\n\nPlease try again in a few seconds.",
"closeBeforeMessage":"This ticket cannot be closed or deleted before a user has sent a message.",
"closeBeforeAdminMessage":"This ticket cannot be closed or deleted before a support member or admin has sent a message.",
"unableToCreateTicket":"You are currently unable to create a ticket."
},
"optionInvalidReasons":{
"stringRegex":"Value doesn't match pattern!",
"stringMinLength":"Value needs to be at least {0} characters!",
"stringMaxLength":"Value needs to be at most {0} characters!",
"numberInvalid":"Invalid number!",
"numberMin":"Number needs to be at least {0}!",
"numberMax":"Number needs to be at most {0}!",
"numberDecimal":"Number is not allowed to be a decimal!",
"numberNegative":"Number is not allowed to be negative!",
"numberPositive":"Number is not allowed to be positive!",
"numberZero":"Number is not allowed to be zero!",
"channelNotFound":"Unable to find channel!",
"userNotFound":"Unable to find user!",
"roleNotFound":"Unable to find role!",
"memberNotFound":"Unable to find user!",
"mentionableNotFound":"Unable to find user or role!",
"channelType":"Invalid channel type!",
"notInGuild":"This option requires you to be in a server!"
"stringRegex":"The value does not match the required pattern.",
"stringMinLength":"The value must be at least {0} characters long.",
"stringMaxLength":"The value must be at most {0} characters long.",
"numberInvalid":"Invalid number provided.",
"numberMin":"The number must be at least {0}.",
"numberMax":"The number must be at most {0}.",
"numberDecimal":"Decimals are not allowed.",
"numberNegative":"Negative numbers are not allowed.",
"numberPositive":"Positive numbers are not allowed.",
"numberZero":"Zero is not allowed.",
"channelNotFound":"Channel not found.",
"userNotFound":"User not found.",
"roleNotFound":"Role not found.",
"memberNotFound":"Member not found.",
"mentionableNotFound":"User or role not found.",
"channelType":"Invalid channel type.",
"notInGuild":"This option can only be used in a server."
},
"permissions":{
"developer":"You need to be the developer of the bot.",
"owner":"You need to be the server owner.",
"admin":"You need to be a server admin.",
"moderator":"You need to be a moderator.",
"support":"You need to be in the support team.",
"member":"You need to be a member.",
"discord-administrator":"You need to have the `ADMINISTRATOR` permission."
"developer":"This action is restricted to the bot developer.",
"owner":"You must be the server owner to use this.",
"admin":"You must have administrator permissions to use this.",
"moderator":"You must be a moderator to use this.",
"support":"You must be part of the support team to use this.",
"member":"You must be a server member to use this.",
"discord-administrator":"You must have the `ADMINISTRATOR` permission."
},
"actionInvalid":{
"close":"Ticket is already closed!",
"reopen":"Ticket is not closed yet!",
"claim":"Ticket is already claimed!",
"unclaim":"Ticket is not claimed yet!",
"pin":"Ticket is already pinned!",
"unpin":"Ticket is not pinned yet!",
"add":"This user is already able to access the ticket!",
"remove":"Unable to remove this user from the ticket!"
"close":"This ticket is already closed.",
"reopen":"This ticket is not closed.",
"claim":"This ticket is already claimed.",
"unclaim":"This ticket is not claimed.",
"pin":"This ticket is already pinned.",
"unpin":"This ticket is not pinned.",
"add":"This user already has access to this ticket.",
"remove":"This user does not have access to this ticket."
}
},
"params":{
@@ -432,107 +432,107 @@
}
},
"commands":{
"reason":"Specify an optional reason that will be visible in logs.",
"help":"Get a list of all the available commands.",
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
"panelId":"The identifier of the panel that you want to spawn.",
"panelAutoUpdate":"Do you want this panel to automatically update when edited?",
"ticket":"Instantly create a ticket.",
"ticketId":"The identifier of the ticket that you want to create.",
"close":"Close a ticket.",
"delete":"Delete a ticket.",
"deleteNoTranscript":"Delete this ticket without creating a transcript.",
"reopen":"Reopen a ticket.",
"claim":"Claim a ticket.",
"claimUser":"Claim this ticket to someone else instead of yourself.",
"unclaim":"Unclaim a ticket.",
"pin":"Pin a ticket.",
"unpin":"Unpin a ticket.",
"reason":"Optional reason shown in logs.",
"help":"Display all available commands.",
"panel":"Create a ticket panel (buttons or dropdown).",
"panelId":"ID of the panel to spawn.",
"panelAutoUpdate":"Automatically update this panel when edited.",
"ticket":"Create a ticket instantly.",
"ticketId":"ID of the ticket to create.",
"close":"Close this ticket.",
"delete":"Delete this ticket.",
"deleteNoTranscript":"Delete ticket without saving a transcript.",
"reopen":"Reopen a closed ticket.",
"claim":"Claim this ticket.",
"claimUser":"Claim the ticket for another user.",
"unclaim":"Unclaim this ticket.",
"pin":"Pin this ticket.",
"unpin":"Unpin this ticket.",
"move":"Move a ticket.",
"moveId":"The identifier of the option that you want to move to.",
"rename":"Rename a ticket.",
"renameName":"The new name for this ticket.",
"add":"Add a user to a ticket.",
"addUser":"The user to add.",
"remove":"Remove a user from a ticket.",
"removeUser":"The user to remove.",
"move":"Move ticket to another option.",
"moveId":"Target option ID.",
"rename":"Rename this ticket.",
"renameName":"New name for the ticket.",
"add":"Add a user to this ticket.",
"addUser":"User to add.",
"remove":"Remove a user from this ticket.",
"removeUser":"User to remove.",
"blacklist":"Manage the ticket blacklist.",
"blacklistView":"View a list of the current blacklist.",
"blacklist":"Manage the blacklist.",
"blacklistView":"View all blacklisted users.",
"blacklistAdd":"Add a user to the blacklist.",
"blacklistRemove":"Remove a user from the blacklist.",
"blacklistGet":"Get the details from a blacklisted user.",
"blacklistGetUser":"The user to get details from.",
"stats":"View statistics from the bot, a member or a ticket.",
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
"statsGlobal":"View the global stats.",
"statsUser":"View the stats from a user in the server.",
"statsUserUser":"The user to view.",
"statsTicket":"View the stats of a ticket in the server.",
"statsTicketTicket":"The ticket to view.",
"blacklistGet":"View blacklist entry details.",
"blacklistGetUser":"User to look up.",
"stats":"View bot, user or ticket statistics.",
"statsReset":"Reset all bot statistics.",
"statsGlobal":"View global bot statistics.",
"statsUser":"View a user's statistics.",
"statsUserUser":"User to view.",
"statsTicket":"View ticket statistics.",
"statsTicketTicket":"Ticket to view.",
"clear":"Delete multiple tickets at the same time.",
"clearFilter":"The filter for clearing tickets.",
"clear":"Delete multiple tickets at once.",
"clearFilter":"Filter used when clearing tickets.",
"clearFilters":{
"all":"All",
"open":"Open",
"close":"Closed",
"claim":"Claimed",
"unclaim":"Unclaimed",
"pin":"Pinned",
"unpin":"Unpinned",
"autoclose":"Autoclosed"
"all":"All tickets",
"open":"Open tickets",
"close":"Closed tickets",
"claim":"Claimed tickets",
"unclaim":"Unclaimed tickets",
"pin":"Pinned tickets",
"unpin":"Unpinned tickets",
"autoclose":"Autoclosed tickets"
},
"autoclose":"Manage autoclose in a ticket.",
"autocloseDisable":"Disable autoclose in this ticket.",
"autocloseEnable":"Enable autoclose in this ticket.",
"autocloseEnableTime":"The amount of hours this ticket needs to be inactive to close it.",
"autodelete":"Manage autodelete in a ticket.",
"autodeleteDisable":"Disable autodelete in this ticket.",
"autodeleteEnable":"Enable autodelete in this ticket.",
"autodeleteEnableTime":"The amount of days this ticket needs to be inactive to delete it.",
"autoclose":"Manage ticket autoclose.",
"autocloseDisable":"Disable autoclose.",
"autocloseEnable":"Enable autoclose.",
"autocloseEnableTime":"Hours of inactivity before closing.",
"autodelete":"Manage ticket autodelete.",
"autodeleteDisable":"Disable autodelete.",
"autodeleteEnable":"Enable autodelete.",
"autodeleteEnableTime":"Days of inactivity before deletion.",
"topic":"Manage the topic of the ticket channel.",
"topicSet":"Set the topic of the ticket channel.",
"topicValue":"The new topic of the channel.",
"topicList":"Get a list of all tickets with their topic and stats.",
"priority":"Manage the priority of the ticket.",
"prioritySet":"Set the priority of the ticket.",
"priorityValue":"The priority of the channel.",
"priorityGet":"Get the priority of the ticket.",
"priorityList":"Get a list of all tickets with their priority status.",
"transfer":"Transfer the ticket ownership from one user to another.",
"transferUser":"The user to transfer to."
"topic":"Manage ticket channel topic.",
"topicSet":"Set the ticket channel topic.",
"topicValue":"New channel topic text.",
"topicList":"List all ticket channel topics.",
"priority":"Manage ticket priority.",
"prioritySet":"Set ticket priority.",
"priorityValue":"Priority level.",
"priorityGet":"View ticket priority.",
"priorityList":"List all ticket priorities.",
"transfer":"Transfer ticket ownership.",
"transferUser":"User to transfer to."
},
"helpMenu":{
"help":"Get a list of all the available commands.",
"ticket":"Instantly create a ticket.",
"close":"Close a ticket, this disables writing in this channel.",
"delete":"Delete a ticket, this creates a transcript when enabled.",
"reopen":"Reopen a ticket, this enables writing in this channel again.",
"pin":"Pin a ticket. This will move the ticket to the top and will add a '📌' emoij to the name.",
"unpin":"Unpin a ticket. The ticket will stay on it's position but will lose the '📌' emoij.",
"move":"Move a ticket. This will change the type of this ticket.",
"rename":"Rename a ticket. This will change the channel name of this ticket.",
"claim":"Claim a ticket. With this, you can let your team know you are handling this ticket.",
"unclaim":"Unclaim a ticket. With this, you can let your team know that this ticket is free again.",
"add":"Add a user to a ticket. This will allow the user to read & write in this ticket.",
"remove":"Remove a user from a ticket. This will remove the ability to read & write for a user in this ticket.",
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
"blacklistView":"View a list of the current blacklist.",
"help":"View all available commands.",
"ticket":"Create a ticket instantly.",
"close":"Close this ticket and disable messaging in the channel.",
"delete":"Delete this ticket (creates a transcript if enabled).",
"reopen":"Reopen a closed ticket and restore messaging.",
"pin":"Pin this ticket and move it to the top with '📌'.",
"unpin":"Unpin this ticket and remove the '📌' emoji.",
"move":"Move this ticket to a different option or ticket type.",
"rename":"Rename this ticket channel.",
"claim":"Claim this ticket to show you are handling it.",
"unclaim":"Unclaim this ticket to mark it as available.",
"add":"Add a user to this ticket.",
"remove":"Remove a user's access from this ticket.",
"panel":"Create a ticket panel with buttons or a dropdown.",
"blacklistView":"View all blacklisted users.",
"blacklistAdd":"Add a user to the blacklist.",
"blacklistRemove":"Remove a user from the blacklist.",
"blacklistGet":"Get the details from a blacklisted user.",
"statsGlobal":"View the global stats.",
"statsTicket":"View the stats of a ticket in the server.",
"statsUser":"View the stats from a user in the server.",
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
"autocloseDisable":"Disable autoclose in this ticket.",
"autocloseEnable":"Enable autoclose in this ticket.",
"autodeleteDisable":"Disable autodelete in this ticket.",
"autodeleteEnable":"Enable autodelete in this ticket.",
"blacklistGet":"View details of a blacklisted user.",
"statsGlobal":"View global bot statistics.",
"statsTicket":"View statistics for a ticket.",
"statsUser":"View statistics for a user.",
"statsReset":"Reset all bot statistics.",
"autocloseDisable":"Disable autoclose for this ticket.",
"autocloseEnable":"Enable autoclose for this ticket.",
"autodeleteDisable":"Disable autodelete for this ticket.",
"autodeleteEnable":"Enable autodelete for this ticket.",
"categories":{
"general":"General Commands",
"basicTicket":"Basic Ticket Commands",
@@ -545,10 +545,10 @@
},
"stats":{
"scopes":{
"global":"Global Stats",
"system":"System Stats",
"user":"User Stats",
"ticket":"Ticket Stats",
"global":"Global Statistics",
"system":"System Statistics",
"user":"User Statistics",
"ticket":"Ticket Statistics",
"participants":"Participants",
"messages":"Messages"
},
@@ -592,9 +592,9 @@
}
},
"panel":{
"selectTicket":"Select your ticket",
"selectRole":"Select your role",
"selectOption":"Select your option"
"selectTicket":"Select a ticket",
"selectRole":"Select a role",
"selectOption":"Select an option"
},
"priorities":{
"urgent":"Urgent",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["spyeye_"],
"lastedited":"16/02/2026",
"language":"Czech",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["the_gamer"],
"lastedited":"16/02/2026",
"language":"Danish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["DJj123dj"],
"lastedited":"16/02/2026",
"language":"Dutch",
+322 -322
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["DJj123dj"],
"lastedited":"16/02/2026",
"language":"English",
@@ -13,94 +13,94 @@
"typeWarning":"[WARNING]",
"typeInfo":"[INFO]",
"headerConfigChecker":"CONFIG CHECKER",
"headerDescription":"check for errors in your config files!",
"footerError":"the bot won't start until all {0}'s are fixed!",
"footerWarning":"it's recommended to fix all {0}'s before starting!",
"headerDescription":"Validating config files...",
"footerError":"The bot will not start until all {0}'s are resolved.",
"footerWarning":"The bot may behave unexpectedly until all {0}'s are resolved.",
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
"compactInformation":"use {0} for more information!",
"compactInformation":"Use {0} for a detailed config report.",
"dataPath":"path",
"dataDocs":"docs",
"dataMessages":"message"
},
"messages":{
"stringTooShort":"This string can't be shorter than {0} characters!",
"stringTooLong":"This string can't be longer than {0} characters!",
"stringLengthInvalid":"This string needs to be {0} characters long!",
"stringStartsWith":"This string needs to start with {0}!",
"stringEndsWith":"This string needs to end with {0}!",
"stringContains":"This string needs to contain {0}!",
"stringChoices":"This string can only be one of the following values: {0}!",
"stringRegex":"This string is invalid!",
"stringInvertedContains":"This string is not allowed to contain {0}!",
"stringLowercase":"This string must be written in lowercase only!",
"stringUppercase":"This string must be written in uppercase only!",
"stringSpecialCharacters":"This string is not allowed to contain any special characters! (a-z, 0-9 & space only)",
"stringNoSpaces":"This string is not allowed to contain spaces!",
"stringCapitalWord":"It's recommended that each word in this string starts with a capital letter!",
"stringCapitalSentence":"It looks like some sentences in this string don't start with a capital letter!",
"stringPunctuation":"It looks like the sentence in this string doesn't end with a punctuation mark!",
"stringTooShort":"Text must be at least {0} characters long",
"stringTooLong":"Text must be no longer than {0} characters",
"stringLengthInvalid":"Text must be exactly {0} characters long",
"stringStartsWith":"Text must start with {0}",
"stringEndsWith":"Text must end with {0}",
"stringContains":"Text must contain {0}",
"stringChoices":"Text must be one of the following: {0}",
"stringRegex":"Text does not match the required format",
"stringInvertedContains":"Text must not contain {0}",
"stringLowercase":"Text must be entirely lowercase",
"stringUppercase":"Text must be entirely uppercase",
"stringSpecialCharacters":"Text must only contain letters (a–z), numbers (0–9), and spaces",
"stringNoSpaces":"Text must not contain spaces",
"stringCapitalWord":"Each word in this value should start with a capital letter",
"stringCapitalSentence":"One or more sentences in this value do not start with a capital letter",
"stringPunctuation":"The sentence in this value does not end with a punctuation mark",
"numberTooShort":"This number can't be shorter than {0} characters!",
"numberTooLong":"This number can't be longer than {0} characters!",
"numberLengthInvalid":"This number needs to be {0} characters long!",
"numberTooSmall":"This number needs to be at least {0}!",
"numberTooLarge":"This number needs to be at most {0}!",
"numberNotEqual":"This number needs to be {0}!",
"numberStep":"This number needs to be a multiple of {0}!",
"numberStepOffset":"This number needs to be a multiple of {0} starting with {1}!",
"numberStartsWith":"This number needs to start with {0}!",
"numberEndsWith":"This number needs to end with {0}!",
"numberContains":"This number needs to contain {0}!",
"numberChoices":"This number can only be one of the following values: {0}!",
"numberFloat":"This number can't be a decimal!",
"numberNegative":"This number can't be negative!",
"numberPositive":"This number can't be positive!",
"numberZero":"This number can't be zero!",
"numberNan":"This number can't be NaN (Not A Number)!",
"numberInvertedContains":"This number is not allowed to contain {0}!",
"numberTooShort":"Number must be at least {0} digits long",
"numberTooLong":"Number must be no longer than {0} digits",
"numberLengthInvalid":"Number must be exactly {0} digits long",
"numberTooSmall":"Number must be at least {0}",
"numberTooLarge":"Number must be at most {0}",
"numberNotEqual":"Number must be exactly {0}",
"numberStep":"Number must be a multiple of {0}",
"numberStepOffset":"Number must be a multiple of {0}, starting from {1}",
"numberStartsWith":"Number must start with {0}",
"numberEndsWith":"Number must end with {0}",
"numberContains":"Number must contain {0}",
"numberChoices":"Number must be one of the following: {0}",
"numberFloat":"Number must be a whole number",
"numberNegative":"Number must be a positive number",
"numberPositive":"Number must be a negative number",
"numberZero":"Number must not be zero",
"numberNan":"Number must be a valid number",
"numberInvertedContains":"Number must not contain {0}",
"booleanTrue":"This boolean can't be true!",
"booleanFalse":"This boolean can't be false!",
"booleanTrue":"Boolean must be false",
"booleanFalse":"Boolean must be true",
"arrayEmptyDisabled":"List must not be empty",
"arrayEmptyRequired":"List must be empty",
"arrayTooShort":"List must have at least {0} items",
"arrayTooLong":"List must have at most {0} items",
"arrayLengthInvalid":"List must have exactly {0} items",
"arrayInvalidTypes":"List may only contain the following types: {0}",
"arrayDouble":"List must not contain duplicate values",
"discordInvalidId":"Invalid Discord {0} ID",
"discordInvalidIdOptions":"Invalid Discord {0} ID. Alternatively, use one of the following: {1}",
"discordInvalidToken":"Invalid Discord token",
"colorInvalid":"Invalid hex color",
"emojiTooShort":"Value must contain at least {0} emoji",
"emojiTooLong":"Value must contain at most {0} emoji",
"emojiCustom":"Custom Discord emojis are not allowed here",
"emojiInvalid":"Invalid emoji",
"urlInvalid":"Invalid URL",
"urlInvalidHttp":"URL must use the https:// protocol",
"urlInvalidProtocol":"URL must use the http:// or https:// protocol",
"urlInvalidHostname":"URL hostname is not allowed",
"urlInvalidExtension":"Invalid URL extension. Allowed extensions: {0}",
"urlInvalidPath":"Invalid URL path",
"idNotUnique":"This ID is already in use. Please choose a unique ID",
"idNonExistent":"ID {0} does not exist",
"invalidType":"Property must be of type: {0}",
"propertyMissing":"Required property {0} is missing from the object",
"propertyOptional":"Property {0} is optional in the object",
"objectDisabled":"This object is disabled. Enable it using {0}",
"nullInvalid":"Property must not be null",
"switchInvalidType":"Value must be one of the following types: {0}",
"objectSwitchInvalid":"Object must be one of the following types: {0}",
"arrayEmptyDisabled":"This array isn't allowed to be empty!",
"arrayEmptyRequired":"This array is required to be empty!",
"arrayTooShort":"This array needs to have a length of at least {0}!",
"arrayTooLong":"This array needs to have a length of at most {0}!",
"arrayLengthInvalid":"This array needs to have a length of {0}!",
"arrayInvalidTypes":"This array can only contain the following types: {0}!",
"arrayDouble":"This array doesn't allow the same value twice!",
"discordInvalidId":"This is an invalid discord {0} id!",
"discordInvalidIdOptions":"This is an invalid discord {0} id! You can also use one of these: {1}!",
"discordInvalidToken":"This is an invalid discord token (syntactically)!",
"colorInvalid":"This is an invalid hex color!",
"emojiTooShort":"This string needs to have at least {0} emoji's!",
"emojiTooLong":"This string needs to have at most {0} emoji's!",
"emojiCustom":"This emoji can't be a custom discord emoji!",
"emojiInvalid":"This is an invalid emoji!",
"urlInvalid":"This url is invalid!",
"urlInvalidHttp":"This url can only use the https:// protocol!",
"urlInvalidProtocol":"This url can only use the http:// & https:// protocols!",
"urlInvalidHostname":"This url has a disallowed hostname!",
"urlInvalidExtension":"This url has an invalid extension! Choose between: {0}!",
"urlInvalidPath":"This url has an invalid path!",
"idNotUnique":"This id isn't unique, use another id instead!",
"idNonExistent":"The id {0} doesn't exist!",
"invalidType":"This property needs to be the type: {0}!",
"propertyMissing":"The property {0} is missing from this object!",
"propertyOptional":"The property {0} is optional in this object!",
"objectDisabled":"This object is disabled, enable it using {0}!",
"nullInvalid":"This property can't be null!",
"switchInvalidType":"This needs to be one of the following types: {0}!",
"objectSwitchInvalid":"This object needs to be one of the following types: {0}!",
"invalidLanguage":"This is an invalid language!",
"invalidButton":"This button needs to have at least an {0} or {1}!",
"unusedOption":"The option {0} isn't used anywhere!",
"unusedQuestion":"The question {0} isn't used anywhere!",
"dropdownOption":"A panel with dropdown enabled can only contain options of the 'ticket' type!",
"customInvalidVersion":"The version specified in your config does not match! Make sure you have updated the config to the latest version!"
"invalidLanguage":"Invalid language",
"invalidButton":"Button must have at least an {0} or {1}",
"unusedOption":"Option {0} is not used anywhere",
"unusedQuestion":"Question {0} is not used anywhere",
"dropdownOption":"Panels with dropdown enabled may only contain options of the 'ticket' type",
"customInvalidVersion":"Config version mismatch. Make sure to update your config to the latest version"
}
},
"actions":{
@@ -159,118 +159,118 @@
"transfer":"Ticket Transferred"
},
"descriptions":{
"create":"Your ticket has been created. Click the button below to access it!",
"close":"The ticket has been closed successfully!",
"delete":"The ticket has been deleted successfully!",
"reopen":"The ticket has been reopened successfully!",
"claim":"The ticket has been claimed successfully!",
"unclaim":"The ticket has been unclaimed successfully!",
"pin":"The ticket has been pinned successfully!",
"unpin":"The ticket has been unpinned successfully!",
"rename":"The ticket has been renamed to {0} successfully!",
"move":"The ticket has been moved to {0} successfully!",
"add":"{0} has been added to the ticket successfully!",
"remove":"{0} has been removed from the ticket successfully!",
"create":"Your ticket is ready. Click the button below to view and continue.",
"close":"The ticket has been closed.",
"delete":"The ticket has been deleted.",
"reopen":"The ticket has been reopened.",
"claim":"The ticket has been claimed.",
"unclaim":"The ticket has been unclaimed.",
"pin":"The ticket has been pinned.",
"unpin":"The ticket has been unpinned.",
"rename":"The ticket has been renamed to {0}.",
"move":"The ticket has been moved to {0}.",
"add":"{0} has been added to the ticket.",
"remove":"{0} has been removed from the ticket.",
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
"statsReset":"The bot stats have been reset successfully!",
"statsError":"Unable to view ticket stats!\n{0} is not a ticket!",
"blacklistAdd":"{0} has been blacklisted successfully!",
"blacklistRemove":"{0} has been released successfully!",
"blacklistGetSuccess":"{0} is currently blacklisted!",
"blacklistGetEmpty":"{0} is currently not blacklisted!",
"blacklistViewEmpty":"No-one has been blacklisted yet!",
"blacklistViewTip":"Use \"/blacklist add\" to blacklist a user!",
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action can't be undone!",
"clearReady":"{0} tickets have been deleted successfully!",
"rolesEmpty":"No roles have been updated!",
"statsReset":"The bot statistics have been reset.",
"statsError":"Unable to retrieve ticket statistics.\n{0} is not a valid ticket.",
"blacklistAdd":"{0} has been blacklisted.",
"blacklistRemove":"{0} has been released.",
"blacklistGetSuccess":"{0} is blacklisted!",
"blacklistGetEmpty":"{0} is not blacklisted!",
"blacklistViewEmpty":"No users have been blacklisted yet.",
"blacklistViewTip":"Use \"/blacklist add\" to add a user to the blacklist.",
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action cannot be undone.",
"clearReady":"{0} ticket(s) have been deleted.",
"rolesEmpty":"No roles were modified.",
"autocloseLeave":"This ticket has been autoclosed because the creator left the server!",
"autocloseTimeout":"This ticket has been autoclosed because it has been inactive for more than `{0}h`!",
"autodeleteLeave":"This ticket has been autodeleted because the creator left the server!",
"autodeleteTimeout":"This ticket has been autodeleted because it has been inactive for more than `{0} days`!",
"autocloseEnabled":"Autoclose has been enabled in this ticket!\nIt will be closed when it is inactive for more than `{0}h`!",
"autocloseDisabled":"Autoclose has been disabled in this ticket!\nIt won't be closed automatically anymore!",
"autodeleteEnabled":"Autodelete has been enabled in this ticket!\nIt will be deleted when it is inactive for more than `{0} days`!",
"autodeleteDisabled":"Autodelete has been disabled in this ticket!\nIt won't be deleted automatically anymore!",
"autocloseLeave":"This ticket was automatically closed because its creator left the server.",
"autocloseTimeout":"This ticket was automatically closed due to inactivity exceeding `{0}h`.",
"autodeleteLeave":"This ticket was automatically deleted because its creator left the server.",
"autodeleteTimeout":"This ticket was automatically deleted due to inactivity exceeding `{0} days`.",
"autocloseEnabled":"Autoclose has been enabled for this ticket.\nIt will close after `{0}h` of inactivity.",
"autocloseDisabled":"Autoclose has been disabled for this ticket.\nThis ticket will no longer close automatically.",
"autodeleteEnabled":"Autodelete has been enabled for this ticket.\nIt will be deleted after `{0} days` of inactivity.",
"autodeleteDisabled":"Autodelete has been disabled for this ticket.\nThis ticket will no longer be deleted automatically.",
"ticketMessageLimit":"You can only create {0} ticket(s) at the same time!",
"ticketMessageAutoclose":"This ticket will be autoclosed when inactive for {0}h!",
"ticketMessageAutodelete":"This ticket will be autodeleted when inactive for {0} days!",
"panelReady":"The panel is available in the followup message!\nThis message can now be deleted!",
"ticketMessageLimit":"You can only have {0} active ticket(s) at a time.",
"ticketMessageAutoclose":"This ticket will automatically close after `{0}h` of inactivity.",
"ticketMessageAutodelete":"This ticket will automatically be deleted after `{0} days` of inactivity.",
"panelReady":"The panel has been sent in the follow-up message.\nYou may now delete this message.",
"topicSet":"The channel topic has been changed by {0} successfully!",
"prioritySet":"The ticket priority has been changed to {0} by {1} successfully!",
"priorityGet":"The current priority of this ticket is {0}.",
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2} successfully!"
"topicSet":"The channel topic has been changed by {0}.",
"prioritySet":"The ticket priority has been changed to {0} by {1}.",
"priorityGet":"The priority of this ticket is {0}.",
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2}."
},
"modal":{
"closePlaceholder":"Why did you close this ticket?",
"deletePlaceholder":"Why did you delete this ticket?",
"reopenPlaceholder":"Why did you reopen this ticket?",
"claimPlaceholder":"Why did you claim this ticket?",
"unclaimPlaceholder":"Why did you unclaim this ticket?",
"pinPlaceholder":"Why did you pin this ticket?",
"unpinPlaceholder":"Why did you unpin this ticket?"
"closePlaceholder":"Why would you like to close this ticket?",
"deletePlaceholder":"Why would you like to delete this ticket?",
"reopenPlaceholder":"Why would you like to reopen this ticket?",
"claimPlaceholder":"Why would you like to claim this ticket?",
"unclaimPlaceholder":"Why would you like to unclaim this ticket?",
"pinPlaceholder":"Why would you like to pin this ticket?",
"unpinPlaceholder":"Why would you like to unpin this ticket?"
},
"logs":{
"createLog":"A new ticket got created by {0}!",
"closeLog":"This ticket has been closed by {0}!",
"closeDm":"Your ticket has been closed in our server!",
"deleteLog":"This ticket has been deleted by {0}!",
"deleteDm":"Your ticket has been deleted in our server!",
"reopenLog":"This ticket has been reopened by {0}!",
"reopenDm":"Your ticket has been reopened in our server!",
"claimLog":"This ticket has been claimed by {0}!",
"claimDm":"Your ticket has been claimed in our server!",
"unclaimLog":"This ticket has been unclaimed by {0}!",
"unclaimDm":"Your ticket has been unclaimed in our server!",
"pinLog":"This ticket has been pinned by {0}!",
"pinDm":"Your ticket has been pinned in our server!",
"unpinLog":"This ticket has been unpinned by {0}!",
"unpinDm":"Your ticket has been unpinned in our server!",
"renameLog":"This ticket has been renamed to {0} by {1}!",
"renameDm":"Your ticket has been renamed to {0} in our server!",
"moveLog":"This ticket has been moved to {0} by {1}!",
"moveDm":"Your ticket has been moved to {0} in our server!",
"addLog":"{0} has been added to this ticket by {1}!",
"addDm":"{0} has been added to your ticket in our server!",
"removeLog":"{0} has been removed from this ticket by {1}!",
"removeDm":"{0} has been removed from your ticket in our server!",
"createLog":"A new ticket got created by {0}.",
"closeLog":"This ticket has been closed by {0}.",
"closeDm":"Your ticket has been closed.",
"deleteLog":"This ticket has been deleted by {0}.",
"deleteDm":"Your ticket has been deleted.",
"reopenLog":"This ticket has been reopened by {0}.",
"reopenDm":"Your ticket has been reopened.",
"claimLog":"This ticket has been claimed by {0}.",
"claimDm":"Your ticket has been claimed.",
"unclaimLog":"This ticket has been unclaimed by {0}.",
"unclaimDm":"Your ticket has been unclaimed.",
"pinLog":"This ticket has been pinned by {0}.",
"pinDm":"Your ticket has been pinned.",
"unpinLog":"This ticket has been unpinned by {0}.",
"unpinDm":"Your ticket has been unpinned.",
"renameLog":"This ticket has been renamed to {0} by {1}.",
"renameDm":"Your ticket has been renamed to {0}.",
"moveLog":"This ticket has been moved to {0} by {1}.",
"moveDm":"Your ticket has been moved to {0}.",
"addLog":"{0} has been added to this ticket by {1}.",
"addDm":"{0} has been added to your ticket.",
"removeLog":"{0} has been removed from this ticket by {1}.",
"removeDm":"{0} has been removed from your ticket.",
"blacklistAddLog":"{0} was blacklisted by {1}!",
"blacklistRemoveLog":"{0} was removed from the blacklist by {1}!",
"blacklistAddDm":"You have been blacklisted in our server!\nFrom now on, you are unable to create a ticket!",
"blacklistRemoveDm":"You have been removed from the blacklist in our server!\nNow you can create tickets again!",
"clearLog":"{0} tickets have been deleted by {1}!",
"blacklistAddLog":"{0} has been blacklisted by {1}.",
"blacklistRemoveLog":"{0} has been removed from the blacklist by {1}.",
"blacklistAddDm":"You have been blacklisted from this server.\nYou are no longer able to create tickets.",
"blacklistRemoveDm":"You have been removed from the blacklist.\nYou can now create tickets again.",
"clearLog":"{0} ticket(s) have been deleted by {1}.",
"transferLog":"The ownership of this ticket has been transferred from {0} to {1} by {2}!",
"transferDm":"The ownership of your ticket has been transferred from {0} to {1} in our server!",
"prioritySetLog":"The priority of this ticket has been changed to {0} by {1}!",
"prioritySetDm":"The priority of your ticket has been changed to {0} in our server!",
"roleUpdateLog":"{0} has updated their roles!",
"roleUpdateDm":"Your roles in our server have been updated!"
"transferLog":"Ticket ownership has been transferred from {0} to {1} by {2}.",
"transferDm":"Ownership of your ticket has been transferred from {0} to {1}.",
"prioritySetLog":"The priority of this ticket has been set to {0} by {1}.",
"prioritySetDm":"The priority of your ticket has been set to {0}.",
"roleUpdateLog":"{0} has modified their roles.",
"roleUpdateDm":"Your roles have been modified."
}
},
"transcripts":{
"success":{
"visit":"Visit Transcript",
"ready":"Transcript Created",
"textFileDescription":"This is the text transcript of a deleted ticket!",
"htmlProgress":"Please wait while this html transcript is getting processed...",
"createdChannel":"A new {0} transcript has been created in the server!",
"createdCreator":"A new {0} transcript has been created for one of your tickets!",
"createdParticipant":"A new {0} transcript has been created in one of the tickets you participated in!",
"createdActiveAdmin":"A new {0} transcript has been created in one of the tickets you participated as admin!",
"createdEveryAdmin":"A new {0} transcript has been created in one of the tickets you were admin in!",
"createdOther":"A new {0} transcript has been created!"
"textFileDescription":"This is a text transcript of a deleted ticket.",
"htmlProgress":"Please wait while the HTML transcript is being generated...",
"createdChannel":"A new {0} transcript has been created in the server.",
"createdCreator":"A new {0} transcript has been created for one of your tickets.",
"createdParticipant":"A new {0} transcript has been created for a ticket you participated in.",
"createdActiveAdmin":"A new {0} transcript has been created for a ticket you participated in as an admin.",
"createdEveryAdmin":"A new {0} transcript has been created for a ticket you managed as an admin.",
"createdOther":"A new {0} transcript has been created."
},
"errors":{
"retry":"Retry",
"continue":"Delete Without Transcript",
"backup":"Create Backup Transcript",
"error":"Something went wrong while trying to create the transcript.\nWhat would you like to do?\n\nThis ticket won't be deleted until you click one of these buttons.",
"error":"Something went wrong while creating the transcript.\nWhat would you like to do?\n\nThis ticket will not be deleted until you select one of the options below.",
"title":"Transcript Error"
},
"text":{
@@ -279,7 +279,7 @@
"fileTitle":"FILE",
"fieldsTitle":"FIELDS",
"reactionsTitle":"REACTIONS",
"statsTitle":"STATS",
"statsTitle":"STATISTICS",
"emptyContent":"<content is empty>",
"noTitle":"<no-title>",
"noDesc":"<no-description>"
@@ -302,68 +302,68 @@
"permissionError":"Permission Error"
},
"descriptions":{
"askForInfo":"Contact the owner of this bot for more info!",
"askForInfoResolve":"Contact the bot owner of this bot if this issue doesn't resolve after a few tries.",
"internalError":"Failed to respond to this {0} due to an internal error!",
"optionMissing":"A required parameter is missing in this command!",
"optionInvalid":"A parameter in this command is invalid!",
"optionInvalidChoose":"Choose between",
"unknownCommand":"Try visiting the help menu for more info!",
"noPermissions":"You are not allowed to use this {0}!",
"noPermissionsList":"Required Permissions: (one of them)",
"noPermissionsCooldown":"You are not allowed to use this {0} because you have a cooldown!",
"noPermissionsBlacklist":"You are not allowed to use this {0} because you have been blacklisted!",
"noPermissionsLimitGlobal":"You are not allowed to create a ticket because the server reached the max tickets limit!",
"noPermissionsLimitGlobalUser":"You are not allowed to create a ticket because you reached the max tickets limit!",
"noPermissionsLimitOption":"You are not allowed to create a ticket because the server reached the max tickets limit for this option!",
"noPermissionsLimitOptionUser":"You are not allowed to create a ticket because you reached the max tickets limit for this option!",
"unknownTicket":"Try this command again in a valid ticket!",
"deprecatedTicket":"The current channel is not a valid ticket! It might have been a ticket from an old Open Ticket version!",
"notInGuild":"This {0} doesn't work in DM! Please try it again in a server!",
"channelRename":"Due to discord ratelimits, it's currently impossible for the bot to rename the channel. The channel will automatically be renamed over 10 minutes if the bot isn't rebooted.",
"channelRenameSource":"The source of this error is: {0}",
"busy":"Unable to use this {0}!\nThe ticket is currently being processed by the bot.\n\nPlease try again in a few seconds!",
"closeBeforeMessage":"This ticket cannot be closed/deleted before a message has been sent by a user.",
"closeBeforeAdminMessage":"This ticket cannot be closed/deleted before a message has been sent by a ticket admin or support member.",
"unableToCreateTicket":"You are unable to create a ticket."
"askForInfo":"Please contact the bot owner for more information.",
"askForInfoResolve":"If the issue persists after a few attempts, please contact the bot owner.",
"internalError":"An internal error occurred while processing this {0}.",
"optionMissing":"A required parameter is missing for this command.",
"optionInvalid":"One or more parameters provided for this command are invalid.",
"optionInvalidChoose":"Please choose between",
"unknownCommand":"Please use the help menu for more information.",
"noPermissions":"You are not permitted to use this {0}.",
"noPermissionsList":"Required permissions (one of the following):",
"noPermissionsCooldown":"You cannot use this {0} while on cooldown.",
"noPermissionsBlacklist":"You cannot use this {0} because you are blacklisted.",
"noPermissionsLimitGlobal":"You cannot create a ticket because the server has reached its maximum ticket limit.",
"noPermissionsLimitGlobalUser":"You cannot create a ticket because you have reached your maximum ticket limit.",
"noPermissionsLimitOption":"You cannot create a ticket because the server has reached the maximum ticket limit for this option.",
"noPermissionsLimitOptionUser":"You cannot create a ticket because you have reached the maximum ticket limit for this option.",
"unknownTicket":"Please run this command inside a valid ticket channel.",
"deprecatedTicket":"This channel is not recognized as a valid ticket. It may have been created with an older version of the bot.",
"notInGuild":"This {0} cannot be used in direct messages. Please use it in a server.",
"channelRename":"Due to Discord rate limits, the channel could not be renamed immediately. It will be renamed automatically within 10 minutes if the bot remains online.",
"channelRenameSource":"Error source: {0}",
"busy":"This {0} is currently unavailable.\nThe ticket is being processed by the bot.\n\nPlease try again in a few seconds.",
"closeBeforeMessage":"This ticket cannot be closed or deleted before a user has sent a message.",
"closeBeforeAdminMessage":"This ticket cannot be closed or deleted before a support member or admin has sent a message.",
"unableToCreateTicket":"You are currently unable to create a ticket."
},
"optionInvalidReasons":{
"stringRegex":"Value doesn't match pattern!",
"stringMinLength":"Value needs to be at least {0} characters!",
"stringMaxLength":"Value needs to be at most {0} characters!",
"numberInvalid":"Invalid number!",
"numberMin":"Number needs to be at least {0}!",
"numberMax":"Number needs to be at most {0}!",
"numberDecimal":"Number is not allowed to be a decimal!",
"numberNegative":"Number is not allowed to be negative!",
"numberPositive":"Number is not allowed to be positive!",
"numberZero":"Number is not allowed to be zero!",
"channelNotFound":"Unable to find channel!",
"userNotFound":"Unable to find user!",
"roleNotFound":"Unable to find role!",
"memberNotFound":"Unable to find user!",
"mentionableNotFound":"Unable to find user or role!",
"channelType":"Invalid channel type!",
"notInGuild":"This option requires you to be in a server!"
"stringRegex":"The value does not match the required pattern.",
"stringMinLength":"The value must be at least {0} characters long.",
"stringMaxLength":"The value must be at most {0} characters long.",
"numberInvalid":"Invalid number provided.",
"numberMin":"The number must be at least {0}.",
"numberMax":"The number must be at most {0}.",
"numberDecimal":"Decimals are not allowed.",
"numberNegative":"Negative numbers are not allowed.",
"numberPositive":"Positive numbers are not allowed.",
"numberZero":"Zero is not allowed.",
"channelNotFound":"Channel not found.",
"userNotFound":"User not found.",
"roleNotFound":"Role not found.",
"memberNotFound":"Member not found.",
"mentionableNotFound":"User or role not found.",
"channelType":"Invalid channel type.",
"notInGuild":"This option can only be used in a server."
},
"permissions":{
"developer":"You need to be the developer of the bot.",
"owner":"You need to be the server owner.",
"admin":"You need to be a server admin.",
"moderator":"You need to be a moderator.",
"support":"You need to be in the support team.",
"member":"You need to be a member.",
"discord-administrator":"You need to have the `ADMINISTRATOR` permission."
"developer":"This action is restricted to the bot developer.",
"owner":"You must be the server owner to use this.",
"admin":"You must have administrator permissions to use this.",
"moderator":"You must be a moderator to use this.",
"support":"You must be part of the support team to use this.",
"member":"You must be a server member to use this.",
"discord-administrator":"You must have the `ADMINISTRATOR` permission."
},
"actionInvalid":{
"close":"Ticket is already closed!",
"reopen":"Ticket is not closed yet!",
"claim":"Ticket is already claimed!",
"unclaim":"Ticket is not claimed yet!",
"pin":"Ticket is already pinned!",
"unpin":"Ticket is not pinned yet!",
"add":"This user is already able to access the ticket!",
"remove":"Unable to remove this user from the ticket!"
"close":"This ticket is already closed.",
"reopen":"This ticket is not closed.",
"claim":"This ticket is already claimed.",
"unclaim":"This ticket is not claimed.",
"pin":"This ticket is already pinned.",
"unpin":"This ticket is not pinned.",
"add":"This user already has access to this ticket.",
"remove":"This user does not have access to this ticket."
}
},
"params":{
@@ -432,107 +432,107 @@
}
},
"commands":{
"reason":"Specify an optional reason that will be visible in logs.",
"help":"Get a list of all the available commands.",
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
"panelId":"The identifier of the panel that you want to spawn.",
"panelAutoUpdate":"Do you want this panel to automatically update when edited?",
"ticket":"Instantly create a ticket.",
"ticketId":"The identifier of the ticket that you want to create.",
"close":"Close a ticket.",
"delete":"Delete a ticket.",
"deleteNoTranscript":"Delete this ticket without creating a transcript.",
"reopen":"Reopen a ticket.",
"claim":"Claim a ticket.",
"claimUser":"Claim this ticket to someone else instead of yourself.",
"unclaim":"Unclaim a ticket.",
"pin":"Pin a ticket.",
"unpin":"Unpin a ticket.",
"reason":"Optional reason shown in logs.",
"help":"Display all available commands.",
"panel":"Create a ticket panel (buttons or dropdown).",
"panelId":"ID of the panel to spawn.",
"panelAutoUpdate":"Automatically update this panel when edited.",
"ticket":"Create a ticket instantly.",
"ticketId":"ID of the ticket to create.",
"close":"Close this ticket.",
"delete":"Delete this ticket.",
"deleteNoTranscript":"Delete ticket without saving a transcript.",
"reopen":"Reopen a closed ticket.",
"claim":"Claim this ticket.",
"claimUser":"Claim the ticket for another user.",
"unclaim":"Unclaim this ticket.",
"pin":"Pin this ticket.",
"unpin":"Unpin this ticket.",
"move":"Move a ticket.",
"moveId":"The identifier of the option that you want to move to.",
"rename":"Rename a ticket.",
"renameName":"The new name for this ticket.",
"add":"Add a user to a ticket.",
"addUser":"The user to add.",
"remove":"Remove a user from a ticket.",
"removeUser":"The user to remove.",
"move":"Move ticket to another option.",
"moveId":"Target option ID.",
"rename":"Rename this ticket.",
"renameName":"New name for the ticket.",
"add":"Add a user to this ticket.",
"addUser":"User to add.",
"remove":"Remove a user from this ticket.",
"removeUser":"User to remove.",
"blacklist":"Manage the ticket blacklist.",
"blacklistView":"View a list of the current blacklist.",
"blacklist":"Manage the blacklist.",
"blacklistView":"View all blacklisted users.",
"blacklistAdd":"Add a user to the blacklist.",
"blacklistRemove":"Remove a user from the blacklist.",
"blacklistGet":"Get the details from a blacklisted user.",
"blacklistGetUser":"The user to get details from.",
"stats":"View statistics from the bot, a member or a ticket.",
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
"statsGlobal":"View the global stats.",
"statsUser":"View the stats from a user in the server.",
"statsUserUser":"The user to view.",
"statsTicket":"View the stats of a ticket in the server.",
"statsTicketTicket":"The ticket to view.",
"blacklistGet":"View blacklist entry details.",
"blacklistGetUser":"User to look up.",
"stats":"View bot, user or ticket statistics.",
"statsReset":"Reset all bot statistics.",
"statsGlobal":"View global bot statistics.",
"statsUser":"View a user's statistics.",
"statsUserUser":"User to view.",
"statsTicket":"View ticket statistics.",
"statsTicketTicket":"Ticket to view.",
"clear":"Delete multiple tickets at the same time.",
"clearFilter":"The filter for clearing tickets.",
"clear":"Delete multiple tickets at once.",
"clearFilter":"Filter used when clearing tickets.",
"clearFilters":{
"all":"All",
"open":"Open",
"close":"Closed",
"claim":"Claimed",
"unclaim":"Unclaimed",
"pin":"Pinned",
"unpin":"Unpinned",
"autoclose":"Autoclosed"
"all":"All tickets",
"open":"Open tickets",
"close":"Closed tickets",
"claim":"Claimed tickets",
"unclaim":"Unclaimed tickets",
"pin":"Pinned tickets",
"unpin":"Unpinned tickets",
"autoclose":"Autoclosed tickets"
},
"autoclose":"Manage autoclose in a ticket.",
"autocloseDisable":"Disable autoclose in this ticket.",
"autocloseEnable":"Enable autoclose in this ticket.",
"autocloseEnableTime":"The amount of hours this ticket needs to be inactive to close it.",
"autodelete":"Manage autodelete in a ticket.",
"autodeleteDisable":"Disable autodelete in this ticket.",
"autodeleteEnable":"Enable autodelete in this ticket.",
"autodeleteEnableTime":"The amount of days this ticket needs to be inactive to delete it.",
"autoclose":"Manage ticket autoclose.",
"autocloseDisable":"Disable autoclose.",
"autocloseEnable":"Enable autoclose.",
"autocloseEnableTime":"Hours of inactivity before closing.",
"autodelete":"Manage ticket autodelete.",
"autodeleteDisable":"Disable autodelete.",
"autodeleteEnable":"Enable autodelete.",
"autodeleteEnableTime":"Days of inactivity before deletion.",
"topic":"Manage the topic of the ticket channel.",
"topicSet":"Set the topic of the ticket channel.",
"topicValue":"The new topic of the channel.",
"topicList":"Get a list of all tickets with their topic and stats.",
"priority":"Manage the priority of the ticket.",
"prioritySet":"Set the priority of the ticket.",
"priorityValue":"The priority of the channel.",
"priorityGet":"Get the priority of the ticket.",
"priorityList":"Get a list of all tickets with their priority status.",
"transfer":"Transfer the ticket ownership from one user to another.",
"transferUser":"The user to transfer to."
"topic":"Manage ticket channel topic.",
"topicSet":"Set the ticket channel topic.",
"topicValue":"New channel topic text.",
"topicList":"List all ticket channel topics.",
"priority":"Manage ticket priority.",
"prioritySet":"Set ticket priority.",
"priorityValue":"Priority level.",
"priorityGet":"View ticket priority.",
"priorityList":"List all ticket priorities.",
"transfer":"Transfer ticket ownership.",
"transferUser":"User to transfer to."
},
"helpMenu":{
"help":"Get a list of all the available commands.",
"ticket":"Instantly create a ticket.",
"close":"Close a ticket, this disables writing in this channel.",
"delete":"Delete a ticket, this creates a transcript when enabled.",
"reopen":"Reopen a ticket, this enables writing in this channel again.",
"pin":"Pin a ticket. This will move the ticket to the top and will add a '📌' emoij to the name.",
"unpin":"Unpin a ticket. The ticket will stay on it's position but will lose the '📌' emoij.",
"move":"Move a ticket. This will change the type of this ticket.",
"rename":"Rename a ticket. This will change the channel name of this ticket.",
"claim":"Claim a ticket. With this, you can let your team know you are handling this ticket.",
"unclaim":"Unclaim a ticket. With this, you can let your team know that this ticket is free again.",
"add":"Add a user to a ticket. This will allow the user to read & write in this ticket.",
"remove":"Remove a user from a ticket. This will remove the ability to read & write for a user in this ticket.",
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
"blacklistView":"View a list of the current blacklist.",
"help":"View all available commands.",
"ticket":"Create a ticket instantly.",
"close":"Close this ticket and disable messaging in the channel.",
"delete":"Delete this ticket (creates a transcript if enabled).",
"reopen":"Reopen a closed ticket and restore messaging.",
"pin":"Pin this ticket and move it to the top with '📌'.",
"unpin":"Unpin this ticket and remove the '📌' emoji.",
"move":"Move this ticket to a different option or ticket type.",
"rename":"Rename this ticket channel.",
"claim":"Claim this ticket to show you are handling it.",
"unclaim":"Unclaim this ticket to mark it as available.",
"add":"Add a user to this ticket.",
"remove":"Remove a user's access from this ticket.",
"panel":"Create a ticket panel with buttons or a dropdown.",
"blacklistView":"View all blacklisted users.",
"blacklistAdd":"Add a user to the blacklist.",
"blacklistRemove":"Remove a user from the blacklist.",
"blacklistGet":"Get the details from a blacklisted user.",
"statsGlobal":"View the global stats.",
"statsTicket":"View the stats of a ticket in the server.",
"statsUser":"View the stats from a user in the server.",
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
"autocloseDisable":"Disable autoclose in this ticket.",
"autocloseEnable":"Enable autoclose in this ticket.",
"autodeleteDisable":"Disable autodelete in this ticket.",
"autodeleteEnable":"Enable autodelete in this ticket.",
"blacklistGet":"View details of a blacklisted user.",
"statsGlobal":"View global bot statistics.",
"statsTicket":"View statistics for a ticket.",
"statsUser":"View statistics for a user.",
"statsReset":"Reset all bot statistics.",
"autocloseDisable":"Disable autoclose for this ticket.",
"autocloseEnable":"Enable autoclose for this ticket.",
"autodeleteDisable":"Disable autodelete for this ticket.",
"autodeleteEnable":"Enable autodelete for this ticket.",
"categories":{
"general":"General Commands",
"basicTicket":"Basic Ticket Commands",
@@ -545,10 +545,10 @@
},
"stats":{
"scopes":{
"global":"Global Stats",
"system":"System Stats",
"user":"User Stats",
"ticket":"Ticket Stats",
"global":"Global Statistics",
"system":"System Statistics",
"user":"User Statistics",
"ticket":"Ticket Statistics",
"participants":"Participants",
"messages":"Messages"
},
@@ -592,9 +592,9 @@
}
},
"panel":{
"selectTicket":"Select your ticket",
"selectRole":"Select your role",
"selectOption":"Select your option"
"selectTicket":"Select a ticket",
"selectRole":"Select a role",
"selectOption":"Select an option"
},
"priorities":{
"urgent":"Urgent",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["iamnotmega","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Estonian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["iamnotmega","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Finnish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["guillee3"],
"lastedited":"16/02/2026",
"language":"French",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["benzorich"],
"lastedited":"16/02/2026",
"language":"German",
@@ -14,8 +14,8 @@
"typeInfo":"[INFO]",
"headerConfigChecker":"CONFIG CHECKER",
"headerDescription":"Prüfen Sie auf Fehler in Ihrer Konfigurationsdateien!",
"footerError":"Der Bot wird nicht starten, bis alle {0}'s repariert sind!",
"footerWarning":"Es wird empfohlen, vor dem Start alle {0}'s zu korrigieren!",
"footerError":"Der Bot wird nicht starten, bis alle {0}en repariert sind!",
"footerWarning":"Es wird empfohlen, vor dem Start alle {0}en zu korrigieren!",
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
"compactInformation":"Verwenden Sie {0} für weitere Informationen!",
"dataPath":"Pfad",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Greek",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["challenger_nova"],
"lastedited":"16/02/2026",
"language":"Hindi",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["Kornel0706"],
"lastedited":"16/02/2026",
"language":"Hungarian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["erxg"],
"lastedited":"16/02/2026",
"language":"Indonesian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["fraden1mvp.","imperatorix_17"],
"lastedited":"16/02/2026",
"language":"Italian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Japanese",
+599 -599
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Korean",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Kurdish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["NoOneNook"],
"lastedited":"16/02/2026",
"language":"Latvian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["TsgIndrius"],
"lastedited":"16/02/2026",
"language":"Lithuanian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["NoOneNook"],
"lastedited":"16/02/2026",
"language":"Norwegian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["dysashop","zhavis"],
"lastedited":"16/02/2026",
"language":"Persian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["DanoGlez"],
"lastedited":"16/02/2026",
"language":"Polish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["quiradon"],
"lastedited":"16/02/2026",
"language":"Portuguese",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["SankeDev"],
"lastedited":"16/02/2026",
"language":"Romanian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["NoOneNook"],
"lastedited":"16/02/2026",
"language":"Russian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Simplified Chainese",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Solvenian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["Redactado","Josuens"],
"lastedited":"16/02/2026",
"language":"Spanish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["NoOneNook"],
"lastedited":"16/02/2026",
"language":"Svenska",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["HanumeshGupta","ChatGPT"],
"lastedited":"16/02/2026",
"language":"Tamil",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["modshd"],
"lastedited":"16/02/2026",
"language":"Thai",
+608
View File
@@ -0,0 +1,608 @@
{
"_TRANSLATION":{
"otversion":"v4.2.0",
"translators":["me.october"],
"lastedited":"10/03/2026",
"language":"Traditional Chinese",
"automated":false
},
"checker":{
"system":{
"typeError":"[錯誤]",
"headerOpenTicket":"開啟工單",
"typeWarning":"[警告]",
"typeInfo":"[信息]",
"headerConfigChecker":"配置檢查器",
"headerDescription":"檢查您的配置文件中的錯誤!",
"footerError":"機器人將無法啟動,直到所有{0}錯誤被修複!",
"footerWarning":"建議在啟動前修複所有{0}警告!",
"footerSupport":"支援:{0} - 文檔:{1}",
"compactInformation":"使用{0}獲取更多信息!",
"dataPath":"路徑",
"dataDocs":"文檔",
"dataMessages":"消息"
},
"messages":{
"stringTooShort":"此字符串不能少於{0}個字符!",
"stringTooLong":"此字符串不能超過{0}個字符!",
"stringLengthInvalid":"此字符串長度必須為{0}個字符!",
"stringStartsWith":"此字符串必須以{0}開頭!",
"stringEndsWith":"此字符串必須以{0}結尾!",
"stringContains":"此字符串必須包含{0}!",
"stringChoices":"此字符串隻能是以下值之一:{0}!",
"stringRegex":"此字符串無效!",
"stringInvertedContains":"此字符串不能包含 {0}!",
"stringLowercase":"此字符串必須全部使用小寫字母!",
"stringUppercase":"此字符串必須全部使用大寫字母!",
"stringSpecialCharacters":"此字符串不能包含任何特殊字符!(僅允許 a-z、0-9 和空格)",
"stringNoSpaces":"此字符串不能包含空格!",
"stringCapitalWord":"建議此字符串中的每個單詞都以大寫字母開頭!",
"stringCapitalSentence":"此字符串中的某些句子似乎冇有以大寫字母開頭!",
"stringPunctuation":"此字符串中的句子似乎冇有以標點符號結尾!",
"numberTooShort":"此數字不能少於{0}位!",
"numberTooLong":"此數字不能超過{0}位!",
"numberLengthInvalid":"此數字長度必須為{0}位!",
"numberTooSmall":"此數字至少為{0}!",
"numberTooLarge":"此數字最多為{0}!",
"numberNotEqual":"此數字必須為{0}!",
"numberStep":"此數字必須是{0}的倍數!",
"numberStepOffset":"此數字必須是{0}的倍數,起始值為{1}!",
"numberStartsWith":"此數字必須以{0}開頭!",
"numberEndsWith":"此數字必須以{0}結尾!",
"numberContains":"此數字必須包含{0}!",
"numberChoices":"此數字隻能是以下值之一:{0}!",
"numberFloat":"此數字不能為小數!",
"numberNegative":"此數字不能為負數!",
"numberPositive":"此數字不能為正數!",
"numberZero":"此數字不能為零!",
"numberNan":"此數字不能為 NaN(非數字)!",
"numberInvertedContains":"此數字不能包含 {0}!",
"booleanTrue":"此佈爾值不能為真!",
"booleanFalse":"此佈爾值不能為假!",
"arrayEmptyDisabled":"此數組不允許為空!",
"arrayEmptyRequired":"此數組必須為空!",
"arrayTooShort":"此數組長度至少為{0}!",
"arrayTooLong":"此數組長度最多為{0}!",
"arrayLengthInvalid":"此數組長度必須為{0}!",
"arrayInvalidTypes":"此數組隻能包含以下類型:{0}!",
"arrayDouble":"此數組不允許重複值!",
"discordInvalidId":"這是無效的Discord {0} ID!",
"discordInvalidIdOptions":"這是無效的Discord {0} ID!您還可以使用以下之一:{1}!",
"discordInvalidToken":"這是無效的Discord令牌(文法上)!",
"colorInvalid":"這是無效的十六進製顔色!",
"emojiTooShort":"此字符串至少需要{0}個錶情符號!",
"emojiTooLong":"此字符串最多隻能有{0}個錶情符號!",
"emojiCustom":"此錶情符號不能是自定義Discord錶情符號!",
"emojiInvalid":"這是無效的錶情符號!",
"urlInvalid":"此URL無效!",
"urlInvalidHttp":"This url can only use the https:// protocol!",
"urlInvalidProtocol":"This url can only use the http:// & https:// protocols!",
"urlInvalidHostname":"此URL的主機名不被允許!",
"urlInvalidExtension":"此URL的擴展名無效!請選擇:{0}!",
"urlInvalidPath":"此URL的路徑無效!",
"idNotUnique":"此ID不唯一,請使用其他ID!",
"idNonExistent":"ID {0}不存在!",
"invalidType":"此屬性必須為類型:{0}!",
"propertyMissing":"此對象缺少屬性{0}!",
"propertyOptional":"此對象中的屬性{0}是可選的!",
"objectDisabled":"此對象已禁用,請使用{0}啟用!",
"nullInvalid":"此屬性不能為null!",
"switchInvalidType":"此屬性必須是以下類型之一:{0}!",
"objectSwitchInvalid":"此對象必須是以下類型之一:{0}!",
"invalidLanguage":"這是無效的語言!",
"invalidButton":"此按鈕必須至少有一個{0}或{1}!",
"unusedOption":"選項{0}未在任何地方使用!",
"unusedQuestion":"問題{0}未在任何地方使用!",
"dropdownOption":"啟用下拉菜單的麵闆隻能包含“ticket”類型的選項!",
"customInvalidVersion":"配置文件中指定的版本不匹配!請確保您已將配置更新至最新版本!"
}
},
"actions":{
"buttons":{
"create":"訪問工單",
"close":"關閉工單",
"delete":"刪除工單",
"reopen":"重新開啟工單",
"claim":"認領工單",
"unclaim":"取消認領工單",
"pin":"置頂工單",
"unpin":"取消置頂工單",
"clear":"刪除工單",
"helpSwitchSlash":"檢視斜杠命令",
"helpSwitchText":"檢視文本命令",
"helpPage":"第{0}頁",
"withReason":"帶原因",
"withoutTranscript":"不帶記錄"
},
"titles":{
"created":"工單已創建",
"close":"工單已關閉",
"delete":"工單已刪除",
"reopen":"工單已重新開啟",
"claim":"工單已認領",
"unclaim":"工單已取消認領",
"pin":"工單已置頂",
"unpin":"工單已取消置頂",
"rename":"工單已重命名",
"move":"工單已移動",
"add":"工單用戶已添加",
"remove":"工單用戶已移除",
"help":"可用命令",
"statsReset":"重置統計",
"blacklistAdd":"用戶已拉黑",
"blacklistRemove":"用戶已解禁",
"blacklistGet":"已拉黑用戶",
"blacklistView":"當前黑名單",
"blacklistAddDm":"已加入黑名單",
"blacklistRemoveDm":"已從黑名單移除",
"clear":"工單已清除",
"clearTickets":"清除工單",
"roles":"角色已更新",
"autoclose":"工單自動關閉",
"autocloseEnabled":"自動關閉已啟用",
"autocloseDisabled":"自動關閉已禁用",
"autodelete":"工單自動刪除",
"autodeleteEnabled":"自動刪除已啟用",
"autodeleteDisabled":"自動刪除已禁用",
"topicSet":"主題已更改",
"prioritySet":"優先級已更改",
"priorityGet":"工單優先級",
"transfer":"工單已轉移"
},
"descriptions":{
"create":"您的工單已創建。點選下方按鈕訪問!",
"close":"工單已成功關閉!",
"delete":"工單已成功刪除!",
"reopen":"工單已成功重新開啟!",
"claim":"工單已成功認領!",
"unclaim":"工單已成功取消認領!",
"pin":"工單已成功置頂!",
"unpin":"工單已成功取消置頂!",
"rename":"工單已成功重命名為{0}!",
"move":"工單已成功移動到{0}!",
"add":"{0}已成功添加到工單!",
"remove":"{0}已成功從工單移除!",
"helpExplanation":"`<名稱>` => 必填參數\n`[名稱]` => 可選參數",
"statsReset":"機器人統計已成功重置!",
"statsError":"無法檢視工單統計!\n{0}不是工單!",
"blacklistAdd":"{0}已成功拉黑!",
"blacklistRemove":"{0}已成功解禁!",
"blacklistGetSuccess":"{0}當前已被拉黑!",
"blacklistGetEmpty":"{0}當前未被拉黑!",
"blacklistViewEmpty":"尚未有人被拉黑!",
"blacklistViewTip":"使用“/blacklist add”拉黑用戶!",
"clearVerify":"確定要刪除多個工單嗎?\n此操作無法撤銷!",
"clearReady":"{0}個工單已成功刪除!",
"rolesEmpty":"未更新任何角色!",
"autocloseLeave":"此工單已自動關閉,因為創建者離開了服務器!",
"autocloseTimeout":"此工單已自動關閉,因為它已超過`{0}小時`未活動!",
"autodeleteLeave":"此工單已自動刪除,因為創建者離開了服務器!",
"autodeleteTimeout":"此工單已自動刪除,因為它已超過`{0}天`未活動!",
"autocloseEnabled":"此工單已啟用自動關閉!\n超過`{0}小時`未活動後將自動關閉!",
"autocloseDisabled":"此工單已禁用自動關閉!\n不再自動關閉!",
"autodeleteEnabled":"此工單已啟用自動刪除!\n超過`{0}天`未活動後將自動刪除!",
"autodeleteDisabled":"此工單已禁用自動刪除!\n不再自動刪除!",
"ticketMessageLimit":"您隻能同時創建{0}個工單!",
"ticketMessageAutoclose":"此工單將在超過{0}小時未活動後自動關閉!",
"ticketMessageAutodelete":"此工單將在超過{0}天未活動後自動刪除!",
"panelReady":"麵闆已在後續消息中可用!\n此消息現在可以刪除!",
"topicSet":"頻道主題已由 {0} 成功更改!",
"prioritySet":"工單優先級已由 {1} 成功更改為 {0}!",
"priorityGet":"此工單當前的優先級為 {0}。",
"transfer":"工單所有權已由 {2} 成功從 {0} 轉移至 {1}!"
},
"modal":{
"closePlaceholder":"您為什麼關閉此工單?",
"deletePlaceholder":"您為什麼刪除此工單?",
"reopenPlaceholder":"您為什麼重新開啟此工單?",
"claimPlaceholder":"您為什麼認領此工單?",
"unclaimPlaceholder":"您為什麼取消認領此工單?",
"pinPlaceholder":"您為什麼置頂此工單?",
"unpinPlaceholder":"您為什麼取消置頂此工單?"
},
"logs":{
"createLog":"{0}創建了一個新工單!",
"closeLog":"此工單已被{0}關閉!",
"closeDm":"您的工單已在我們的服務器中關閉!",
"deleteLog":"此工單已被{0}刪除!",
"deleteDm":"您的工單已在我們的服務器中刪除!",
"reopenLog":"此工單已被{0}重新開啟!",
"reopenDm":"您的工單已在我們的服務器中重新開啟!",
"claimLog":"此工單已被{0}認領!",
"claimDm":"您的工單已在我們的服務器中被認領!",
"unclaimLog":"此工單已被{0}取消認領!",
"unclaimDm":"您的工單已在我們的服務器中取消認領!",
"pinLog":"此工單已被{0}置頂!",
"pinDm":"您的工單已在我們的服務器中置頂!",
"unpinLog":"此工單已被{0}取消置頂!",
"unpinDm":"您的工單已在我們的服務器中取消置頂!",
"renameLog":"此工單已被{1}重命名為{0}!",
"renameDm":"您的工單已在我們的服務器中重命名為{0}!",
"moveLog":"此工單已被{1}移動到{0}!",
"moveDm":"您的工單已在我們的服務器中移動到{0}!",
"addLog":"{0}已被{1}添加到此工單!",
"addDm":"{0}已被添加到您的工單中!",
"removeLog":"{0}已被{1}從此工單移除!",
"removeDm":"{0}已被從您的工單中移除!",
"blacklistAddLog":"{0}被{1}拉黑!",
"blacklistRemoveLog":"{0}被{1}從黑名單移除!",
"blacklistAddDm":"您已被我們的服務器拉黑!\n從現在起,您無法創建工單!",
"blacklistRemoveDm":"您已被我們的服務器解禁!\n現在您可以再次創建工單!",
"clearLog":"{0}個工單已被{1}刪除!",
"transferLog":"此工單的所有權已由 {2} 從 {0} 轉移至 {1}!",
"transferDm":"您在服務器中的工單所有權已從 {0} 轉移至 {1}!",
"prioritySetLog":"此工單的優先級已由 {1} 更改為 {0}!",
"prioritySetDm":"您在服務器中的工單優先級已更改為 {0}!",
"roleUpdateLog":"{0} 已更新其角色!",
"roleUpdateDm":"您在服務器中的角色已更新!"
}
},
"transcripts":{
"success":{
"visit":"檢視記錄",
"ready":"記錄已創建",
"textFileDescription":"這是已刪除工單的文本記錄!",
"htmlProgress":"請等待此HTML記錄處理完成...",
"createdChannel":"服務器中已創建一個新的{0}記錄!",
"createdCreator":"已為您的工單創建一個新的{0}記錄!",
"createdParticipant":"您參與的工單中已創建一個新的{0}記錄!",
"createdActiveAdmin":"您作為管理員參與的工單中已創建一個新的{0}記錄!",
"createdEveryAdmin":"您曾擔任管理員的工單中已創建一個新的{0}記錄!",
"createdOther":"已創建一個新的{0}記錄!"
},
"errors":{
"retry":"重試",
"continue":"刪除無記錄",
"backup":"創建備份記錄",
"error":"創建記錄時出錯。\n您想怎麼做?\n\n在您點選以下按鈕之前,此工單不會被刪除。",
"title":"記錄錯誤"
},
"text":{
"messagesTitle":"消息",
"embedTitle":"EMBED",
"fileTitle":"文件",
"fieldsTitle":"字段",
"reactionsTitle":"反應",
"statsTitle":"統計",
"emptyContent":"<內容為空>",
"noTitle":"<無標題>",
"noDesc":"<無描述>"
}
},
"errors":{
"titles":{
"internalError":"內部錯誤",
"optionMissing":"命令選項缺失",
"optionInvalid":"命令選項無效",
"unknownCommand":"未知命令",
"noPermissions":"無權限",
"unknownTicket":"未知工單",
"deprecatedTicket":"過時工單",
"unknownOption":"未知選項",
"unknownPanel":"未知麵闆",
"notInGuild":"不在服務器中",
"channelRename":"無法重命名頻道",
"busy":"工單繁忙",
"permissionError":"權限錯誤"
},
"descriptions":{
"askForInfo":"請聯係此機器人的所有者獲取更多信息!",
"askForInfoResolve":"如果此問題在多次嘗試後仍未解決,請聯係此機器人的所有者。",
"internalError":"由於內部錯誤,無法回響此{0}!",
"optionMissing":"此命令缺少必填參數!",
"optionInvalid":"此命令中的參數無效!",
"optionInvalidChoose":"請選擇",
"unknownCommand":"請訪問幫助菜單獲取更多信息!",
"noPermissions":"您無權使用此{0}!",
"noPermissionsList":"所需權限:(其中之一)",
"noPermissionsCooldown":"您因冷卻時間無法使用此{0}!",
"noPermissionsBlacklist":"您因被拉黑無法使用此{0}!",
"noPermissionsLimitGlobal":"您無法創建工單,因為服務器已達到最大工單限製!",
"noPermissionsLimitGlobalUser":"您無法創建工單,因為您已達到最大工單限製!",
"noPermissionsLimitOption":"您無法創建工單,因為服務器已達到此選項的最大工單限製!",
"noPermissionsLimitOptionUser":"您無法創建工單,因為您已達到此選項的最大工單限製!",
"unknownTicket":"請在有效工單中重試此命令!",
"deprecatedTicket":"當前頻道不是有效工單!可能是舊版Open Ticket的工單!",
"notInGuild":"此{0}在私信中無效!請在服務器中重試!",
"channelRename":"由於Discord速率限製,機器人目前無法重命名頻道。如果機器人未重啟,頻道將在10分鍾後自動重命名。",
"channelRenameSource":"此錯誤的來源是:{0}",
"busy":"無法使用此{0}!\n工單當前正在被機器人處理。\n\n請幾秒後重試!",
"closeBeforeMessage":"用戶發送消息之前,無法關閉或刪除此工單。",
"closeBeforeAdminMessage":"工單管理員或支援成員發送消息之前,無法關閉或刪除此工單。",
"unableToCreateTicket":"您無法創建工單。"
},
"optionInvalidReasons":{
"stringRegex":"值不符合模式!",
"stringMinLength":"值至少需要{0}個字符!",
"stringMaxLength":"值最多需要{0}個字符!",
"numberInvalid":"無效數字!",
"numberMin":"數字至少為{0}!",
"numberMax":"數字最多為{0}!",
"numberDecimal":"數字不能為小數!",
"numberNegative":"數字不能為負數!",
"numberPositive":"數字不能為正數!",
"numberZero":"數字不能為零!",
"channelNotFound":"無法找到頻道!",
"userNotFound":"無法找到用戶!",
"roleNotFound":"無法找到角色!",
"memberNotFound":"無法找到用戶!",
"mentionableNotFound":"無法找到用戶或角色!",
"channelType":"無效的頻道類型!",
"notInGuild":"此選項需要您在服務器中!"
},
"permissions":{
"developer":"您需要是機器人的開發者。",
"owner":"您需要是服務器所有者。",
"admin":"您需要是服務器管理員。",
"moderator":"您需要是版主。",
"support":"您需要是支援團隊成員。",
"member":"您需要是成員。",
"discord-administrator":"您需要擁有`ADMINISTRATOR`權限。"
},
"actionInvalid":{
"close":"工單已關閉!",
"reopen":"工單未關閉!",
"claim":"工單已認領!",
"unclaim":"工單未認領!",
"pin":"工單已置頂!",
"unpin":"工單未置頂!",
"add":"此用戶已可訪問工單!",
"remove":"無法從此工單移除此用戶!"
}
},
"params":{
"uppercase":{
"ticket":"工單",
"tickets":"工單",
"reason":"原因",
"creator":"創建者",
"remaining":"剩餘時間",
"added":"已添加",
"removed":"已移除",
"filter":"篩選",
"method":"方式",
"type":"類型",
"blacklisted":"已拉黑",
"panel":"麵闆",
"command":"命令",
"system":"係統",
"true":"是",
"false":"否",
"syntax":"文法",
"originalName":"原名稱",
"newName":"新名稱",
"until":"直到",
"validOptions":"有效選項",
"validPanels":"有效麵闆",
"autoclose":"自動關閉",
"autodelete":"自動刪除",
"startupDate":"啟動日期",
"version":"版本",
"name":"名稱",
"role":"角色",
"status":"狀態",
"claimed":"已認領",
"pinned":"已置頂",
"creationDate":"創建日期",
"noone":"無人",
"open":"開啟",
"closed":"關閉",
"priority":"優先級",
"participants":"參與者",
"yes":"是",
"no":"否",
"option":"選項",
"topic":"主題",
"uptime":"係統運行時間",
"messages":"消息",
"embeds":"嵌入",
"files":"文件",
"components":"組件",
"cooldown":"冷卻時間",
"maxTickets":"最大工單數",
"admins":"管理員",
"roles":"角色",
"size":"大小"
},
"lowercase":{
"text":"文本",
"html":"HTML",
"command":"命令",
"modal":"模態框",
"button":"按鈕",
"dropdown":"下拉菜單",
"method":"方式"
}
},
"commands":{
"reason":"指定一個可選原因,該原因將在日誌中可見。",
"help":"獲取所有可用命令的列錶。",
"panel":"生成帶有下拉菜單或按鈕的消息(用於工單創建)。",
"panelId":"您想要生成的麵闆的標識符。",
"panelAutoUpdate":"您希望此麵闆在編輯時自動更新嗎?",
"ticket":"立即創建一個工單。",
"ticketId":"您想要創建的工單的標識符。",
"close":"關閉一個工單。",
"delete":"刪除一個工單。",
"deleteNoTranscript":"刪除此工單而不創建記錄。",
"reopen":"重新開啟一個工單。",
"claim":"認領一個工單。",
"claimUser":"將此工單認領給其他人而不是您自己。",
"unclaim":"取消認領一個工單。",
"pin":"置頂一個工單。",
"unpin":"取消置頂一個工單。",
"move":"移動一個工單。",
"moveId":"您想要移動到的選項的標識符。",
"rename":"重命名一個工單。",
"renameName":"此工單的新名稱。",
"add":"將用戶添加到工單。",
"addUser":"要添加的用戶。",
"remove":"從工單中移除用戶。",
"removeUser":"要移除的用戶。",
"blacklist":"管理工單黑名單。",
"blacklistView":"檢視當前黑名單的列錶。",
"blacklistAdd":"將用戶添加到黑名單。",
"blacklistRemove":"從黑名單中移除用戶。",
"blacklistGet":"獲取被拉黑用戶的詳細信息。",
"blacklistGetUser":"要獲取詳細信息的用戶。",
"stats":"檢視機器人、成員或工單的統計信息。",
"statsReset":"重置機器人的所有統計信息(並從零開始計數)。",
"statsGlobal":"檢視全局統計信息。",
"statsUser":"檢視服務器中用戶的統計信息。",
"statsUserUser":"要檢視的用戶。",
"statsTicket":"檢視服務器中工單的統計信息。",
"statsTicketTicket":"要檢視的工單。",
"clear":"同時刪除多個工單。",
"clearFilter":"清除工單的篩選條件。",
"clearFilters":{
"all":"全部",
"open":"開啟",
"close":"關閉",
"claim":"已認領",
"unclaim":"未認領",
"pin":"已置頂",
"unpin":"未置頂",
"autoclose":"自動關閉"
},
"autoclose":"管理工單中的自動關閉。",
"autocloseDisable":"禁用此工單的自動關閉。",
"autocloseEnable":"啟用此工單的自動關閉。",
"autocloseEnableTime":"工單需要多少小時不活動才能自動關閉。",
"autodelete":"管理工單中的自動刪除。",
"autodeleteDisable":"禁用此工單的自動刪除。",
"autodeleteEnable":"啟用此工單的自動刪除。",
"autodeleteEnableTime":"工單需要多少天不活動才能自動刪除。",
"topic":"管理工單頻道的主題。",
"topicSet":"設定工單頻道的主題。",
"topicValue":"頻道的新主題。",
"topicList":"獲取所有工單及其主題和統計信息的列錶。",
"priority":"管理工單的優先級。",
"prioritySet":"設定工單的優先級。",
"priorityValue":"頻道的優先級。",
"priorityGet":"獲取工單的優先級。",
"priorityList":"獲取所有工單的優先級狀態列錶。",
"transfer":"將工單所有權從一位用戶轉移至另一位用戶。",
"transferUser":"要轉移給的用戶。"
},
"helpMenu":{
"help":"獲取所有可用命令的列錶。",
"ticket":"立即創建一個工單。",
"close":"關閉一個工單,這將禁用此頻道的寫入權限。",
"delete":"刪除一個工單,啟用時會創建記錄。",
"reopen":"重新開啟一個工單,這將重新啟用此頻道的寫入權限。",
"pin":"置頂一個工單。這將把工單移動到頂部,並在名稱前添加'📌'錶情符號。",
"unpin":"取消置頂一個工單。工單將保持當前位置,但會移除'📌'錶情符號。",
"move":"移動一個工單。這將更改此工單的類型。",
"rename":"重命名一個工單。這將更改此工單的頻道名稱。",
"claim":"認領一個工單。通過此操作,您可以告知團隊您正在處理此工單。",
"unclaim":"取消認領一個工單。通過此操作,您可以告知團隊此工單已空閒。",
"add":"將用戶添加到工單。這將允許用戶在此工單中讀取和寫入。",
"remove":"從工單中移除用戶。這將移除用戶在此工單中讀取和寫入的權限。",
"panel":"生成帶有下拉菜單或按鈕的消息(用於工單創建)。",
"blacklistView":"檢視當前黑名單的列錶。",
"blacklistAdd":"將用戶添加到黑名單。",
"blacklistRemove":"從黑名單中移除用戶。",
"blacklistGet":"獲取被拉黑用戶的詳細信息。",
"statsGlobal":"檢視全局統計信息。",
"statsTicket":"檢視服務器中工單的統計信息。",
"statsUser":"檢視服務器中用戶的統計信息。",
"statsReset":"重置機器人的所有統計信息(並從零開始計數)。",
"autocloseDisable":"禁用此工單的自動關閉。",
"autocloseEnable":"啟用此工單的自動關閉。",
"autodeleteDisable":"禁用此工單的自動刪除。",
"autodeleteEnable":"啟用此工單的自動刪除。",
"categories":{
"general":"通用命令",
"basicTicket":"基礎工單命令",
"advancedTicket":"高級工單命令",
"userTicket":"用戶工單命令",
"admin":"管理員命令",
"advanced":"高級命令",
"extra":"額外命令"
}
},
"stats":{
"scopes":{
"global":"全局統計",
"system":"係統統計",
"user":"用戶統計",
"ticket":"工單統計",
"participants":"參與者",
"messages":"消息"
},
"properties":{
"ticketsCreated":"工單已創建",
"ticketsClosed":"工單已關閉",
"ticketsDeleted":"工單已刪除",
"ticketsReopened":"工單已重新開啟",
"ticketsAutoclosed":"工單已自動關閉",
"ticketsClaimed":"工單已認領",
"ticketsPinned":"工單已置頂",
"ticketsMoved":"工單已移動",
"usersBlacklisted":"用戶已拉黑",
"transcriptsCreated":"記錄已創建",
"ticketsAutodeleted":"自動刪除的工單",
"ticketsTransferred":"已轉移的工單",
"ticketVolume":"工單量",
"averageTickets":"平均工單數/用戶",
"currentTickets":"當前工單",
"age":"工單時長",
"responseTime":"回響時間",
"resolutionTime":"解決時間",
"createdOn":"創建於",
"createdBy":"創建者",
"closedOn":"關閉於",
"closedBy":"關閉者",
"claimedOn":"認領於",
"claimedBy":"認領者",
"pinnedOn":"固定於",
"pinnedBy":"固定者",
"deletedOn":"刪除於",
"deletedBy":"刪除者"
},
"roles":{
"developer":"開發者",
"serverOwner":"服務器所有者",
"serverAdmin":"服務器管理員",
"moderator":"管理團隊",
"support":"支援團隊",
"member":"成員"
}
},
"panel":{
"selectTicket":"選擇您的工單",
"selectRole":"選擇您的角色",
"selectOption":"選擇您的選項"
},
"priorities":{
"urgent":"緊急",
"veryHigh":"非常高",
"high":"高",
"normal":"普通",
"low":"低",
"veryLow":"非常低",
"none":"無"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["palestinian"],
"lastedited":"16/02/2026",
"language":"Turkish",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["Anderskiy"],
"lastedited":"16/02/2026",
"language":"Ukrainian",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_TRANSLATION":{
"otversion":"v4.1.3",
"otversion":"v4.2.0",
"translators":["ngocdiep2006"],
"lastedited":"16/02/2026",
"language":"Vietnamese",