Files
open-ticket/languages/custom.json
T

608 lines
30 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_TRANSLATION":{
"otversion":"v4.2.0",
"translators":["DJj123dj"],
"lastedited":"16/02/2026",
"language":"Custom",
"automated":false
},
"checker":{
"system":{
"typeError":"[ERROR]",
"headerOpenTicket":"OPEN TICKET",
"typeWarning":"[WARNING]",
"typeInfo":"[INFO]",
"headerConfigChecker":"CONFIG CHECKER",
"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 a detailed config report.",
"dataPath":"path",
"dataDocs":"docs",
"dataMessages":"message"
},
"messages":{
"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":"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":"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}",
"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":{
"buttons":{
"create":"Visit Ticket",
"close":"Close Ticket",
"delete":"Delete Ticket",
"reopen":"Reopen Ticket",
"claim":"Claim Ticket",
"unclaim":"Unclaim Ticket",
"pin":"Pin Ticket",
"unpin":"Unpin Ticket",
"clear":"Delete Tickets",
"helpSwitchSlash":"View Slash Commands",
"helpSwitchText":"View Text Commands",
"helpPage":"Page {0}",
"withReason":"With Reason",
"withoutTranscript":"Without Transcript"
},
"titles":{
"created":"Ticket Created",
"close":"Ticket Closed",
"delete":"Ticket Deleted",
"reopen":"Ticket Reopened",
"claim":"Ticket Claimed",
"unclaim":"Ticket Unclaimed",
"pin":"Ticket Pinned",
"unpin":"Ticket Unpinned",
"rename":"Ticket Renamed",
"move":"Ticket Moved",
"add":"Ticket User Added",
"remove":"Ticket User Removed",
"help":"Available Commands",
"statsReset":"Reset Stats",
"blacklistAdd":"User Blacklisted",
"blacklistRemove":"User Released",
"blacklistGet":"Blacklisted User",
"blacklistView":"Current Blacklist",
"blacklistAddDm":"Added To Blacklist",
"blacklistRemoveDm":"Removed From Blacklist",
"clear":"Tickets Cleared",
"clearTickets":"Clear Tickets",
"roles":"Roles Updated",
"autoclose":"Ticket Autoclosed",
"autocloseEnabled":"Autoclose Enabled",
"autocloseDisabled":"Autoclose Disabled",
"autodelete":"Ticket Autodeleted",
"autodeleteEnabled":"Autodelete Enabled",
"autodeleteDisabled":"Autodelete Disabled",
"topicSet":"Topic Changed",
"prioritySet":"Priority Changed",
"priorityGet":"Ticket Priority",
"transfer":"Ticket Transferred"
},
"descriptions":{
"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 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 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 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}.",
"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 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.",
"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} 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":"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 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 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":{
"messagesTitle":"MESSAGES",
"embedTitle":"EMBED",
"fileTitle":"FILE",
"fieldsTitle":"FIELDS",
"reactionsTitle":"REACTIONS",
"statsTitle":"STATISTICS",
"emptyContent":"<content is empty>",
"noTitle":"<no-title>",
"noDesc":"<no-description>"
}
},
"errors":{
"titles":{
"internalError":"Internal Error",
"optionMissing":"Command Option Missing",
"optionInvalid":"Command Option Invalid",
"unknownCommand":"Unknown Command",
"noPermissions":"No Permissions",
"unknownTicket":"Unknown Ticket",
"deprecatedTicket":"Deprecated Ticket",
"unknownOption":"Unknown Option",
"unknownPanel":"Unknown Panel",
"notInGuild":"Not In Server",
"channelRename":"Unable To Rename Channel",
"busy":"Ticket Is Busy",
"permissionError":"Permission Error"
},
"descriptions":{
"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":"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":"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":"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":{
"uppercase":{
"ticket":"Ticket",
"tickets":"Tickets",
"reason":"Reason",
"creator":"Creator",
"remaining":"Time Remaining",
"added":"Added",
"removed":"Removed",
"filter":"Filter",
"method":"Method",
"type":"Type",
"blacklisted":"Blacklisted",
"panel":"Panel",
"command":"Command",
"system":"System",
"true":"True",
"false":"False",
"syntax":"Syntax",
"originalName":"Original Name",
"newName":"New Name",
"until":"Until",
"validOptions":"Valid Options",
"validPanels":"Valid Panels",
"autoclose":"Autoclose",
"autodelete":"Autodelete",
"startupDate":"Startup Date",
"version":"Version",
"name":"Name",
"role":"Role",
"status":"Status",
"claimed":"Claimed",
"pinned":"Pinned",
"creationDate":"Creation Date",
"noone":"No-One",
"open":"Open",
"closed":"Closed",
"priority":"Priority",
"participants":"Participants",
"yes":"Yes",
"no":"No",
"option":"Option",
"topic":"Topic",
"uptime":"System Uptime",
"messages":"Messages",
"embeds":"Embeds",
"files":"Files",
"components":"Components",
"cooldown":"Cooldown",
"maxTickets":"Max Tickets",
"admins":"Admins",
"roles":"Roles",
"size":"Size"
},
"lowercase":{
"text":"text",
"html":"html",
"command":"command",
"modal":"modal",
"button":"button",
"dropdown":"dropdown",
"method":"method"
}
},
"commands":{
"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 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 blacklist.",
"blacklistView":"View all blacklisted users.",
"blacklistAdd":"Add a user to the blacklist.",
"blacklistRemove":"Remove a user from the blacklist.",
"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 once.",
"clearFilter":"Filter used when clearing tickets.",
"clearFilters":{
"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 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 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":"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":"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",
"advancedTicket":"Advanced Ticket Commands",
"userTicket":"User Ticket Commands",
"admin":"Admin Commands",
"advanced":"Advanced Commands",
"extra":"Extra Commands"
}
},
"stats":{
"scopes":{
"global":"Global Statistics",
"system":"System Statistics",
"user":"User Statistics",
"ticket":"Ticket Statistics",
"participants":"Participants",
"messages":"Messages"
},
"properties":{
"ticketsCreated":"Tickets Created",
"ticketsClosed":"Tickets Closed",
"ticketsDeleted":"Tickets Deleted",
"ticketsReopened":"Tickets Reopened",
"ticketsAutoclosed":"Tickets Autoclosed",
"ticketsClaimed":"Tickets Claimed",
"ticketsPinned":"Tickets Pinned",
"ticketsMoved":"Tickets Moved",
"usersBlacklisted":"Users Blacklisted",
"transcriptsCreated":"Transcripts Created",
"ticketsAutodeleted":"Tickets Autodeleted",
"ticketsTransferred":"Tickets Transferred",
"ticketVolume":"Ticket Volume",
"averageTickets":"Average Tickets/User",
"currentTickets":"Current Tickets",
"age":"Ticket Age",
"responseTime":"Response Time",
"resolutionTime":"Resolution Time",
"createdOn":"Created On",
"createdBy":"Created By",
"closedOn":"Closed On",
"closedBy":"Closed By",
"claimedOn":"Claimed On",
"claimedBy":"Claimed By",
"pinnedOn":"Pinned On",
"pinnedBy":"Pinned By",
"deletedOn":"Deleted On",
"deletedBy":"Deleted By"
},
"roles":{
"developer":"Developer",
"serverOwner":"Server Owner",
"serverAdmin":"Server Admin",
"moderator":"Moderator Team",
"support":"Support Team",
"member":"Member"
}
},
"panel":{
"selectTicket":"Select a ticket",
"selectRole":"Select a role",
"selectOption":"Select an option"
},
"priorities":{
"urgent":"Urgent",
"veryHigh":"Very High",
"high":"High",
"normal":"Normal",
"low":"Low",
"veryLow":"Very Low",
"none":"None"
}
}