(v4.2.0) Improved English sentences and language
This commit is contained in:
+5
-5
@@ -5,14 +5,14 @@
|
|||||||
"version":"open-ticket-v4.1.3"
|
"version":"open-ticket-v4.1.3"
|
||||||
},
|
},
|
||||||
|
|
||||||
"token":"insert your bot token here! (or leave empty when using 'tokenFromENV')",
|
"token":"INSERT_BOT_TOKEN (leave empty if using 'tokenFromENV')",
|
||||||
"tokenFromENV":false,
|
"tokenFromENV":false,
|
||||||
|
|
||||||
"mainColor":"#f8ba00",
|
"mainColor":"#f8ba00",
|
||||||
"language":"english",
|
"language":"english",
|
||||||
"prefix":"!ticket ",
|
"prefix":"!ticket ",
|
||||||
"serverId":"discord server id",
|
"serverId":"DISCORD_SERVER_ID",
|
||||||
"globalAdmins":["discord role id"],
|
"globalAdmins":["DISCORD_ROLE_ID"],
|
||||||
|
|
||||||
"slashCommands":true,
|
"slashCommands":true,
|
||||||
"textCommands":true,
|
"textCommands":true,
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"type":"listening OR watching OR playing OR custom",
|
"type":"listening OR watching OR playing OR custom",
|
||||||
"mode":"online OR invisible OR idle OR dnd",
|
"mode":"online OR invisible OR idle OR dnd",
|
||||||
"text":"/help",
|
"text":"/help",
|
||||||
"state":"(additional text or leave empty)"
|
"state":"Insert additional status text (or leave empty)"
|
||||||
},
|
},
|
||||||
|
|
||||||
"system":{
|
"system":{
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
"logs":{
|
"logs":{
|
||||||
"enabled":false,
|
"enabled":false,
|
||||||
"channel":"discord channel id"
|
"channel":"DISCORD_CHANNEL_ID"
|
||||||
},
|
},
|
||||||
|
|
||||||
"limits":{
|
"limits":{
|
||||||
|
|||||||
+28
-28
@@ -2,45 +2,45 @@
|
|||||||
{
|
{
|
||||||
"id":"example-ticket",
|
"id":"example-ticket",
|
||||||
"name":"Question",
|
"name":"Question",
|
||||||
"description":"Create this ticket if you have a question! (or leave empty)",
|
"description":"Want to tell us something? Create this ticket for general questions for our support team. (leave empty to disable)",
|
||||||
"type":"ticket",
|
"type":"ticket",
|
||||||
|
|
||||||
"button":{
|
"button":{
|
||||||
"emoji":"🎫 (or leave empty)",
|
"emoji":"🎫 (leave empty to disable)",
|
||||||
"label":"question (or leave empty)",
|
"label":"question (leave empty to disable)",
|
||||||
"color":"gray OR red OR green OR blue"
|
"color":"gray OR red OR green OR blue"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ticketAdmins":["discord role id"],
|
"ticketAdmins":["DISCORD_ROLE_ID"],
|
||||||
"readonlyAdmins":["discord role id"],
|
"readonlyAdmins":["DISCORD_ROLE_ID"],
|
||||||
"allowCreationByBlacklistedUsers":false,
|
"allowCreationByBlacklistedUsers":false,
|
||||||
"questions":["example-question-1","example-question-2"],
|
"questions":["example-question-1","example-question-2"],
|
||||||
|
|
||||||
"channel":{
|
"channel":{
|
||||||
"prefix":"question-",
|
"prefix":"question-",
|
||||||
"suffix":"user-name OR user-id OR random-number OR random-hex OR counter-dynamic OR counter-fixed",
|
"suffix":"user-name OR user-id OR random-number OR random-hex OR counter-dynamic OR counter-fixed",
|
||||||
"category":"category id (or leave empty)",
|
"category":"category id (leave empty to disable)",
|
||||||
"closedCategory":"category id (or leave empty)",
|
"closedCategory":"category id (leave empty to disable)",
|
||||||
"backupCategory":"category id (or leave empty)",
|
"backupCategory":"category id (leave empty to disable)",
|
||||||
"claimedCategory":[
|
"claimedCategory":[
|
||||||
{"user":"user id","category":"category id"}
|
{"user":"USER_ID","category":"CATEGORY_ID"}
|
||||||
],
|
],
|
||||||
"topic":"This is the topic of this ticket channel and is visible to everyone! (or leave empty)"
|
"topic":"This is the ticket topic shown in the channel. (leave empty to disable)"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dmMessage":{
|
"dmMessage":{
|
||||||
"enabled":false,
|
"enabled":false,
|
||||||
"text":"Thank you for creating a ticket in our server! (or leave empty)",
|
"text":"",
|
||||||
"embed":{
|
"embed":{
|
||||||
"enabled":false,
|
"enabled":false,
|
||||||
"title":"Embed Title! (or leave empty)",
|
"title":"Question Ticket (leave empty to disable)",
|
||||||
"description":"Description (or leave empty)",
|
"description":"Thank you for creating a ticket in our server. We will try to help you as soon as possible. (leave empty to disable)",
|
||||||
"customColor":"#f8ab00 (or leave empty)",
|
"customColor":"#f8ab00 (leave empty to disable)",
|
||||||
|
|
||||||
"image":"https://www.example.com/image.png (or leave empty)",
|
"image":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
"thumbnail":"https://www.example.com/image.png (or leave empty)",
|
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
"fields":[
|
"fields":[
|
||||||
{"name":"field name","value":"field value","inline":false}
|
{"name":"Field name","value":"Field value","inline":false}
|
||||||
],
|
],
|
||||||
"timestamp":false
|
"timestamp":false
|
||||||
}
|
}
|
||||||
@@ -51,20 +51,20 @@
|
|||||||
"embed":{
|
"embed":{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"title":"Question Ticket",
|
"title":"Question Ticket",
|
||||||
"description":"Thank you for creating a 'Question' ticket in our server!\nOur support team will help you as soon as possible!",
|
"description":"Thank you for creating a ticket in our server.\nOur support team will assist you as soon as possible. (leave empty to disable)",
|
||||||
"customColor":"#f8ab00 (or leave empty)",
|
"customColor":"#f8ab00 (leave empty to disable)",
|
||||||
|
|
||||||
"image":"https://www.example.com/image.png (or leave empty)",
|
"image":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
"thumbnail":"https://www.example.com/image.png (or leave empty)",
|
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
"fields":[
|
"fields":[
|
||||||
{"name":"field name","value":"field value","inline":false}
|
{"name":"Field name","value":"Field value","inline":false}
|
||||||
],
|
],
|
||||||
"timestamp":false
|
"timestamp":false
|
||||||
},
|
},
|
||||||
"ping":{
|
"ping":{
|
||||||
"@here":true,
|
"@here":true,
|
||||||
"@everyone":false,
|
"@everyone":false,
|
||||||
"custom":["discord role id"]
|
"custom":["DISCORD_ROLE_ID"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoclose":{
|
"autoclose":{
|
||||||
@@ -96,12 +96,12 @@
|
|||||||
{
|
{
|
||||||
"id":"example-website",
|
"id":"example-website",
|
||||||
"name":"Website",
|
"name":"Website",
|
||||||
"description":"Go to our website.",
|
"description":"Take a look at our amazing website by clicking the button.",
|
||||||
"type":"website",
|
"type":"website",
|
||||||
|
|
||||||
"button":{
|
"button":{
|
||||||
"emoji":"😃",
|
"emoji":"😃",
|
||||||
"label":"Visit our website"
|
"label":"Visit Website"
|
||||||
},
|
},
|
||||||
|
|
||||||
"url":"https://www.dj-dj.be"
|
"url":"https://www.dj-dj.be"
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
{
|
{
|
||||||
"id":"example-role",
|
"id":"example-role",
|
||||||
"name":"Update Ping",
|
"name":"Update Ping",
|
||||||
"description":"Click here to get notified on updates!",
|
"description":"Click here to receive notifications about updates.",
|
||||||
"type":"role",
|
"type":"role",
|
||||||
|
|
||||||
"button":{
|
"button":{
|
||||||
@@ -118,9 +118,9 @@
|
|||||||
"color":"gray OR red OR green OR blue"
|
"color":"gray OR red OR green OR blue"
|
||||||
},
|
},
|
||||||
|
|
||||||
"roles":["discord role id"],
|
"roles":["DISCORD_ROLE_ID"],
|
||||||
"mode":"add&remove OR remove OR add",
|
"mode":"add&remove OR remove OR add",
|
||||||
"removeRolesOnAdd":["discord role id"],
|
"removeRolesOnAdd":["DISCORD_ROLE_ID"],
|
||||||
"addOnMemberJoin":false
|
"addOnMemberJoin":false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
+8
-8
@@ -9,22 +9,22 @@
|
|||||||
"embed":{
|
"embed":{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"title":"Tickets:",
|
"title":"Tickets:",
|
||||||
"description":"Create a ticket by clicking one of the buttons below!",
|
"description":"Create a ticket by selecting one of the options below. Once selected, a private ticket will be created for you and our support team will be able to assist you directly.",
|
||||||
|
|
||||||
"customColor":"#f8ab00 (or leave empty)",
|
"customColor":"#f8ab00 (leave empty to disable)",
|
||||||
"url":"https://openticket.dj-dj.be (or leave empty)",
|
"url":"https://openticket.dj-dj.be (leave empty to disable)",
|
||||||
|
|
||||||
"image":"https://www.example.com/image.png (or leave empty)",
|
"image":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
"thumbnail":"https://www.example.com/image.png (or leave empty)",
|
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
|
||||||
|
|
||||||
"footer":"Open Ticket v4.1.3 (or leave empty)",
|
"footer":"Open Ticket v4.1.3 (leave empty to disable)",
|
||||||
"fields":[
|
"fields":[
|
||||||
{"name":"field name","value":"field value","inline":false}
|
{"name":"Field name","value":"Field value","inline":false}
|
||||||
],
|
],
|
||||||
"timestamp":false
|
"timestamp":false
|
||||||
},
|
},
|
||||||
"settings":{
|
"settings":{
|
||||||
"dropdownPlaceholder":"Create a ticket!",
|
"dropdownPlaceholder":"Choose a ticket type",
|
||||||
|
|
||||||
"enableMaxTicketsWarningInText":false,
|
"enableMaxTicketsWarningInText":false,
|
||||||
"enableMaxTicketsWarningInEmbed":true,
|
"enableMaxTicketsWarningInEmbed":true,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"type":"short",
|
"type":"short",
|
||||||
|
|
||||||
"required":true,
|
"required":true,
|
||||||
"placeholder":"Insert your short answer here!",
|
"placeholder":"An example short text question.",
|
||||||
"length":{
|
"length":{
|
||||||
"enabled":false,
|
"enabled":false,
|
||||||
"min":0,
|
"min":0,
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"type":"paragraph",
|
"type":"paragraph",
|
||||||
|
|
||||||
"required":false,
|
"required":false,
|
||||||
"placeholder":"Insert your long answer here!",
|
"placeholder":"An example paragraph text question.",
|
||||||
"length":{
|
"length":{
|
||||||
"enabled":false,
|
"enabled":false,
|
||||||
"min":0,
|
"min":0,
|
||||||
|
|||||||
@@ -8,11 +8,11 @@
|
|||||||
"enableActiveAdminDM":false,
|
"enableActiveAdminDM":false,
|
||||||
"enableEveryAdminDM":false,
|
"enableEveryAdminDM":false,
|
||||||
|
|
||||||
"channel":"transcript channel id (or leave empty)",
|
"channel":"DISCORD_TRANSCRIPT_CHANNEL_ID (leave empty to disable)",
|
||||||
"mode":"html OR text"
|
"mode":"html OR text"
|
||||||
},
|
},
|
||||||
"embedSettings":{
|
"embedSettings":{
|
||||||
"customColor":"#f8ab00 (or leave empty)",
|
"customColor":"#f8ab00 (leave empty to disable)",
|
||||||
"listAllParticipants":false,
|
"listAllParticipants":false,
|
||||||
"includeTicketStats":false
|
"includeTicketStats":false
|
||||||
},
|
},
|
||||||
@@ -25,13 +25,13 @@
|
|||||||
"includeBotMessages":true,
|
"includeBotMessages":true,
|
||||||
|
|
||||||
"fileMode":"custom OR channel-name OR channel-id OR user-name OR user-id",
|
"fileMode":"custom OR channel-name OR channel-id OR user-name OR user-id",
|
||||||
"customFileName":"this-is-a-transcript (or leave empty)"
|
"customFileName":"transcript"
|
||||||
},
|
},
|
||||||
"htmlTranscriptStyle":{
|
"htmlTranscriptStyle":{
|
||||||
"background":{
|
"background":{
|
||||||
"enableCustomBackground":false,
|
"enableCustomBackground":false,
|
||||||
"backgroundColor":"#f8ba00 (or leave empty)",
|
"backgroundColor":"#f8ba00 (leave empty to disable)",
|
||||||
"backgroundImage":"https://www.example.com/image.png (or leave empty)"
|
"backgroundImage":"https://www.example.com/image.png (leave empty to disable)"
|
||||||
},
|
},
|
||||||
"header":{
|
"header":{
|
||||||
"enableCustomHeader":false,
|
"enableCustomHeader":false,
|
||||||
|
|||||||
+314
-314
@@ -13,94 +13,94 @@
|
|||||||
"typeWarning":"[WARNING]",
|
"typeWarning":"[WARNING]",
|
||||||
"typeInfo":"[INFO]",
|
"typeInfo":"[INFO]",
|
||||||
"headerConfigChecker":"CONFIG CHECKER",
|
"headerConfigChecker":"CONFIG CHECKER",
|
||||||
"headerDescription":"check for errors in your config files!",
|
"headerDescription":"Validating config files...",
|
||||||
"footerError":"the bot won't start until all {0}'s are fixed!",
|
"footerError":"The bot will not start until all {0}'s are resolved.",
|
||||||
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
"footerWarning":"The bot may behave unexpectedly until all {0}'s are resolved.",
|
||||||
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
||||||
"compactInformation":"use {0} for more information!",
|
"compactInformation":"Use {0} for a detailed config report.",
|
||||||
"dataPath":"path",
|
"dataPath":"path",
|
||||||
"dataDocs":"docs",
|
"dataDocs":"docs",
|
||||||
"dataMessages":"message"
|
"dataMessages":"message"
|
||||||
},
|
},
|
||||||
"messages":{
|
"messages":{
|
||||||
"stringTooShort":"This string can't be shorter than {0} characters!",
|
"stringTooShort":"Text must be at least {0} characters long",
|
||||||
"stringTooLong":"This string can't be longer than {0} characters!",
|
"stringTooLong":"Text must be no longer than {0} characters",
|
||||||
"stringLengthInvalid":"This string needs to be {0} characters long!",
|
"stringLengthInvalid":"Text must be exactly {0} characters long",
|
||||||
"stringStartsWith":"This string needs to start with {0}!",
|
"stringStartsWith":"Text must start with {0}",
|
||||||
"stringEndsWith":"This string needs to end with {0}!",
|
"stringEndsWith":"Text must end with {0}",
|
||||||
"stringContains":"This string needs to contain {0}!",
|
"stringContains":"Text must contain {0}",
|
||||||
"stringChoices":"This string can only be one of the following values: {0}!",
|
"stringChoices":"Text must be one of the following: {0}",
|
||||||
"stringRegex":"This string is invalid!",
|
"stringRegex":"Text does not match the required format",
|
||||||
"stringInvertedContains":"This string is not allowed to contain {0}!",
|
"stringInvertedContains":"Text must not contain {0}",
|
||||||
"stringLowercase":"This string must be written in lowercase only!",
|
"stringLowercase":"Text must be entirely lowercase",
|
||||||
"stringUppercase":"This string must be written in uppercase only!",
|
"stringUppercase":"Text must be entirely uppercase",
|
||||||
"stringSpecialCharacters":"This string is not allowed to contain any special characters! (a-z, 0-9 & space only)",
|
"stringSpecialCharacters":"Text must only contain letters (a–z), numbers (0–9), and spaces",
|
||||||
"stringNoSpaces":"This string is not allowed to contain spaces!",
|
"stringNoSpaces":"Text must not contain spaces",
|
||||||
"stringCapitalWord":"It's recommended that each word in this string starts with a capital letter!",
|
"stringCapitalWord":"Each word in this value should start with a capital letter",
|
||||||
"stringCapitalSentence":"It looks like some sentences in this string don't start with a capital letter!",
|
"stringCapitalSentence":"One or more sentences in this value do not start with a capital letter",
|
||||||
"stringPunctuation":"It looks like the sentence in this string doesn't end with a punctuation mark!",
|
"stringPunctuation":"The sentence in this value does not end with a punctuation mark",
|
||||||
|
|
||||||
"numberTooShort":"This number can't be shorter than {0} characters!",
|
"numberTooShort":"Number must be at least {0} digits long",
|
||||||
"numberTooLong":"This number can't be longer than {0} characters!",
|
"numberTooLong":"Number must be no longer than {0} digits",
|
||||||
"numberLengthInvalid":"This number needs to be {0} characters long!",
|
"numberLengthInvalid":"Number must be exactly {0} digits long",
|
||||||
"numberTooSmall":"This number needs to be at least {0}!",
|
"numberTooSmall":"Number must be at least {0}",
|
||||||
"numberTooLarge":"This number needs to be at most {0}!",
|
"numberTooLarge":"Number must be at most {0}",
|
||||||
"numberNotEqual":"This number needs to be {0}!",
|
"numberNotEqual":"Number must be exactly {0}",
|
||||||
"numberStep":"This number needs to be a multiple of {0}!",
|
"numberStep":"Number must be a multiple of {0}",
|
||||||
"numberStepOffset":"This number needs to be a multiple of {0} starting with {1}!",
|
"numberStepOffset":"Number must be a multiple of {0}, starting from {1}",
|
||||||
"numberStartsWith":"This number needs to start with {0}!",
|
"numberStartsWith":"Number must start with {0}",
|
||||||
"numberEndsWith":"This number needs to end with {0}!",
|
"numberEndsWith":"Number must end with {0}",
|
||||||
"numberContains":"This number needs to contain {0}!",
|
"numberContains":"Number must contain {0}",
|
||||||
"numberChoices":"This number can only be one of the following values: {0}!",
|
"numberChoices":"Number must be one of the following: {0}",
|
||||||
"numberFloat":"This number can't be a decimal!",
|
"numberFloat":"Number must be a whole number",
|
||||||
"numberNegative":"This number can't be negative!",
|
"numberNegative":"Number must be a positive number",
|
||||||
"numberPositive":"This number can't be positive!",
|
"numberPositive":"Number must be a negative number",
|
||||||
"numberZero":"This number can't be zero!",
|
"numberZero":"Number must not be zero",
|
||||||
"numberNan":"This number can't be NaN (Not A Number)!",
|
"numberNan":"Number must be a valid number",
|
||||||
"numberInvertedContains":"This number is not allowed to contain {0}!",
|
"numberInvertedContains":"Number must not contain {0}",
|
||||||
|
|
||||||
"booleanTrue":"This boolean can't be true!",
|
"booleanTrue":"Boolean must be false",
|
||||||
"booleanFalse":"This boolean can't 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!",
|
"invalidLanguage":"Invalid language",
|
||||||
"arrayEmptyRequired":"This array is required to be empty!",
|
"invalidButton":"Button must have at least an {0} or {1}",
|
||||||
"arrayTooShort":"This array needs to have a length of at least {0}!",
|
"unusedOption":"Option {0} is not used anywhere",
|
||||||
"arrayTooLong":"This array needs to have a length of at most {0}!",
|
"unusedQuestion":"Question {0} is not used anywhere",
|
||||||
"arrayLengthInvalid":"This array needs to have a length of {0}!",
|
"dropdownOption":"Panels with dropdown enabled may only contain options of the 'ticket' type",
|
||||||
"arrayInvalidTypes":"This array can only contain the following types: {0}!",
|
"customInvalidVersion":"Config version mismatch. Make sure to update your config to the latest version"
|
||||||
"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!"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions":{
|
"actions":{
|
||||||
@@ -159,50 +159,50 @@
|
|||||||
"transfer":"Ticket Transferred"
|
"transfer":"Ticket Transferred"
|
||||||
},
|
},
|
||||||
"descriptions":{
|
"descriptions":{
|
||||||
"create":"Your ticket has been created. Click the button below to access it!",
|
"create":"Your ticket is ready. Click the button below to view and continue.",
|
||||||
"close":"The ticket has been closed successfully!",
|
"close":"The ticket has been closed.",
|
||||||
"delete":"The ticket has been deleted successfully!",
|
"delete":"The ticket has been deleted.",
|
||||||
"reopen":"The ticket has been reopened successfully!",
|
"reopen":"The ticket has been reopened.",
|
||||||
"claim":"The ticket has been claimed successfully!",
|
"claim":"The ticket has been claimed.",
|
||||||
"unclaim":"The ticket has been unclaimed successfully!",
|
"unclaim":"The ticket has been unclaimed.",
|
||||||
"pin":"The ticket has been pinned successfully!",
|
"pin":"The ticket has been pinned.",
|
||||||
"unpin":"The ticket has been unpinned successfully!",
|
"unpin":"The ticket has been unpinned.",
|
||||||
"rename":"The ticket has been renamed to {0} successfully!",
|
"rename":"The ticket has been renamed to {0}.",
|
||||||
"move":"The ticket has been moved to {0} successfully!",
|
"move":"The ticket has been moved to {0}.",
|
||||||
"add":"{0} has been added to the ticket successfully!",
|
"add":"{0} has been added to the ticket.",
|
||||||
"remove":"{0} has been removed from the ticket successfully!",
|
"remove":"{0} has been removed from the ticket.",
|
||||||
|
|
||||||
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
|
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
|
||||||
"statsReset":"The bot stats have been reset successfully!",
|
"statsReset":"The bot statistics have been reset.",
|
||||||
"statsError":"Unable to view ticket stats!\n{0} is not a ticket!",
|
"statsError":"nable to retrieve ticket statistics.\n{0} is not a valid ticket.",
|
||||||
"blacklistAdd":"{0} has been blacklisted successfully!",
|
"blacklistAdd":"{0} has been blacklisted.",
|
||||||
"blacklistRemove":"{0} has been released successfully!",
|
"blacklistRemove":"{0} has been released.",
|
||||||
"blacklistGetSuccess":"{0} is currently blacklisted!",
|
"blacklistGetSuccess":"{0} is blacklisted!",
|
||||||
"blacklistGetEmpty":"{0} is currently not blacklisted!",
|
"blacklistGetEmpty":"{0} is not blacklisted!",
|
||||||
"blacklistViewEmpty":"No-one has been blacklisted yet!",
|
"blacklistViewEmpty":"No users have been blacklisted yet.",
|
||||||
"blacklistViewTip":"Use \"/blacklist add\" to blacklist a user!",
|
"blacklistViewTip":"Use \"/blacklist add\" to add a user to the blacklist.",
|
||||||
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action can't be undone!",
|
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action cannot be undone.",
|
||||||
"clearReady":"{0} tickets have been deleted successfully!",
|
"clearReady":"{0} ticket(s) have been deleted.",
|
||||||
"rolesEmpty":"No roles have been updated!",
|
"rolesEmpty":"No roles were modified.",
|
||||||
|
|
||||||
"autocloseLeave":"This ticket has been autoclosed because the creator left the server!",
|
"autocloseLeave":"This ticket was automatically closed because its creator left the server.",
|
||||||
"autocloseTimeout":"This ticket has been autoclosed because it has been inactive for more than `{0}h`!",
|
"autocloseTimeout":"This ticket was automatically closed due to inactivity exceeding `{0}h`.",
|
||||||
"autodeleteLeave":"This ticket has been autodeleted because the creator left the server!",
|
"autodeleteLeave":"This ticket was automatically deleted because its creator left the server.",
|
||||||
"autodeleteTimeout":"This ticket has been autodeleted because it has been inactive for more than `{0} days`!",
|
"autodeleteTimeout":"This ticket was automatically deleted due to inactivity exceeding `{0} days`.",
|
||||||
"autocloseEnabled":"Autoclose has been enabled in this ticket!\nIt will be closed when it is inactive for more than `{0}h`!",
|
"autocloseEnabled":"Autoclose has been enabled for this ticket.\nIt will close after `{0}h` of inactivity.",
|
||||||
"autocloseDisabled":"Autoclose has been disabled in this ticket!\nIt won't be closed automatically anymore!",
|
"autocloseDisabled":"Autoclose has been disabled for this ticket.\nThis ticket will no longer close automatically.",
|
||||||
"autodeleteEnabled":"Autodelete has been enabled in this ticket!\nIt will be deleted when it is inactive for more than `{0} days`!",
|
"autodeleteEnabled":"Autodelete has been enabled for this ticket.\nIt will be deleted after `{0} days` of inactivity.",
|
||||||
"autodeleteDisabled":"Autodelete has been disabled in this ticket!\nIt won't be deleted automatically anymore!",
|
"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!",
|
"ticketMessageLimit":"You can only have {0} active ticket(s) at a time.",
|
||||||
"ticketMessageAutoclose":"This ticket will be autoclosed when inactive for {0}h!",
|
"ticketMessageAutoclose":"This ticket will automatically close after `{0}h` of inactivity.",
|
||||||
"ticketMessageAutodelete":"This ticket will be autodeleted when inactive for {0} days!",
|
"ticketMessageAutodelete":"This ticket will automatically be deleted after `{0} days` of inactivity.",
|
||||||
"panelReady":"The panel is available in the followup message!\nThis message can now be deleted!",
|
"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!",
|
"topicSet":"The channel topic has been changed by {0}.",
|
||||||
"prioritySet":"The ticket priority has been changed to {0} by {1} successfully!",
|
"prioritySet":"The ticket priority has been changed to {0} by {1}.",
|
||||||
"priorityGet":"The current priority of this ticket is {0}.",
|
"priorityGet":"The priority of this ticket is {0}.",
|
||||||
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2} successfully!"
|
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2}."
|
||||||
},
|
},
|
||||||
"modal":{
|
"modal":{
|
||||||
"closePlaceholder":"Why did you close this ticket?",
|
"closePlaceholder":"Why did you close this ticket?",
|
||||||
@@ -214,63 +214,63 @@
|
|||||||
"unpinPlaceholder":"Why did you unpin this ticket?"
|
"unpinPlaceholder":"Why did you unpin this ticket?"
|
||||||
},
|
},
|
||||||
"logs":{
|
"logs":{
|
||||||
"createLog":"A new ticket got created by {0}!",
|
"createLog":"A new ticket got created by {0}.",
|
||||||
"closeLog":"This ticket has been closed by {0}!",
|
"closeLog":"This ticket has been closed by {0}.",
|
||||||
"closeDm":"Your ticket has been closed in our server!",
|
"closeDm":"Your ticket has been closed.",
|
||||||
"deleteLog":"This ticket has been deleted by {0}!",
|
"deleteLog":"This ticket has been deleted by {0}.",
|
||||||
"deleteDm":"Your ticket has been deleted in our server!",
|
"deleteDm":"Your ticket has been deleted.",
|
||||||
"reopenLog":"This ticket has been reopened by {0}!",
|
"reopenLog":"This ticket has been reopened by {0}.",
|
||||||
"reopenDm":"Your ticket has been reopened in our server!",
|
"reopenDm":"Your ticket has been reopened.",
|
||||||
"claimLog":"This ticket has been claimed by {0}!",
|
"claimLog":"This ticket has been claimed by {0}.",
|
||||||
"claimDm":"Your ticket has been claimed in our server!",
|
"claimDm":"Your ticket has been claimed.",
|
||||||
"unclaimLog":"This ticket has been unclaimed by {0}!",
|
"unclaimLog":"This ticket has been unclaimed by {0}.",
|
||||||
"unclaimDm":"Your ticket has been unclaimed in our server!",
|
"unclaimDm":"Your ticket has been unclaimed.",
|
||||||
"pinLog":"This ticket has been pinned by {0}!",
|
"pinLog":"This ticket has been pinned by {0}.",
|
||||||
"pinDm":"Your ticket has been pinned in our server!",
|
"pinDm":"Your ticket has been pinned.",
|
||||||
"unpinLog":"This ticket has been unpinned by {0}!",
|
"unpinLog":"This ticket has been unpinned by {0}.",
|
||||||
"unpinDm":"Your ticket has been unpinned in our server!",
|
"unpinDm":"Your ticket has been unpinned.",
|
||||||
"renameLog":"This ticket has been renamed to {0} by {1}!",
|
"renameLog":"This ticket has been renamed to {0} by {1}.",
|
||||||
"renameDm":"Your ticket has been renamed to {0} in our server!",
|
"renameDm":"Your ticket has been renamed to {0}.",
|
||||||
"moveLog":"This ticket has been moved to {0} by {1}!",
|
"moveLog":"This ticket has been moved to {0} by {1}.",
|
||||||
"moveDm":"Your ticket has been moved to {0} in our server!",
|
"moveDm":"Your ticket has been moved to {0}.",
|
||||||
"addLog":"{0} has been added to this ticket by {1}!",
|
"addLog":"{0} has been added to this ticket by {1}.",
|
||||||
"addDm":"{0} has been added to your ticket in our server!",
|
"addDm":"{0} has been added to your ticket.",
|
||||||
"removeLog":"{0} has been removed from this ticket by {1}!",
|
"removeLog":"{0} has been removed from this ticket by {1}.",
|
||||||
"removeDm":"{0} has been removed from your ticket in our server!",
|
"removeDm":"{0} has been removed from your ticket.",
|
||||||
|
|
||||||
"blacklistAddLog":"{0} was blacklisted by {1}!",
|
"blacklistAddLog":"{0} has been blacklisted by {1}.",
|
||||||
"blacklistRemoveLog":"{0} was removed from the blacklist by {1}!",
|
"blacklistRemoveLog":"{0} has been removed from the blacklist by {1}.",
|
||||||
"blacklistAddDm":"You have been blacklisted in our server!\nFrom now on, you are unable to create a ticket!",
|
"blacklistAddDm":"You have been blacklisted from this server.\nYou are no longer able to create tickets.",
|
||||||
"blacklistRemoveDm":"You have been removed from the blacklist in our server!\nNow you can create tickets again!",
|
"blacklistRemoveDm":"You have been removed from the blacklist.\nYou can now create tickets again.",
|
||||||
"clearLog":"{0} tickets have been deleted by {1}!",
|
"clearLog":"{0} ticket(s) have been deleted by {1}.",
|
||||||
|
|
||||||
"transferLog":"The ownership of this ticket has been transferred from {0} to {1} by {2}!",
|
"transferLog":"Ticket ownership 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!",
|
"transferDm":"Ownership of your ticket has been transferred from {0} to {1}.",
|
||||||
"prioritySetLog":"The priority of this ticket has been changed to {0} by {1}!",
|
"prioritySetLog":"The priority of this ticket has been set to {0} by {1}.",
|
||||||
"prioritySetDm":"The priority of your ticket has been changed to {0} in our server!",
|
"prioritySetDm":"The priority of your ticket has been set to {0}.",
|
||||||
"roleUpdateLog":"{0} has updated their roles!",
|
"roleUpdateLog":"{0} has modified their roles.",
|
||||||
"roleUpdateDm":"Your roles in our server have been updated!"
|
"roleUpdateDm":"Your roles have been modified."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transcripts":{
|
"transcripts":{
|
||||||
"success":{
|
"success":{
|
||||||
"visit":"Visit Transcript",
|
"visit":"Visit Transcript",
|
||||||
"ready":"Transcript Created",
|
"ready":"Transcript Created",
|
||||||
"textFileDescription":"This is the text transcript of a deleted ticket!",
|
"textFileDescription":"This is a text transcript of a deleted ticket.",
|
||||||
"htmlProgress":"Please wait while this html transcript is getting processed...",
|
"htmlProgress":"Please wait while the HTML transcript is being generated...",
|
||||||
|
|
||||||
"createdChannel":"A new {0} transcript has been created in the server!",
|
"createdChannel":"A new {0} transcript has been created in the server.",
|
||||||
"createdCreator":"A new {0} transcript has been created for one of your tickets!",
|
"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!",
|
"createdParticipant":"A new {0} transcript has been created for a ticket you participated in.",
|
||||||
"createdActiveAdmin":"A new {0} transcript has been created in one of the tickets you participated as admin!",
|
"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 in one of the tickets you were admin in!",
|
"createdEveryAdmin":"A new {0} transcript has been created for a ticket you managed as an admin.",
|
||||||
"createdOther":"A new {0} transcript has been created!"
|
"createdOther":"A new {0} transcript has been created."
|
||||||
},
|
},
|
||||||
"errors":{
|
"errors":{
|
||||||
"retry":"Retry",
|
"retry":"Retry",
|
||||||
"continue":"Delete Without Transcript",
|
"continue":"Delete Without Transcript",
|
||||||
"backup":"Create Backup 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"
|
"title":"Transcript Error"
|
||||||
},
|
},
|
||||||
"text":{
|
"text":{
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
"fileTitle":"FILE",
|
"fileTitle":"FILE",
|
||||||
"fieldsTitle":"FIELDS",
|
"fieldsTitle":"FIELDS",
|
||||||
"reactionsTitle":"REACTIONS",
|
"reactionsTitle":"REACTIONS",
|
||||||
"statsTitle":"STATS",
|
"statsTitle":"STATISTICS",
|
||||||
"emptyContent":"<content is empty>",
|
"emptyContent":"<content is empty>",
|
||||||
"noTitle":"<no-title>",
|
"noTitle":"<no-title>",
|
||||||
"noDesc":"<no-description>"
|
"noDesc":"<no-description>"
|
||||||
@@ -302,68 +302,68 @@
|
|||||||
"permissionError":"Permission Error"
|
"permissionError":"Permission Error"
|
||||||
},
|
},
|
||||||
"descriptions":{
|
"descriptions":{
|
||||||
"askForInfo":"Contact the owner of this bot for more info!",
|
"askForInfo":"Please contact the bot owner for more information.",
|
||||||
"askForInfoResolve":"Contact the bot owner of this bot if this issue doesn't resolve after a few tries.",
|
"askForInfoResolve":"If the issue persists after a few attempts, please contact the bot owner.",
|
||||||
"internalError":"Failed to respond to this {0} due to an internal error!",
|
"internalError":"An internal error occurred while processing this {0}.",
|
||||||
"optionMissing":"A required parameter is missing in this command!",
|
"optionMissing":"A required parameter is missing for this command.",
|
||||||
"optionInvalid":"A parameter in this command is invalid!",
|
"optionInvalid":"One or more parameters provided for this command are invalid.",
|
||||||
"optionInvalidChoose":"Choose between",
|
"optionInvalidChoose":"Please choose between",
|
||||||
"unknownCommand":"Try visiting the help menu for more info!",
|
"unknownCommand":"Please use the help menu for more information.",
|
||||||
"noPermissions":"You are not allowed to use this {0}!",
|
"noPermissions":"You are not permitted to use this {0}.",
|
||||||
"noPermissionsList":"Required Permissions: (one of them)",
|
"noPermissionsList":"Required permissions (one of the following):",
|
||||||
"noPermissionsCooldown":"You are not allowed to use this {0} because you have a cooldown!",
|
"noPermissionsCooldown":"You cannot use this {0} while on cooldown.",
|
||||||
"noPermissionsBlacklist":"You are not allowed to use this {0} because you have been blacklisted!",
|
"noPermissionsBlacklist":"You cannot use this {0} because you are blacklisted.",
|
||||||
"noPermissionsLimitGlobal":"You are not allowed to create a ticket because the server reached the max tickets limit!",
|
"noPermissionsLimitGlobal":"You cannot create a ticket because the server has reached its maximum ticket limit.",
|
||||||
"noPermissionsLimitGlobalUser":"You are not allowed to create a ticket because you reached the max tickets limit!",
|
"noPermissionsLimitGlobalUser":"You cannot create a ticket because you have reached your maximum ticket limit.",
|
||||||
"noPermissionsLimitOption":"You are not allowed to create a ticket because the server reached the max tickets limit for this option!",
|
"noPermissionsLimitOption":"You cannot create a ticket because the server has reached the maximum ticket limit for this option.",
|
||||||
"noPermissionsLimitOptionUser":"You are not allowed to create a ticket because you reached the max tickets limit for this option!",
|
"noPermissionsLimitOptionUser":"You cannot create a ticket because you have reached the maximum ticket limit for this option.",
|
||||||
"unknownTicket":"Try this command again in a valid ticket!",
|
"unknownTicket":"Please run this command inside a valid ticket channel.",
|
||||||
"deprecatedTicket":"The current channel is not a valid ticket! It might have been a ticket from an old Open Ticket version!",
|
"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} doesn't work in DM! Please try it again in a server!",
|
"notInGuild":"This {0} cannot be used in direct messages. Please use it 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.",
|
"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":"The source of this error is: {0}",
|
"channelRenameSource":"Error source: {0}",
|
||||||
"busy":"Unable to use this {0}!\nThe ticket is currently being processed by the bot.\n\nPlease try again in a few seconds!",
|
"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/deleted before a message has been sent by a user.",
|
"closeBeforeMessage":"This ticket cannot be closed or deleted before a user has sent a message.",
|
||||||
"closeBeforeAdminMessage":"This ticket cannot be closed/deleted before a message has been sent by a ticket admin or support member.",
|
"closeBeforeAdminMessage":"This ticket cannot be closed or deleted before a support member or admin has sent a message.",
|
||||||
"unableToCreateTicket":"You are unable to create a ticket."
|
"unableToCreateTicket":"You are currently unable to create a ticket."
|
||||||
},
|
},
|
||||||
"optionInvalidReasons":{
|
"optionInvalidReasons":{
|
||||||
"stringRegex":"Value doesn't match pattern!",
|
"stringRegex":"The value does not match the required pattern.",
|
||||||
"stringMinLength":"Value needs to be at least {0} characters!",
|
"stringMinLength":"The value must be at least {0} characters long.",
|
||||||
"stringMaxLength":"Value needs to be at most {0} characters!",
|
"stringMaxLength":"The value must be at most {0} characters long.",
|
||||||
"numberInvalid":"Invalid number!",
|
"numberInvalid":"Invalid number provided.",
|
||||||
"numberMin":"Number needs to be at least {0}!",
|
"numberMin":"The number must be at least {0}.",
|
||||||
"numberMax":"Number needs to be at most {0}!",
|
"numberMax":"The number must be at most {0}.",
|
||||||
"numberDecimal":"Number is not allowed to be a decimal!",
|
"numberDecimal":"Decimals are not allowed.",
|
||||||
"numberNegative":"Number is not allowed to be negative!",
|
"numberNegative":"Negative numbers are not allowed.",
|
||||||
"numberPositive":"Number is not allowed to be positive!",
|
"numberPositive":"Positive numbers are not allowed.",
|
||||||
"numberZero":"Number is not allowed to be zero!",
|
"numberZero":"Zero is not allowed.",
|
||||||
"channelNotFound":"Unable to find channel!",
|
"channelNotFound":"Channel not found.",
|
||||||
"userNotFound":"Unable to find user!",
|
"userNotFound":"User not found.",
|
||||||
"roleNotFound":"Unable to find role!",
|
"roleNotFound":"Role not found.",
|
||||||
"memberNotFound":"Unable to find user!",
|
"memberNotFound":"Member not found.",
|
||||||
"mentionableNotFound":"Unable to find user or role!",
|
"mentionableNotFound":"User or role not found.",
|
||||||
"channelType":"Invalid channel type!",
|
"channelType":"Invalid channel type.",
|
||||||
"notInGuild":"This option requires you to be in a server!"
|
"notInGuild":"This option can only be used in a server."
|
||||||
},
|
},
|
||||||
"permissions":{
|
"permissions":{
|
||||||
"developer":"You need to be the developer of the bot.",
|
"developer":"This action is restricted to the bot developer.",
|
||||||
"owner":"You need to be the server owner.",
|
"owner":"You must be the server owner to use this.",
|
||||||
"admin":"You need to be a server admin.",
|
"admin":"You must have administrator permissions to use this.",
|
||||||
"moderator":"You need to be a moderator.",
|
"moderator":"You must be a moderator to use this.",
|
||||||
"support":"You need to be in the support team.",
|
"support":"You must be part of the support team to use this.",
|
||||||
"member":"You need to be a member.",
|
"member":"You must be a server member to use this.",
|
||||||
"discord-administrator":"You need to have the `ADMINISTRATOR` permission."
|
"discord-administrator":"You must have the `ADMINISTRATOR` permission."
|
||||||
},
|
},
|
||||||
"actionInvalid":{
|
"actionInvalid":{
|
||||||
"close":"Ticket is already closed!",
|
"close":"This ticket is already closed.",
|
||||||
"reopen":"Ticket is not closed yet!",
|
"reopen":"This ticket is not closed.",
|
||||||
"claim":"Ticket is already claimed!",
|
"claim":"This ticket is already claimed.",
|
||||||
"unclaim":"Ticket is not claimed yet!",
|
"unclaim":"This ticket is not claimed.",
|
||||||
"pin":"Ticket is already pinned!",
|
"pin":"This ticket is already pinned.",
|
||||||
"unpin":"Ticket is not pinned yet!",
|
"unpin":"This ticket is not pinned.",
|
||||||
"add":"This user is already able to access the ticket!",
|
"add":"This user already has access to this ticket.",
|
||||||
"remove":"Unable to remove this user from the ticket!"
|
"remove":"This user does not have access to this ticket."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"params":{
|
"params":{
|
||||||
@@ -432,107 +432,107 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commands":{
|
"commands":{
|
||||||
"reason":"Specify an optional reason that will be visible in logs.",
|
"reason":"Optional reason shown in logs.",
|
||||||
"help":"Get a list of all the available commands.",
|
"help":"Display all available commands.",
|
||||||
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
|
"panel":"Create a ticket panel (buttons or dropdown).",
|
||||||
"panelId":"The identifier of the panel that you want to spawn.",
|
"panelId":"ID of the panel to spawn.",
|
||||||
"panelAutoUpdate":"Do you want this panel to automatically update when edited?",
|
"panelAutoUpdate":"Automatically update this panel when edited.",
|
||||||
"ticket":"Instantly create a ticket.",
|
"ticket":"Create a ticket instantly.",
|
||||||
"ticketId":"The identifier of the ticket that you want to create.",
|
"ticketId":"ID of the ticket to create.",
|
||||||
"close":"Close a ticket.",
|
"close":"Close this ticket.",
|
||||||
"delete":"Delete a ticket.",
|
"delete":"Delete this ticket.",
|
||||||
"deleteNoTranscript":"Delete this ticket without creating a transcript.",
|
"deleteNoTranscript":"Delete ticket without saving a transcript.",
|
||||||
"reopen":"Reopen a ticket.",
|
"reopen":"Reopen a closed ticket.",
|
||||||
"claim":"Claim a ticket.",
|
"claim":"Claim this ticket.",
|
||||||
"claimUser":"Claim this ticket to someone else instead of yourself.",
|
"claimUser":"Claim the ticket for another user.",
|
||||||
"unclaim":"Unclaim a ticket.",
|
"unclaim":"Unclaim this ticket.",
|
||||||
"pin":"Pin a ticket.",
|
"pin":"Pin this ticket.",
|
||||||
"unpin":"Unpin a ticket.",
|
"unpin":"Unpin this ticket.",
|
||||||
|
|
||||||
"move":"Move a ticket.",
|
"move":"Move ticket to another option.",
|
||||||
"moveId":"The identifier of the option that you want to move to.",
|
"moveId":"Target option ID.",
|
||||||
"rename":"Rename a ticket.",
|
"rename":"Rename this ticket.",
|
||||||
"renameName":"The new name for this ticket.",
|
"renameName":"New name for the ticket.",
|
||||||
"add":"Add a user to a ticket.",
|
"add":"Add a user to this ticket.",
|
||||||
"addUser":"The user to add.",
|
"addUser":"User to add.",
|
||||||
"remove":"Remove a user from a ticket.",
|
"remove":"Remove a user from this ticket.",
|
||||||
"removeUser":"The user to remove.",
|
"removeUser":"User to remove.",
|
||||||
|
|
||||||
"blacklist":"Manage the ticket blacklist.",
|
"blacklist":"Manage the blacklist.",
|
||||||
"blacklistView":"View a list of the current blacklist.",
|
"blacklistView":"View all blacklisted users.",
|
||||||
"blacklistAdd":"Add a user to the blacklist.",
|
"blacklistAdd":"Add a user to the blacklist.",
|
||||||
"blacklistRemove":"Remove a user from the blacklist.",
|
"blacklistRemove":"Remove a user from the blacklist.",
|
||||||
"blacklistGet":"Get the details from a blacklisted user.",
|
"blacklistGet":"View blacklist entry details.",
|
||||||
"blacklistGetUser":"The user to get details from.",
|
"blacklistGetUser":"User to look up.",
|
||||||
"stats":"View statistics from the bot, a member or a ticket.",
|
"stats":"View bot, user or ticket statistics.",
|
||||||
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
|
"statsReset":"Reset all bot statistics.",
|
||||||
"statsGlobal":"View the global stats.",
|
"statsGlobal":"View global bot statistics.",
|
||||||
"statsUser":"View the stats from a user in the server.",
|
"statsUser":"View a user's statistics.",
|
||||||
"statsUserUser":"The user to view.",
|
"statsUserUser":"User to view.",
|
||||||
"statsTicket":"View the stats of a ticket in the server.",
|
"statsTicket":"View ticket statistics.",
|
||||||
"statsTicketTicket":"The ticket to view.",
|
"statsTicketTicket":"Ticket to view.",
|
||||||
|
|
||||||
"clear":"Delete multiple tickets at the same time.",
|
"clear":"Delete multiple tickets at once.",
|
||||||
"clearFilter":"The filter for clearing tickets.",
|
"clearFilter":"Filter used when clearing tickets.",
|
||||||
"clearFilters":{
|
"clearFilters":{
|
||||||
"all":"All",
|
"all":"All tickets",
|
||||||
"open":"Open",
|
"open":"Open tickets",
|
||||||
"close":"Closed",
|
"close":"Closed tickets",
|
||||||
"claim":"Claimed",
|
"claim":"Claimed tickets",
|
||||||
"unclaim":"Unclaimed",
|
"unclaim":"Unclaimed tickets",
|
||||||
"pin":"Pinned",
|
"pin":"Pinned tickets",
|
||||||
"unpin":"Unpinned",
|
"unpin":"Unpinned tickets",
|
||||||
"autoclose":"Autoclosed"
|
"autoclose":"Autoclosed tickets"
|
||||||
},
|
},
|
||||||
|
|
||||||
"autoclose":"Manage autoclose in a ticket.",
|
"autoclose":"Manage ticket autoclose.",
|
||||||
"autocloseDisable":"Disable autoclose in this ticket.",
|
"autocloseDisable":"Disable autoclose.",
|
||||||
"autocloseEnable":"Enable autoclose in this ticket.",
|
"autocloseEnable":"Enable autoclose.",
|
||||||
"autocloseEnableTime":"The amount of hours this ticket needs to be inactive to close it.",
|
"autocloseEnableTime":"Hours of inactivity before closing.",
|
||||||
"autodelete":"Manage autodelete in a ticket.",
|
"autodelete":"Manage ticket autodelete.",
|
||||||
"autodeleteDisable":"Disable autodelete in this ticket.",
|
"autodeleteDisable":"Disable autodelete.",
|
||||||
"autodeleteEnable":"Enable autodelete in this ticket.",
|
"autodeleteEnable":"Enable autodelete.",
|
||||||
"autodeleteEnableTime":"The amount of days this ticket needs to be inactive to delete it.",
|
"autodeleteEnableTime":"Days of inactivity before deletion.",
|
||||||
|
|
||||||
"topic":"Manage the topic of the ticket channel.",
|
"topic":"Manage ticket channel topic.",
|
||||||
"topicSet":"Set the topic of the ticket channel.",
|
"topicSet":"Set the ticket channel topic.",
|
||||||
"topicValue":"The new topic of the channel.",
|
"topicValue":"New channel topic text.",
|
||||||
"topicList":"Get a list of all tickets with their topic and stats.",
|
"topicList":"List all ticket channel topics.",
|
||||||
"priority":"Manage the priority of the ticket.",
|
"priority":"Manage ticket priority.",
|
||||||
"prioritySet":"Set the priority of the ticket.",
|
"prioritySet":"Set ticket priority.",
|
||||||
"priorityValue":"The priority of the channel.",
|
"priorityValue":"Priority level.",
|
||||||
"priorityGet":"Get the priority of the ticket.",
|
"priorityGet":"View ticket priority.",
|
||||||
"priorityList":"Get a list of all tickets with their priority status.",
|
"priorityList":"List all ticket priorities.",
|
||||||
"transfer":"Transfer the ticket ownership from one user to another.",
|
"transfer":"Transfer ticket ownership.",
|
||||||
"transferUser":"The user to transfer to."
|
"transferUser":"User to transfer to."
|
||||||
},
|
},
|
||||||
"helpMenu":{
|
"helpMenu":{
|
||||||
"help":"Get a list of all the available commands.",
|
"help":"View all available commands.",
|
||||||
"ticket":"Instantly create a ticket.",
|
"ticket":"Create a ticket instantly.",
|
||||||
"close":"Close a ticket, this disables writing in this channel.",
|
"close":"Close this ticket and disable messaging in the channel.",
|
||||||
"delete":"Delete a ticket, this creates a transcript when enabled.",
|
"delete":"Delete this ticket (creates a transcript if enabled).",
|
||||||
"reopen":"Reopen a ticket, this enables writing in this channel again.",
|
"reopen":"Reopen a closed ticket and restore messaging.",
|
||||||
"pin":"Pin a ticket. This will move the ticket to the top and will add a '📌' emoij to the name.",
|
"pin":"Pin this ticket and move it to the top with '📌'.",
|
||||||
"unpin":"Unpin a ticket. The ticket will stay on it's position but will lose the '📌' emoij.",
|
"unpin":"Unpin this ticket and remove the '📌' emoji.",
|
||||||
"move":"Move a ticket. This will change the type of this ticket.",
|
"move":"Move this ticket to a different option or ticket type.",
|
||||||
"rename":"Rename a ticket. This will change the channel name of this ticket.",
|
"rename":"Rename this ticket channel.",
|
||||||
"claim":"Claim a ticket. With this, you can let your team know you are handling this ticket.",
|
"claim":"Claim this ticket to show you are handling it.",
|
||||||
"unclaim":"Unclaim a ticket. With this, you can let your team know that this ticket is free again.",
|
"unclaim":"Unclaim this ticket to mark it as available.",
|
||||||
"add":"Add a user to a ticket. This will allow the user to read & write in this ticket.",
|
"add":"Add a user to this ticket.",
|
||||||
"remove":"Remove a user from a ticket. This will remove the ability to read & write for a user in this ticket.",
|
"remove":"Remove a user's access from this ticket.",
|
||||||
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
|
"panel":"Create a ticket panel with buttons or a dropdown.",
|
||||||
"blacklistView":"View a list of the current blacklist.",
|
"blacklistView":"View all blacklisted users.",
|
||||||
"blacklistAdd":"Add a user to the blacklist.",
|
"blacklistAdd":"Add a user to the blacklist.",
|
||||||
"blacklistRemove":"Remove a user from the blacklist.",
|
"blacklistRemove":"Remove a user from the blacklist.",
|
||||||
"blacklistGet":"Get the details from a blacklisted user.",
|
"blacklistGet":"View details of a blacklisted user.",
|
||||||
"statsGlobal":"View the global stats.",
|
"statsGlobal":"View global bot statistics.",
|
||||||
"statsTicket":"View the stats of a ticket in the server.",
|
"statsTicket":"View statistics for a ticket.",
|
||||||
"statsUser":"View the stats from a user in the server.",
|
"statsUser":"View statistics for a user.",
|
||||||
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
|
"statsReset":"Reset all bot statistics.",
|
||||||
"autocloseDisable":"Disable autoclose in this ticket.",
|
"autocloseDisable":"Disable autoclose for this ticket.",
|
||||||
"autocloseEnable":"Enable autoclose in this ticket.",
|
"autocloseEnable":"Enable autoclose for this ticket.",
|
||||||
"autodeleteDisable":"Disable autodelete in this ticket.",
|
"autodeleteDisable":"Disable autodelete for this ticket.",
|
||||||
"autodeleteEnable":"Enable autodelete in this ticket.",
|
"autodeleteEnable":"Enable autodelete for this ticket.",
|
||||||
"categories":{
|
"categories":{
|
||||||
"general":"General Commands",
|
"general":"General Commands",
|
||||||
"basicTicket":"Basic Ticket Commands",
|
"basicTicket":"Basic Ticket Commands",
|
||||||
@@ -545,10 +545,10 @@
|
|||||||
},
|
},
|
||||||
"stats":{
|
"stats":{
|
||||||
"scopes":{
|
"scopes":{
|
||||||
"global":"Global Stats",
|
"global":"Global Statistics",
|
||||||
"system":"System Stats",
|
"system":"System Statistics",
|
||||||
"user":"User Stats",
|
"user":"User Statistics",
|
||||||
"ticket":"Ticket Stats",
|
"ticket":"Ticket Statistics",
|
||||||
"participants":"Participants",
|
"participants":"Participants",
|
||||||
"messages":"Messages"
|
"messages":"Messages"
|
||||||
},
|
},
|
||||||
@@ -592,9 +592,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"panel":{
|
"panel":{
|
||||||
"selectTicket":"Select your ticket",
|
"selectTicket":"Select a ticket",
|
||||||
"selectRole":"Select your role",
|
"selectRole":"Select a role",
|
||||||
"selectOption":"Select your option"
|
"selectOption":"Select an option"
|
||||||
},
|
},
|
||||||
"priorities":{
|
"priorities":{
|
||||||
"urgent":"Urgent",
|
"urgent":"Urgent",
|
||||||
|
|||||||
+314
-314
@@ -13,94 +13,94 @@
|
|||||||
"typeWarning":"[WARNING]",
|
"typeWarning":"[WARNING]",
|
||||||
"typeInfo":"[INFO]",
|
"typeInfo":"[INFO]",
|
||||||
"headerConfigChecker":"CONFIG CHECKER",
|
"headerConfigChecker":"CONFIG CHECKER",
|
||||||
"headerDescription":"check for errors in your config files!",
|
"headerDescription":"Validating config files...",
|
||||||
"footerError":"the bot won't start until all {0}'s are fixed!",
|
"footerError":"The bot will not start until all {0}'s are resolved.",
|
||||||
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
"footerWarning":"The bot may behave unexpectedly until all {0}'s are resolved.",
|
||||||
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
||||||
"compactInformation":"use {0} for more information!",
|
"compactInformation":"Use {0} for a detailed config report.",
|
||||||
"dataPath":"path",
|
"dataPath":"path",
|
||||||
"dataDocs":"docs",
|
"dataDocs":"docs",
|
||||||
"dataMessages":"message"
|
"dataMessages":"message"
|
||||||
},
|
},
|
||||||
"messages":{
|
"messages":{
|
||||||
"stringTooShort":"This string can't be shorter than {0} characters!",
|
"stringTooShort":"Text must be at least {0} characters long",
|
||||||
"stringTooLong":"This string can't be longer than {0} characters!",
|
"stringTooLong":"Text must be no longer than {0} characters",
|
||||||
"stringLengthInvalid":"This string needs to be {0} characters long!",
|
"stringLengthInvalid":"Text must be exactly {0} characters long",
|
||||||
"stringStartsWith":"This string needs to start with {0}!",
|
"stringStartsWith":"Text must start with {0}",
|
||||||
"stringEndsWith":"This string needs to end with {0}!",
|
"stringEndsWith":"Text must end with {0}",
|
||||||
"stringContains":"This string needs to contain {0}!",
|
"stringContains":"Text must contain {0}",
|
||||||
"stringChoices":"This string can only be one of the following values: {0}!",
|
"stringChoices":"Text must be one of the following: {0}",
|
||||||
"stringRegex":"This string is invalid!",
|
"stringRegex":"Text does not match the required format",
|
||||||
"stringInvertedContains":"This string is not allowed to contain {0}!",
|
"stringInvertedContains":"Text must not contain {0}",
|
||||||
"stringLowercase":"This string must be written in lowercase only!",
|
"stringLowercase":"Text must be entirely lowercase",
|
||||||
"stringUppercase":"This string must be written in uppercase only!",
|
"stringUppercase":"Text must be entirely uppercase",
|
||||||
"stringSpecialCharacters":"This string is not allowed to contain any special characters! (a-z, 0-9 & space only)",
|
"stringSpecialCharacters":"Text must only contain letters (a–z), numbers (0–9), and spaces",
|
||||||
"stringNoSpaces":"This string is not allowed to contain spaces!",
|
"stringNoSpaces":"Text must not contain spaces",
|
||||||
"stringCapitalWord":"It's recommended that each word in this string starts with a capital letter!",
|
"stringCapitalWord":"Each word in this value should start with a capital letter",
|
||||||
"stringCapitalSentence":"It looks like some sentences in this string don't start with a capital letter!",
|
"stringCapitalSentence":"One or more sentences in this value do not start with a capital letter",
|
||||||
"stringPunctuation":"It looks like the sentence in this string doesn't end with a punctuation mark!",
|
"stringPunctuation":"The sentence in this value does not end with a punctuation mark",
|
||||||
|
|
||||||
"numberTooShort":"This number can't be shorter than {0} characters!",
|
"numberTooShort":"Number must be at least {0} digits long",
|
||||||
"numberTooLong":"This number can't be longer than {0} characters!",
|
"numberTooLong":"Number must be no longer than {0} digits",
|
||||||
"numberLengthInvalid":"This number needs to be {0} characters long!",
|
"numberLengthInvalid":"Number must be exactly {0} digits long",
|
||||||
"numberTooSmall":"This number needs to be at least {0}!",
|
"numberTooSmall":"Number must be at least {0}",
|
||||||
"numberTooLarge":"This number needs to be at most {0}!",
|
"numberTooLarge":"Number must be at most {0}",
|
||||||
"numberNotEqual":"This number needs to be {0}!",
|
"numberNotEqual":"Number must be exactly {0}",
|
||||||
"numberStep":"This number needs to be a multiple of {0}!",
|
"numberStep":"Number must be a multiple of {0}",
|
||||||
"numberStepOffset":"This number needs to be a multiple of {0} starting with {1}!",
|
"numberStepOffset":"Number must be a multiple of {0}, starting from {1}",
|
||||||
"numberStartsWith":"This number needs to start with {0}!",
|
"numberStartsWith":"Number must start with {0}",
|
||||||
"numberEndsWith":"This number needs to end with {0}!",
|
"numberEndsWith":"Number must end with {0}",
|
||||||
"numberContains":"This number needs to contain {0}!",
|
"numberContains":"Number must contain {0}",
|
||||||
"numberChoices":"This number can only be one of the following values: {0}!",
|
"numberChoices":"Number must be one of the following: {0}",
|
||||||
"numberFloat":"This number can't be a decimal!",
|
"numberFloat":"Number must be a whole number",
|
||||||
"numberNegative":"This number can't be negative!",
|
"numberNegative":"Number must be a positive number",
|
||||||
"numberPositive":"This number can't be positive!",
|
"numberPositive":"Number must be a negative number",
|
||||||
"numberZero":"This number can't be zero!",
|
"numberZero":"Number must not be zero",
|
||||||
"numberNan":"This number can't be NaN (Not A Number)!",
|
"numberNan":"Number must be a valid number",
|
||||||
"numberInvertedContains":"This number is not allowed to contain {0}!",
|
"numberInvertedContains":"Number must not contain {0}",
|
||||||
|
|
||||||
"booleanTrue":"This boolean can't be true!",
|
"booleanTrue":"Boolean must be false",
|
||||||
"booleanFalse":"This boolean can't 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!",
|
"invalidLanguage":"Invalid language",
|
||||||
"arrayEmptyRequired":"This array is required to be empty!",
|
"invalidButton":"Button must have at least an {0} or {1}",
|
||||||
"arrayTooShort":"This array needs to have a length of at least {0}!",
|
"unusedOption":"Option {0} is not used anywhere",
|
||||||
"arrayTooLong":"This array needs to have a length of at most {0}!",
|
"unusedQuestion":"Question {0} is not used anywhere",
|
||||||
"arrayLengthInvalid":"This array needs to have a length of {0}!",
|
"dropdownOption":"Panels with dropdown enabled may only contain options of the 'ticket' type",
|
||||||
"arrayInvalidTypes":"This array can only contain the following types: {0}!",
|
"customInvalidVersion":"Config version mismatch. Make sure to update your config to the latest version"
|
||||||
"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!"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions":{
|
"actions":{
|
||||||
@@ -159,50 +159,50 @@
|
|||||||
"transfer":"Ticket Transferred"
|
"transfer":"Ticket Transferred"
|
||||||
},
|
},
|
||||||
"descriptions":{
|
"descriptions":{
|
||||||
"create":"Your ticket has been created. Click the button below to access it!",
|
"create":"Your ticket is ready. Click the button below to view and continue.",
|
||||||
"close":"The ticket has been closed successfully!",
|
"close":"The ticket has been closed.",
|
||||||
"delete":"The ticket has been deleted successfully!",
|
"delete":"The ticket has been deleted.",
|
||||||
"reopen":"The ticket has been reopened successfully!",
|
"reopen":"The ticket has been reopened.",
|
||||||
"claim":"The ticket has been claimed successfully!",
|
"claim":"The ticket has been claimed.",
|
||||||
"unclaim":"The ticket has been unclaimed successfully!",
|
"unclaim":"The ticket has been unclaimed.",
|
||||||
"pin":"The ticket has been pinned successfully!",
|
"pin":"The ticket has been pinned.",
|
||||||
"unpin":"The ticket has been unpinned successfully!",
|
"unpin":"The ticket has been unpinned.",
|
||||||
"rename":"The ticket has been renamed to {0} successfully!",
|
"rename":"The ticket has been renamed to {0}.",
|
||||||
"move":"The ticket has been moved to {0} successfully!",
|
"move":"The ticket has been moved to {0}.",
|
||||||
"add":"{0} has been added to the ticket successfully!",
|
"add":"{0} has been added to the ticket.",
|
||||||
"remove":"{0} has been removed from the ticket successfully!",
|
"remove":"{0} has been removed from the ticket.",
|
||||||
|
|
||||||
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
|
"helpExplanation":"`<name>` => required parameter\n`[name]` => optional parameter",
|
||||||
"statsReset":"The bot stats have been reset successfully!",
|
"statsReset":"The bot statistics have been reset.",
|
||||||
"statsError":"Unable to view ticket stats!\n{0} is not a ticket!",
|
"statsError":"nable to retrieve ticket statistics.\n{0} is not a valid ticket.",
|
||||||
"blacklistAdd":"{0} has been blacklisted successfully!",
|
"blacklistAdd":"{0} has been blacklisted.",
|
||||||
"blacklistRemove":"{0} has been released successfully!",
|
"blacklistRemove":"{0} has been released.",
|
||||||
"blacklistGetSuccess":"{0} is currently blacklisted!",
|
"blacklistGetSuccess":"{0} is blacklisted!",
|
||||||
"blacklistGetEmpty":"{0} is currently not blacklisted!",
|
"blacklistGetEmpty":"{0} is not blacklisted!",
|
||||||
"blacklistViewEmpty":"No-one has been blacklisted yet!",
|
"blacklistViewEmpty":"No users have been blacklisted yet.",
|
||||||
"blacklistViewTip":"Use \"/blacklist add\" to blacklist a user!",
|
"blacklistViewTip":"Use \"/blacklist add\" to add a user to the blacklist.",
|
||||||
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action can't be undone!",
|
"clearVerify":"Are you sure you want to delete multiple tickets?\nThis action cannot be undone.",
|
||||||
"clearReady":"{0} tickets have been deleted successfully!",
|
"clearReady":"{0} ticket(s) have been deleted.",
|
||||||
"rolesEmpty":"No roles have been updated!",
|
"rolesEmpty":"No roles were modified.",
|
||||||
|
|
||||||
"autocloseLeave":"This ticket has been autoclosed because the creator left the server!",
|
"autocloseLeave":"This ticket was automatically closed because its creator left the server.",
|
||||||
"autocloseTimeout":"This ticket has been autoclosed because it has been inactive for more than `{0}h`!",
|
"autocloseTimeout":"This ticket was automatically closed due to inactivity exceeding `{0}h`.",
|
||||||
"autodeleteLeave":"This ticket has been autodeleted because the creator left the server!",
|
"autodeleteLeave":"This ticket was automatically deleted because its creator left the server.",
|
||||||
"autodeleteTimeout":"This ticket has been autodeleted because it has been inactive for more than `{0} days`!",
|
"autodeleteTimeout":"This ticket was automatically deleted due to inactivity exceeding `{0} days`.",
|
||||||
"autocloseEnabled":"Autoclose has been enabled in this ticket!\nIt will be closed when it is inactive for more than `{0}h`!",
|
"autocloseEnabled":"Autoclose has been enabled for this ticket.\nIt will close after `{0}h` of inactivity.",
|
||||||
"autocloseDisabled":"Autoclose has been disabled in this ticket!\nIt won't be closed automatically anymore!",
|
"autocloseDisabled":"Autoclose has been disabled for this ticket.\nThis ticket will no longer close automatically.",
|
||||||
"autodeleteEnabled":"Autodelete has been enabled in this ticket!\nIt will be deleted when it is inactive for more than `{0} days`!",
|
"autodeleteEnabled":"Autodelete has been enabled for this ticket.\nIt will be deleted after `{0} days` of inactivity.",
|
||||||
"autodeleteDisabled":"Autodelete has been disabled in this ticket!\nIt won't be deleted automatically anymore!",
|
"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!",
|
"ticketMessageLimit":"You can only have {0} active ticket(s) at a time.",
|
||||||
"ticketMessageAutoclose":"This ticket will be autoclosed when inactive for {0}h!",
|
"ticketMessageAutoclose":"This ticket will automatically close after `{0}h` of inactivity.",
|
||||||
"ticketMessageAutodelete":"This ticket will be autodeleted when inactive for {0} days!",
|
"ticketMessageAutodelete":"This ticket will automatically be deleted after `{0} days` of inactivity.",
|
||||||
"panelReady":"The panel is available in the followup message!\nThis message can now be deleted!",
|
"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!",
|
"topicSet":"The channel topic has been changed by {0}.",
|
||||||
"prioritySet":"The ticket priority has been changed to {0} by {1} successfully!",
|
"prioritySet":"The ticket priority has been changed to {0} by {1}.",
|
||||||
"priorityGet":"The current priority of this ticket is {0}.",
|
"priorityGet":"The priority of this ticket is {0}.",
|
||||||
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2} successfully!"
|
"transfer":"The ticket ownership has been transferred from {0} to {1} by {2}."
|
||||||
},
|
},
|
||||||
"modal":{
|
"modal":{
|
||||||
"closePlaceholder":"Why did you close this ticket?",
|
"closePlaceholder":"Why did you close this ticket?",
|
||||||
@@ -214,63 +214,63 @@
|
|||||||
"unpinPlaceholder":"Why did you unpin this ticket?"
|
"unpinPlaceholder":"Why did you unpin this ticket?"
|
||||||
},
|
},
|
||||||
"logs":{
|
"logs":{
|
||||||
"createLog":"A new ticket got created by {0}!",
|
"createLog":"A new ticket got created by {0}.",
|
||||||
"closeLog":"This ticket has been closed by {0}!",
|
"closeLog":"This ticket has been closed by {0}.",
|
||||||
"closeDm":"Your ticket has been closed in our server!",
|
"closeDm":"Your ticket has been closed.",
|
||||||
"deleteLog":"This ticket has been deleted by {0}!",
|
"deleteLog":"This ticket has been deleted by {0}.",
|
||||||
"deleteDm":"Your ticket has been deleted in our server!",
|
"deleteDm":"Your ticket has been deleted.",
|
||||||
"reopenLog":"This ticket has been reopened by {0}!",
|
"reopenLog":"This ticket has been reopened by {0}.",
|
||||||
"reopenDm":"Your ticket has been reopened in our server!",
|
"reopenDm":"Your ticket has been reopened.",
|
||||||
"claimLog":"This ticket has been claimed by {0}!",
|
"claimLog":"This ticket has been claimed by {0}.",
|
||||||
"claimDm":"Your ticket has been claimed in our server!",
|
"claimDm":"Your ticket has been claimed.",
|
||||||
"unclaimLog":"This ticket has been unclaimed by {0}!",
|
"unclaimLog":"This ticket has been unclaimed by {0}.",
|
||||||
"unclaimDm":"Your ticket has been unclaimed in our server!",
|
"unclaimDm":"Your ticket has been unclaimed.",
|
||||||
"pinLog":"This ticket has been pinned by {0}!",
|
"pinLog":"This ticket has been pinned by {0}.",
|
||||||
"pinDm":"Your ticket has been pinned in our server!",
|
"pinDm":"Your ticket has been pinned.",
|
||||||
"unpinLog":"This ticket has been unpinned by {0}!",
|
"unpinLog":"This ticket has been unpinned by {0}.",
|
||||||
"unpinDm":"Your ticket has been unpinned in our server!",
|
"unpinDm":"Your ticket has been unpinned.",
|
||||||
"renameLog":"This ticket has been renamed to {0} by {1}!",
|
"renameLog":"This ticket has been renamed to {0} by {1}.",
|
||||||
"renameDm":"Your ticket has been renamed to {0} in our server!",
|
"renameDm":"Your ticket has been renamed to {0}.",
|
||||||
"moveLog":"This ticket has been moved to {0} by {1}!",
|
"moveLog":"This ticket has been moved to {0} by {1}.",
|
||||||
"moveDm":"Your ticket has been moved to {0} in our server!",
|
"moveDm":"Your ticket has been moved to {0}.",
|
||||||
"addLog":"{0} has been added to this ticket by {1}!",
|
"addLog":"{0} has been added to this ticket by {1}.",
|
||||||
"addDm":"{0} has been added to your ticket in our server!",
|
"addDm":"{0} has been added to your ticket.",
|
||||||
"removeLog":"{0} has been removed from this ticket by {1}!",
|
"removeLog":"{0} has been removed from this ticket by {1}.",
|
||||||
"removeDm":"{0} has been removed from your ticket in our server!",
|
"removeDm":"{0} has been removed from your ticket.",
|
||||||
|
|
||||||
"blacklistAddLog":"{0} was blacklisted by {1}!",
|
"blacklistAddLog":"{0} has been blacklisted by {1}.",
|
||||||
"blacklistRemoveLog":"{0} was removed from the blacklist by {1}!",
|
"blacklistRemoveLog":"{0} has been removed from the blacklist by {1}.",
|
||||||
"blacklistAddDm":"You have been blacklisted in our server!\nFrom now on, you are unable to create a ticket!",
|
"blacklistAddDm":"You have been blacklisted from this server.\nYou are no longer able to create tickets.",
|
||||||
"blacklistRemoveDm":"You have been removed from the blacklist in our server!\nNow you can create tickets again!",
|
"blacklistRemoveDm":"You have been removed from the blacklist.\nYou can now create tickets again.",
|
||||||
"clearLog":"{0} tickets have been deleted by {1}!",
|
"clearLog":"{0} ticket(s) have been deleted by {1}.",
|
||||||
|
|
||||||
"transferLog":"The ownership of this ticket has been transferred from {0} to {1} by {2}!",
|
"transferLog":"Ticket ownership 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!",
|
"transferDm":"Ownership of your ticket has been transferred from {0} to {1}.",
|
||||||
"prioritySetLog":"The priority of this ticket has been changed to {0} by {1}!",
|
"prioritySetLog":"The priority of this ticket has been set to {0} by {1}.",
|
||||||
"prioritySetDm":"The priority of your ticket has been changed to {0} in our server!",
|
"prioritySetDm":"The priority of your ticket has been set to {0}.",
|
||||||
"roleUpdateLog":"{0} has updated their roles!",
|
"roleUpdateLog":"{0} has modified their roles.",
|
||||||
"roleUpdateDm":"Your roles in our server have been updated!"
|
"roleUpdateDm":"Your roles have been modified."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transcripts":{
|
"transcripts":{
|
||||||
"success":{
|
"success":{
|
||||||
"visit":"Visit Transcript",
|
"visit":"Visit Transcript",
|
||||||
"ready":"Transcript Created",
|
"ready":"Transcript Created",
|
||||||
"textFileDescription":"This is the text transcript of a deleted ticket!",
|
"textFileDescription":"This is a text transcript of a deleted ticket.",
|
||||||
"htmlProgress":"Please wait while this html transcript is getting processed...",
|
"htmlProgress":"Please wait while the HTML transcript is being generated...",
|
||||||
|
|
||||||
"createdChannel":"A new {0} transcript has been created in the server!",
|
"createdChannel":"A new {0} transcript has been created in the server.",
|
||||||
"createdCreator":"A new {0} transcript has been created for one of your tickets!",
|
"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!",
|
"createdParticipant":"A new {0} transcript has been created for a ticket you participated in.",
|
||||||
"createdActiveAdmin":"A new {0} transcript has been created in one of the tickets you participated as admin!",
|
"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 in one of the tickets you were admin in!",
|
"createdEveryAdmin":"A new {0} transcript has been created for a ticket you managed as an admin.",
|
||||||
"createdOther":"A new {0} transcript has been created!"
|
"createdOther":"A new {0} transcript has been created."
|
||||||
},
|
},
|
||||||
"errors":{
|
"errors":{
|
||||||
"retry":"Retry",
|
"retry":"Retry",
|
||||||
"continue":"Delete Without Transcript",
|
"continue":"Delete Without Transcript",
|
||||||
"backup":"Create Backup 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"
|
"title":"Transcript Error"
|
||||||
},
|
},
|
||||||
"text":{
|
"text":{
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
"fileTitle":"FILE",
|
"fileTitle":"FILE",
|
||||||
"fieldsTitle":"FIELDS",
|
"fieldsTitle":"FIELDS",
|
||||||
"reactionsTitle":"REACTIONS",
|
"reactionsTitle":"REACTIONS",
|
||||||
"statsTitle":"STATS",
|
"statsTitle":"STATISTICS",
|
||||||
"emptyContent":"<content is empty>",
|
"emptyContent":"<content is empty>",
|
||||||
"noTitle":"<no-title>",
|
"noTitle":"<no-title>",
|
||||||
"noDesc":"<no-description>"
|
"noDesc":"<no-description>"
|
||||||
@@ -302,68 +302,68 @@
|
|||||||
"permissionError":"Permission Error"
|
"permissionError":"Permission Error"
|
||||||
},
|
},
|
||||||
"descriptions":{
|
"descriptions":{
|
||||||
"askForInfo":"Contact the owner of this bot for more info!",
|
"askForInfo":"Please contact the bot owner for more information.",
|
||||||
"askForInfoResolve":"Contact the bot owner of this bot if this issue doesn't resolve after a few tries.",
|
"askForInfoResolve":"If the issue persists after a few attempts, please contact the bot owner.",
|
||||||
"internalError":"Failed to respond to this {0} due to an internal error!",
|
"internalError":"An internal error occurred while processing this {0}.",
|
||||||
"optionMissing":"A required parameter is missing in this command!",
|
"optionMissing":"A required parameter is missing for this command.",
|
||||||
"optionInvalid":"A parameter in this command is invalid!",
|
"optionInvalid":"One or more parameters provided for this command are invalid.",
|
||||||
"optionInvalidChoose":"Choose between",
|
"optionInvalidChoose":"Please choose between",
|
||||||
"unknownCommand":"Try visiting the help menu for more info!",
|
"unknownCommand":"Please use the help menu for more information.",
|
||||||
"noPermissions":"You are not allowed to use this {0}!",
|
"noPermissions":"You are not permitted to use this {0}.",
|
||||||
"noPermissionsList":"Required Permissions: (one of them)",
|
"noPermissionsList":"Required permissions (one of the following):",
|
||||||
"noPermissionsCooldown":"You are not allowed to use this {0} because you have a cooldown!",
|
"noPermissionsCooldown":"You cannot use this {0} while on cooldown.",
|
||||||
"noPermissionsBlacklist":"You are not allowed to use this {0} because you have been blacklisted!",
|
"noPermissionsBlacklist":"You cannot use this {0} because you are blacklisted.",
|
||||||
"noPermissionsLimitGlobal":"You are not allowed to create a ticket because the server reached the max tickets limit!",
|
"noPermissionsLimitGlobal":"You cannot create a ticket because the server has reached its maximum ticket limit.",
|
||||||
"noPermissionsLimitGlobalUser":"You are not allowed to create a ticket because you reached the max tickets limit!",
|
"noPermissionsLimitGlobalUser":"You cannot create a ticket because you have reached your maximum ticket limit.",
|
||||||
"noPermissionsLimitOption":"You are not allowed to create a ticket because the server reached the max tickets limit for this option!",
|
"noPermissionsLimitOption":"You cannot create a ticket because the server has reached the maximum ticket limit for this option.",
|
||||||
"noPermissionsLimitOptionUser":"You are not allowed to create a ticket because you reached the max tickets limit for this option!",
|
"noPermissionsLimitOptionUser":"You cannot create a ticket because you have reached the maximum ticket limit for this option.",
|
||||||
"unknownTicket":"Try this command again in a valid ticket!",
|
"unknownTicket":"Please run this command inside a valid ticket channel.",
|
||||||
"deprecatedTicket":"The current channel is not a valid ticket! It might have been a ticket from an old Open Ticket version!",
|
"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} doesn't work in DM! Please try it again in a server!",
|
"notInGuild":"This {0} cannot be used in direct messages. Please use it 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.",
|
"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":"The source of this error is: {0}",
|
"channelRenameSource":"Error source: {0}",
|
||||||
"busy":"Unable to use this {0}!\nThe ticket is currently being processed by the bot.\n\nPlease try again in a few seconds!",
|
"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/deleted before a message has been sent by a user.",
|
"closeBeforeMessage":"This ticket cannot be closed or deleted before a user has sent a message.",
|
||||||
"closeBeforeAdminMessage":"This ticket cannot be closed/deleted before a message has been sent by a ticket admin or support member.",
|
"closeBeforeAdminMessage":"This ticket cannot be closed or deleted before a support member or admin has sent a message.",
|
||||||
"unableToCreateTicket":"You are unable to create a ticket."
|
"unableToCreateTicket":"You are currently unable to create a ticket."
|
||||||
},
|
},
|
||||||
"optionInvalidReasons":{
|
"optionInvalidReasons":{
|
||||||
"stringRegex":"Value doesn't match pattern!",
|
"stringRegex":"The value does not match the required pattern.",
|
||||||
"stringMinLength":"Value needs to be at least {0} characters!",
|
"stringMinLength":"The value must be at least {0} characters long.",
|
||||||
"stringMaxLength":"Value needs to be at most {0} characters!",
|
"stringMaxLength":"The value must be at most {0} characters long.",
|
||||||
"numberInvalid":"Invalid number!",
|
"numberInvalid":"Invalid number provided.",
|
||||||
"numberMin":"Number needs to be at least {0}!",
|
"numberMin":"The number must be at least {0}.",
|
||||||
"numberMax":"Number needs to be at most {0}!",
|
"numberMax":"The number must be at most {0}.",
|
||||||
"numberDecimal":"Number is not allowed to be a decimal!",
|
"numberDecimal":"Decimals are not allowed.",
|
||||||
"numberNegative":"Number is not allowed to be negative!",
|
"numberNegative":"Negative numbers are not allowed.",
|
||||||
"numberPositive":"Number is not allowed to be positive!",
|
"numberPositive":"Positive numbers are not allowed.",
|
||||||
"numberZero":"Number is not allowed to be zero!",
|
"numberZero":"Zero is not allowed.",
|
||||||
"channelNotFound":"Unable to find channel!",
|
"channelNotFound":"Channel not found.",
|
||||||
"userNotFound":"Unable to find user!",
|
"userNotFound":"User not found.",
|
||||||
"roleNotFound":"Unable to find role!",
|
"roleNotFound":"Role not found.",
|
||||||
"memberNotFound":"Unable to find user!",
|
"memberNotFound":"Member not found.",
|
||||||
"mentionableNotFound":"Unable to find user or role!",
|
"mentionableNotFound":"User or role not found.",
|
||||||
"channelType":"Invalid channel type!",
|
"channelType":"Invalid channel type.",
|
||||||
"notInGuild":"This option requires you to be in a server!"
|
"notInGuild":"This option can only be used in a server."
|
||||||
},
|
},
|
||||||
"permissions":{
|
"permissions":{
|
||||||
"developer":"You need to be the developer of the bot.",
|
"developer":"This action is restricted to the bot developer.",
|
||||||
"owner":"You need to be the server owner.",
|
"owner":"You must be the server owner to use this.",
|
||||||
"admin":"You need to be a server admin.",
|
"admin":"You must have administrator permissions to use this.",
|
||||||
"moderator":"You need to be a moderator.",
|
"moderator":"You must be a moderator to use this.",
|
||||||
"support":"You need to be in the support team.",
|
"support":"You must be part of the support team to use this.",
|
||||||
"member":"You need to be a member.",
|
"member":"You must be a server member to use this.",
|
||||||
"discord-administrator":"You need to have the `ADMINISTRATOR` permission."
|
"discord-administrator":"You must have the `ADMINISTRATOR` permission."
|
||||||
},
|
},
|
||||||
"actionInvalid":{
|
"actionInvalid":{
|
||||||
"close":"Ticket is already closed!",
|
"close":"This ticket is already closed.",
|
||||||
"reopen":"Ticket is not closed yet!",
|
"reopen":"This ticket is not closed.",
|
||||||
"claim":"Ticket is already claimed!",
|
"claim":"This ticket is already claimed.",
|
||||||
"unclaim":"Ticket is not claimed yet!",
|
"unclaim":"This ticket is not claimed.",
|
||||||
"pin":"Ticket is already pinned!",
|
"pin":"This ticket is already pinned.",
|
||||||
"unpin":"Ticket is not pinned yet!",
|
"unpin":"This ticket is not pinned.",
|
||||||
"add":"This user is already able to access the ticket!",
|
"add":"This user already has access to this ticket.",
|
||||||
"remove":"Unable to remove this user from the ticket!"
|
"remove":"This user does not have access to this ticket."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"params":{
|
"params":{
|
||||||
@@ -432,107 +432,107 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commands":{
|
"commands":{
|
||||||
"reason":"Specify an optional reason that will be visible in logs.",
|
"reason":"Optional reason shown in logs.",
|
||||||
"help":"Get a list of all the available commands.",
|
"help":"Display all available commands.",
|
||||||
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
|
"panel":"Create a ticket panel (buttons or dropdown).",
|
||||||
"panelId":"The identifier of the panel that you want to spawn.",
|
"panelId":"ID of the panel to spawn.",
|
||||||
"panelAutoUpdate":"Do you want this panel to automatically update when edited?",
|
"panelAutoUpdate":"Automatically update this panel when edited.",
|
||||||
"ticket":"Instantly create a ticket.",
|
"ticket":"Create a ticket instantly.",
|
||||||
"ticketId":"The identifier of the ticket that you want to create.",
|
"ticketId":"ID of the ticket to create.",
|
||||||
"close":"Close a ticket.",
|
"close":"Close this ticket.",
|
||||||
"delete":"Delete a ticket.",
|
"delete":"Delete this ticket.",
|
||||||
"deleteNoTranscript":"Delete this ticket without creating a transcript.",
|
"deleteNoTranscript":"Delete ticket without saving a transcript.",
|
||||||
"reopen":"Reopen a ticket.",
|
"reopen":"Reopen a closed ticket.",
|
||||||
"claim":"Claim a ticket.",
|
"claim":"Claim this ticket.",
|
||||||
"claimUser":"Claim this ticket to someone else instead of yourself.",
|
"claimUser":"Claim the ticket for another user.",
|
||||||
"unclaim":"Unclaim a ticket.",
|
"unclaim":"Unclaim this ticket.",
|
||||||
"pin":"Pin a ticket.",
|
"pin":"Pin this ticket.",
|
||||||
"unpin":"Unpin a ticket.",
|
"unpin":"Unpin this ticket.",
|
||||||
|
|
||||||
"move":"Move a ticket.",
|
"move":"Move ticket to another option.",
|
||||||
"moveId":"The identifier of the option that you want to move to.",
|
"moveId":"Target option ID.",
|
||||||
"rename":"Rename a ticket.",
|
"rename":"Rename this ticket.",
|
||||||
"renameName":"The new name for this ticket.",
|
"renameName":"New name for the ticket.",
|
||||||
"add":"Add a user to a ticket.",
|
"add":"Add a user to this ticket.",
|
||||||
"addUser":"The user to add.",
|
"addUser":"User to add.",
|
||||||
"remove":"Remove a user from a ticket.",
|
"remove":"Remove a user from this ticket.",
|
||||||
"removeUser":"The user to remove.",
|
"removeUser":"User to remove.",
|
||||||
|
|
||||||
"blacklist":"Manage the ticket blacklist.",
|
"blacklist":"Manage the blacklist.",
|
||||||
"blacklistView":"View a list of the current blacklist.",
|
"blacklistView":"View all blacklisted users.",
|
||||||
"blacklistAdd":"Add a user to the blacklist.",
|
"blacklistAdd":"Add a user to the blacklist.",
|
||||||
"blacklistRemove":"Remove a user from the blacklist.",
|
"blacklistRemove":"Remove a user from the blacklist.",
|
||||||
"blacklistGet":"Get the details from a blacklisted user.",
|
"blacklistGet":"View blacklist entry details.",
|
||||||
"blacklistGetUser":"The user to get details from.",
|
"blacklistGetUser":"User to look up.",
|
||||||
"stats":"View statistics from the bot, a member or a ticket.",
|
"stats":"View bot, user or ticket statistics.",
|
||||||
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
|
"statsReset":"Reset all bot statistics.",
|
||||||
"statsGlobal":"View the global stats.",
|
"statsGlobal":"View global bot statistics.",
|
||||||
"statsUser":"View the stats from a user in the server.",
|
"statsUser":"View a user's statistics.",
|
||||||
"statsUserUser":"The user to view.",
|
"statsUserUser":"User to view.",
|
||||||
"statsTicket":"View the stats of a ticket in the server.",
|
"statsTicket":"View ticket statistics.",
|
||||||
"statsTicketTicket":"The ticket to view.",
|
"statsTicketTicket":"Ticket to view.",
|
||||||
|
|
||||||
"clear":"Delete multiple tickets at the same time.",
|
"clear":"Delete multiple tickets at once.",
|
||||||
"clearFilter":"The filter for clearing tickets.",
|
"clearFilter":"Filter used when clearing tickets.",
|
||||||
"clearFilters":{
|
"clearFilters":{
|
||||||
"all":"All",
|
"all":"All tickets",
|
||||||
"open":"Open",
|
"open":"Open tickets",
|
||||||
"close":"Closed",
|
"close":"Closed tickets",
|
||||||
"claim":"Claimed",
|
"claim":"Claimed tickets",
|
||||||
"unclaim":"Unclaimed",
|
"unclaim":"Unclaimed tickets",
|
||||||
"pin":"Pinned",
|
"pin":"Pinned tickets",
|
||||||
"unpin":"Unpinned",
|
"unpin":"Unpinned tickets",
|
||||||
"autoclose":"Autoclosed"
|
"autoclose":"Autoclosed tickets"
|
||||||
},
|
},
|
||||||
|
|
||||||
"autoclose":"Manage autoclose in a ticket.",
|
"autoclose":"Manage ticket autoclose.",
|
||||||
"autocloseDisable":"Disable autoclose in this ticket.",
|
"autocloseDisable":"Disable autoclose.",
|
||||||
"autocloseEnable":"Enable autoclose in this ticket.",
|
"autocloseEnable":"Enable autoclose.",
|
||||||
"autocloseEnableTime":"The amount of hours this ticket needs to be inactive to close it.",
|
"autocloseEnableTime":"Hours of inactivity before closing.",
|
||||||
"autodelete":"Manage autodelete in a ticket.",
|
"autodelete":"Manage ticket autodelete.",
|
||||||
"autodeleteDisable":"Disable autodelete in this ticket.",
|
"autodeleteDisable":"Disable autodelete.",
|
||||||
"autodeleteEnable":"Enable autodelete in this ticket.",
|
"autodeleteEnable":"Enable autodelete.",
|
||||||
"autodeleteEnableTime":"The amount of days this ticket needs to be inactive to delete it.",
|
"autodeleteEnableTime":"Days of inactivity before deletion.",
|
||||||
|
|
||||||
"topic":"Manage the topic of the ticket channel.",
|
"topic":"Manage ticket channel topic.",
|
||||||
"topicSet":"Set the topic of the ticket channel.",
|
"topicSet":"Set the ticket channel topic.",
|
||||||
"topicValue":"The new topic of the channel.",
|
"topicValue":"New channel topic text.",
|
||||||
"topicList":"Get a list of all tickets with their topic and stats.",
|
"topicList":"List all ticket channel topics.",
|
||||||
"priority":"Manage the priority of the ticket.",
|
"priority":"Manage ticket priority.",
|
||||||
"prioritySet":"Set the priority of the ticket.",
|
"prioritySet":"Set ticket priority.",
|
||||||
"priorityValue":"The priority of the channel.",
|
"priorityValue":"Priority level.",
|
||||||
"priorityGet":"Get the priority of the ticket.",
|
"priorityGet":"View ticket priority.",
|
||||||
"priorityList":"Get a list of all tickets with their priority status.",
|
"priorityList":"List all ticket priorities.",
|
||||||
"transfer":"Transfer the ticket ownership from one user to another.",
|
"transfer":"Transfer ticket ownership.",
|
||||||
"transferUser":"The user to transfer to."
|
"transferUser":"User to transfer to."
|
||||||
},
|
},
|
||||||
"helpMenu":{
|
"helpMenu":{
|
||||||
"help":"Get a list of all the available commands.",
|
"help":"View all available commands.",
|
||||||
"ticket":"Instantly create a ticket.",
|
"ticket":"Create a ticket instantly.",
|
||||||
"close":"Close a ticket, this disables writing in this channel.",
|
"close":"Close this ticket and disable messaging in the channel.",
|
||||||
"delete":"Delete a ticket, this creates a transcript when enabled.",
|
"delete":"Delete this ticket (creates a transcript if enabled).",
|
||||||
"reopen":"Reopen a ticket, this enables writing in this channel again.",
|
"reopen":"Reopen a closed ticket and restore messaging.",
|
||||||
"pin":"Pin a ticket. This will move the ticket to the top and will add a '📌' emoij to the name.",
|
"pin":"Pin this ticket and move it to the top with '📌'.",
|
||||||
"unpin":"Unpin a ticket. The ticket will stay on it's position but will lose the '📌' emoij.",
|
"unpin":"Unpin this ticket and remove the '📌' emoji.",
|
||||||
"move":"Move a ticket. This will change the type of this ticket.",
|
"move":"Move this ticket to a different option or ticket type.",
|
||||||
"rename":"Rename a ticket. This will change the channel name of this ticket.",
|
"rename":"Rename this ticket channel.",
|
||||||
"claim":"Claim a ticket. With this, you can let your team know you are handling this ticket.",
|
"claim":"Claim this ticket to show you are handling it.",
|
||||||
"unclaim":"Unclaim a ticket. With this, you can let your team know that this ticket is free again.",
|
"unclaim":"Unclaim this ticket to mark it as available.",
|
||||||
"add":"Add a user to a ticket. This will allow the user to read & write in this ticket.",
|
"add":"Add a user to this ticket.",
|
||||||
"remove":"Remove a user from a ticket. This will remove the ability to read & write for a user in this ticket.",
|
"remove":"Remove a user's access from this ticket.",
|
||||||
"panel":"Spawn a message with a dropdown or buttons (for ticket creation).",
|
"panel":"Create a ticket panel with buttons or a dropdown.",
|
||||||
"blacklistView":"View a list of the current blacklist.",
|
"blacklistView":"View all blacklisted users.",
|
||||||
"blacklistAdd":"Add a user to the blacklist.",
|
"blacklistAdd":"Add a user to the blacklist.",
|
||||||
"blacklistRemove":"Remove a user from the blacklist.",
|
"blacklistRemove":"Remove a user from the blacklist.",
|
||||||
"blacklistGet":"Get the details from a blacklisted user.",
|
"blacklistGet":"View details of a blacklisted user.",
|
||||||
"statsGlobal":"View the global stats.",
|
"statsGlobal":"View global bot statistics.",
|
||||||
"statsTicket":"View the stats of a ticket in the server.",
|
"statsTicket":"View statistics for a ticket.",
|
||||||
"statsUser":"View the stats from a user in the server.",
|
"statsUser":"View statistics for a user.",
|
||||||
"statsReset":"Reset all the stats of the bot (and start counting from zero).",
|
"statsReset":"Reset all bot statistics.",
|
||||||
"autocloseDisable":"Disable autoclose in this ticket.",
|
"autocloseDisable":"Disable autoclose for this ticket.",
|
||||||
"autocloseEnable":"Enable autoclose in this ticket.",
|
"autocloseEnable":"Enable autoclose for this ticket.",
|
||||||
"autodeleteDisable":"Disable autodelete in this ticket.",
|
"autodeleteDisable":"Disable autodelete for this ticket.",
|
||||||
"autodeleteEnable":"Enable autodelete in this ticket.",
|
"autodeleteEnable":"Enable autodelete for this ticket.",
|
||||||
"categories":{
|
"categories":{
|
||||||
"general":"General Commands",
|
"general":"General Commands",
|
||||||
"basicTicket":"Basic Ticket Commands",
|
"basicTicket":"Basic Ticket Commands",
|
||||||
@@ -545,10 +545,10 @@
|
|||||||
},
|
},
|
||||||
"stats":{
|
"stats":{
|
||||||
"scopes":{
|
"scopes":{
|
||||||
"global":"Global Stats",
|
"global":"Global Statistics",
|
||||||
"system":"System Stats",
|
"system":"System Statistics",
|
||||||
"user":"User Stats",
|
"user":"User Statistics",
|
||||||
"ticket":"Ticket Stats",
|
"ticket":"Ticket Statistics",
|
||||||
"participants":"Participants",
|
"participants":"Participants",
|
||||||
"messages":"Messages"
|
"messages":"Messages"
|
||||||
},
|
},
|
||||||
@@ -592,9 +592,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"panel":{
|
"panel":{
|
||||||
"selectTicket":"Select your ticket",
|
"selectTicket":"Select a ticket",
|
||||||
"selectRole":"Select your role",
|
"selectRole":"Select a role",
|
||||||
"selectOption":"Select your option"
|
"selectOption":"Select an option"
|
||||||
},
|
},
|
||||||
"priorities":{
|
"priorities":{
|
||||||
"urgent":"Urgent",
|
"urgent":"Urgent",
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export const loadAllConfigCheckerTranslations = async () => {
|
|||||||
//GLOBAL FUNCTIONS
|
//GLOBAL FUNCTIONS
|
||||||
export const registerDefaultCheckerSystemTranslations = (tm:api.ODMappedCheckerTranslationRegister,lm:api.ODMappedLanguageManager) => {
|
export const registerDefaultCheckerSystemTranslations = (tm:api.ODMappedCheckerTranslationRegister,lm:api.ODMappedLanguageManager) => {
|
||||||
//SYSTEM
|
//SYSTEM
|
||||||
//tm.quickTranslate(lm,"checker.system.headerOpenTicket","other","opendiscord:header-openticket") //OPEN TICKET (ignore)
|
tm.quickTranslate(lm,"checker.system.headerOpenTicket","other","opendiscord:header-projectname") //OPEN TICKET
|
||||||
tm.quickTranslate(lm,"checker.system.typeError","other","opendiscord:type-error") // [ERROR] (ignore)
|
tm.quickTranslate(lm,"checker.system.typeError","other","opendiscord:type-error") // [ERROR] (ignore)
|
||||||
tm.quickTranslate(lm,"checker.system.typeWarning","other","opendiscord:type-warning") // [WARNING] (ignore)
|
tm.quickTranslate(lm,"checker.system.typeWarning","other","opendiscord:type-warning") // [WARNING] (ignore)
|
||||||
tm.quickTranslate(lm,"checker.system.typeInfo","other","opendiscord:type-info") // [INFO] (ignore)
|
tm.quickTranslate(lm,"checker.system.typeInfo","other","opendiscord:type-info") // [INFO] (ignore)
|
||||||
|
|||||||
Reference in New Issue
Block a user