Open Ticket v3.5.3

Open Ticket v3.5.3
This commit is contained in:
Jasper
2024-02-05 21:34:56 +01:00
committed by GitHub
29 changed files with 164 additions and 233 deletions
+11 -12
View File
@@ -1,20 +1,19 @@
# Security Policy
## Supported Versions
Below, you can find a list with the status of every open ticket version. This list will change every update!
We only support Open Ticket versions listed below! With support, we mean bugs, errors & helping you further!
- ✅ Supported **(bugs, errors, discord support, documentation, html transcripts)**
- 🟧 Deprecated / Partially Supported **(discord support, documentation, html transcripts)**
- ❌ Fully Deprecated / Not Supported **(sometimes documentation)**
✅ Supported
🟧 Partially Supported
❌ Not Supported
| Version | Supported |
|-----------|-------------------|
| 3.5.2 | ✅ |
| 3.5.1 | ✅ |
| 3.5.0 | ✅ |
| 3.4.4 | 🟧 |
| < 3.4.4 | ❌ |
| Version | Supported | Until |
|-----------|-----------|-----------------------------|
| 3.5.3 | ✅ | |
| 3.5.2 | ✅ | April 2024 |
| 3.5.1 | 🟧 | Next Update |
| 3.5.0 | 🟧 | Next Update |
| < 3.5.0 | ❌ | |
## Reporting a Vulnerability
+3 -3
View File
@@ -5,7 +5,7 @@ There will be massive improvements for more stability & features! But the best p
<img src="https://apis.dj-dj.be/cdn/openticket/logo.png" alt="Open Ticket" width="600px">
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-3.5.2-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.2) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/open-ticket?color=yellow&label=stars&logo=github&style=flat-square)](https://docs.openticket.dj-dj.be)
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-3.5.3-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.3) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/open-ticket?color=yellow&label=stars&logo=github&style=flat-square)](https://docs.openticket.dj-dj.be)
### Open Ticket
Open Ticket is the most customisable discord ticket bot that you will ever find! There are more than 150 options to customise in the config! This includes html transcripts, unlimited amount of tickets, custom embeds & more! Did you know that even the html transcripts are highly customisable? Don't wait and check it out! If you're having trouble setting the bot up, feel free to join our support server and we will help you further!
@@ -64,7 +64,7 @@ Take a look at all the features and discover the possibilities!
|German |david.3 |🟢 Up To Date |
|Italian |maurizio26 |🟢 Up To Date |
|Czech |spyeye_ |🟢 Up To Date |
|Arabic |Sarcastic#9318 |🔴 Outdated |
|Arabic |deqressing |🟢 Up To Date |
|Danish |.the_gamer |🟢 Up To Date |
|Portuguese |quiradon |🔴 Outdated |
|Russian |apexo & ander |🟢 Up To Date |
@@ -78,7 +78,7 @@ Take a look at all the features and discover the possibilities!
|Indonesian |erxg |🟢 Up To Date |
## links
current version: _v3.5.2_
current version: _v3.5.3_
</br>changelog: [click here](https://otgithub.dj-dj.be/releases)
</br>documentation: [click here](https://docs.openticket.dj-dj.be/quick-start)
+1 -1
View File
@@ -111,7 +111,7 @@
"dropdown":false,
"enableFooter":false,
"footer":"Open Ticket v3.5.2 - I'm a footer!",
"footer":"Open Ticket v3.5.3 - I'm a footer!",
"enableFooterImage":false,
"footerImage":"https://www.example.com/catmemes/cat.png",
+1 -1
View File
@@ -43,7 +43,7 @@ exports.getDropdown = (ids,placeholder) => {
}else{
if (option.label) selectComponent.setLabel(option.label)
if (option.icon) selectComponent.setEmoji(option.icon)
if (option.description) selectComponent.setDescription(option.description)
if (option.description && option.description.length < 100) selectComponent.setDescription(option.description)
}
dropdown.addOptions(selectComponent)
-76
View File
@@ -135,79 +135,3 @@ exports.run = async (pluginData) => {
console.log(final.join("\n\n"))
}
var waitTime = new Date().getTime()
var waitTimeEnabled = false
/**@param {OTLiveStatusError} options @returns {Promise<Boolean>} */
const uploadLiveStatus = (options) => {
return new Promise((resolve,reject) => {
if (process.argv.some((v) => v == "--noerrorupload")) return resolve(true)
try {
var data = encodeURIComponent(JSON.stringify(options))
axios.get("https://livestatus.dj-dj.be/openticket?auth=openticketLIVESTATUS1234&data="+data).then((res) => {
if (res.status == 200) resolve(true)
else resolve(false)
})
}catch{
resolve(false)
}
})
}
/**@param {String} err @returns {Promise<Boolean>}*/
exports.liveStatusUploadManager = async (err) => {
return new Promise(async (resolve) => {
if (process.argv.some((v) => v == "--noerrorupload")) return resolve(true)
else{
var tsenabled = (bot.tsconfig.sendTranscripts.enableChannel || bot.tsconfig.sendTranscripts.enableDM)
var tsmode = bot.tsconfig.sendTranscripts.useHTMLtranscripts ? "html" : "text"
const transcriptMode = tsenabled ? tsmode : false
const slashMode = getSlashEnabled()
try {
if (waitTimeEnabled){
if (new Date().getTime() < waitTime){
waitTimeEnabled = false
return resolve(false)
}
}
const result = await uploadLiveStatus({
bot:{
id:client.user.id,
name:client.user.username,
pfp:client.user.displayAvatarURL()
},
error:err,
openticket:{
config:{
//TEMPORARY SOLUTION => AXIOS 414 ERROR!
//messages:config.messages,
//options:config.options,
//transcripts:bot.tsconfig,
//system:config.system
},
language:config.languageFile,
version:"3.5.2",
slashcmds:slashMode,
transcripts:transcriptMode,
plugins:fs.readdirSync("./plugins"),
pluginload:globalPluginData
},
details:{
errortime:new Date().getTime()
//TEMPORARY SOLUTION => AXIOS 414 ERROR!
//actions:this.actionRecorder,
//database:fs.readFileSync("./storage/database.json").toString()
}
})
if (!result){
waitTime = new Date().getTime()+30000
waitTimeEnabled = true
}
resolve(result)
}catch{resolve(false)}
}
})
}
+1 -6
View File
@@ -25,7 +25,7 @@
INFORMATION:
============
Open Ticket v3.5.2 - © DJdj Development
Open Ticket v3.5.3 - © DJdj Development
discord: https://discord.dj-dj.be
website: https://www.dj-dj.be
@@ -382,11 +382,6 @@ process.on("uncaughtException",async (error,origin) => {
errorLog(error.name+": "+error.message+" | origin: "+origin,error.stack)
APIEvents.onError(error.name+": "+error.message,new Date())
//TEMPORARY INTEGRATION FOR LIVESTATUS ERROR UPLOADER:
try {
await require("./core/utils/liveStatus").liveStatusUploadManager(error.name+": "+error.message+" | origin: "+origin+"\n"+error.stack)
} catch {this.errorLog.log("info","FAILED TO AUTO-REPORT ERROR! (you can ignore this error)")}
})
this.actionRecorder.push({
+79 -79
View File
@@ -1,43 +1,43 @@
{
"_CREDITS":"ChilledBroke#9986 & M4#5882",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_CREDITS":"deqressing",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors": {
"missingArgsTitle": "قيمة غير صالحة!",
"missingArgsDescription": "قيمة مفقودة",
"noPermsTitle": "ليس لديك برمشنات !",
"noPermsDescription": "أنت بحاجة الى برمشن `ADMINISTRATOR` او أن تكون في قائمة المسموح بهم!",
"noPermsDelete": "فقط الإداريين يمكنهم حذف التكت!",
"chooseFromListTitle": "Invalid ID",
"noPermsDelete": "فقط الإداريين يمكنهم حذف التيكت!",
"chooseFromListTitle": "الايدي غير صحيح!",
"chooseFromListDescription": "قم بأختيار أحد من الأيديات من الأسفل:",
"boterror": "خلل في البوت !",
"notInTicketTitle": "انت لست في تكت!",
"notInTicketDescription": "هذا الأمر لا يعمل خارج التكت!",
"ticketDoesntExist": "هذا التكت لم يعد فعال!",
"notInTicketDescription": "هذا الأمر لا يعمل خارج التيكت!",
"ticketDoesntExist": "هذا التيكت لم يعد فعال!",
"roleDoesntExist": "خطاً ,لم تعد الرتبة موجوده!",
"anotherOption": "هذا الخيار ليس التكت و لكنه شيء أخر!",
"anotherOption": "هذا الخيار ليس التيكت و لكنه شيء أخر!",
"maxAmountTitle": "خطأ , تم الوصول الى الحد الأقصى!",
"maxAmountDescription": "لقد وصلت الى الحد الأقصى لعدد التكتات المسموحة بها!\nSo لا يمكنك فتح واحدة أخرى!",
"maxAmountDescription": "لقد وصلت الى الحد الأقصى لعدد التيكتات المسموحة بها!\nSo لا يمكنك فتح واحدة أخرى!",
"somethingWentWrong": "**هناك خطاً!**\nأعد المحاولة لاحقاً!"
},
"commands": {
"userAddedTitle": "تم أضافة {0} من المستخدمين في التكت!",
"userRemovedTitle": "تم أزالة {0} من المستخدمين من التكت!",
"renameTitle": "تم تغيير أسم التكت الى {0}!",
"closeTitle": "تم أغلاق التكت!",
"deleteTitle": " جاري حذف التكت...",
"reopenTitle": "إعادة فتح التكت!",
"userAddedTitle": "تم أضافة {0} من المستخدمين في التيكت!",
"userRemovedTitle": "تم أزالة {0} من المستخدمين من التيكت!",
"renameTitle": "تم تغيير أسم التيكت الى {0}!",
"closeTitle": "تم أغلاق التيكت!",
"deleteTitle": " جاري حذف التيكت...",
"reopenTitle": "إعادة فتح التيكت!",
"claimTitle":"This ticket is now claimed to {0}",
"unclaimTitle":"This ticket isn't claimed anymore!",
"changeTitle":"Changed ticket type to {0}!",
"claimTitle":"تم تعيين التيكت الى {0}",
"unclaimTitle":"هذا التيكت لم يتم تعيينه لاحد",
"changeTitle":"!تم تغيير نوع التيكت الى {0}",
"statsTitle":"Here are the stats for {0}!",
"autocloseTitle":"This ticket will be closed automatically after {0}!",
"autocloseRejectTitle":"This ticket will no longer be closed automatically!",
"autocloseWarn":"This only affects inactive tickets!",
"statsTitle":"ها هي احصائيات {0}",
"autocloseTitle":"سيتم اغلاق التيكت تلقائيا في {0}",
"autocloseRejectTitle":"تم الغاء اغلاق التيكت تلقائيا",
"autocloseWarn":"هذا يؤثر فقط على التذاكر الغير نشطة",
"goToTicket":"go to ticket",
"goToTicket":"الذهاب الى التيكت",
"ticketWarning": "هذا الأمبد موجود بالفعل في الرسالة بالأسفل!",
"maxTicketWarning": "**تحذير:** _يمكنك فقط فتح {0} تكت في الوقت!_"
},
@@ -47,89 +47,89 @@
"header2": "**قم بكتابة أمر `/new` او `/ticket` لفتح تكت!**\n\n",
"msgCmd": "أنشاء أيمبد مع الأزرار. (الأداريين فقط)",
"renameCmd": "إعادة تسمية التكت. (بدون مسافات)",
"closeCmd": "أغلاق التكت.",
"deleteCmd": "حذف التكت.",
"addCmd": "إضافة مستخدم الى التكت.",
"removeCmd": "إزالة مستخدم من التكت.",
"renameCmd": "إعادة تسمية التيكت. (بدون مسافات)",
"closeCmd": "أغلاق التيكت.",
"deleteCmd": "حذف التيكت.",
"addCmd": "إضافة مستخدم الى التيكت.",
"removeCmd": "إزالة مستخدم من التيكت.",
"reopenCmd": "إعادة فتح تكت بعد إغلاقة.",
"changeCmd":"Change ticket type.",
"claimCmd":"Claim a ticket.",
"unclaimCmd":"Unclaim a ticket.",
"statsCmd":"View ticket stats.",
"autocloseCmd":"Set timer to automatically close ticket"
"changeCmd":"تغيير نوع التيكت.",
"claimCmd":"تعيينك لتيكت معين.",
"unclaimCmd":"الغاء التغيين لتيكت معين",
"statsCmd":"اضهار احصائيات التيكت",
"autocloseCmd":"قم بضبط مؤقت لاغلاق التيكت تلقائياً"
},
"buttons": {
"close": "إغلاق التكت",
"delete": "حذف التكت",
"reopen": "إعادة فتح التكت",
"closeWithReason":"close with reason"
"close": "إغلاق التيكت",
"delete": "حذف التيكت",
"reopen": "إعادة فتح التيكت",
"closeWithReason":"اغلاق مع سبب"
},
"messages": {
"closedDescription": "فقط الأداريين يمكنهم التحدث في هذا التكت الأن!\n\n*أضغط على الزر بالأسفل لحذف التكت او إعادة فتحة مجدداً!*",
"closedDescription": "فقط الأداريين يمكنهم التحدث في هذا التيكت الأن!\n\n*أضغط على الزر بالأسفل لحذف التيكت او إعادة فتحة مجدداً!*",
"createdTitle": "تم إنشاء تكت!",
"createdDescription": "تم أنشاء تكت , قم بأنتظار الدعم في الطريق!",
"newTicketDmTitle": "تكت جديد!",
"closedTicketDmTitle": "تم إغلاق التكت!",
"deletedTicketDmTitle": "تم حذف التكت!",
"closedTicketDmTitle": "تم إغلاق التيكت!",
"deletedTicketDmTitle": "تم حذف التيكت!",
"closedTicketDmDescription": "تم أغلاق تذكرتك من قبل إداري",
"deletedTicketDmDescription": "تم حذف تذكرتك من قبل إداري!",
"reopenTicketDmTitle": "تم إعادة فتح تذكرتك!",
"reopenTicketDmDescription": "تم إعادة فتح التكت!",
"reopenTicketDmDescription": "تم إعادة فتح التيكت!",
"chooseCategory": "أختر الكتقاجوري:",
"gettingdeleted": "يتم حذف التكت...",
"gettingdeleted": "يتم حذف التيكت...",
"none": "لا يوجد",
"reason": "سبب",
"createdat":"created at",
"openedby":"opened by",
"deletedby":"deleted by",
"closedby":"closed by",
"createdat":"تم الانشاء في",
"openedby":"تم الانشاء من قبل",
"deletedby":"تم الحذف من قبل",
"closedby":"تم الاغلاق من قبل",
"modalreason":"What is the reason for closing this ticket?",
"chooseATicket": "Choose a ticket"
"modalreason":"ماهو سببك لاغلاق التيكت؟",
"chooseATicket": "اختار تيكت معين"
},
"transcripts":{
"title":"Transcript",
"processed":"This transcript is being processed",
"wait":"Please wait!",
"estimated":"Estimated time",
"available":"The transcript is available here"
"title":"سجل",
"processed":"يتم معالجة هذا السجل...",
"wait":"فضلا انتظر",
"estimated":"الوقت المتوقع",
"available":"تم انشاء السجل وهو متاح هنا"
},
"stats":{
"globalTitle":"Global Stats",
"ticketTitle":"Ticket Stats for {0}",
"userTitle":"User Stats for {0}",
"systemTitle":"System Stats",
"versionTitle":"Bot Version",
"globalTitle":"احصائيات العامه",
"ticketTitle":"احصائيات التيكت ل {0}",
"userTitle":"احصائيات المستخدم {0}",
"systemTitle":"احصائيات السيستم",
"versionTitle":"نسخة البوت",
"ticketsCreated":"Tickets Created",
"ticketsClosed":"Tickets Closed",
"ticketsDeleted":"Tickets Deleted",
"ticketsReopened":"Tickets Reopened",
"ticketsAutoclosed":"Tickets Autoclosed",
"transcriptsCreated":"Transcripts Created",
"startupDate":"Startup Date",
"latestUpdate":"Latest Update",
"ticketCreatedOn":"Ticket Created On",
"ticketCreatedBy":"Ticket Created By",
"messagesSent":"Messages Sent",
"status":"Status",
"participants":"Participants",
"role":"Role",
"ticketsCreated":"التيكتس التي تمت انشاؤه",
"ticketsClosed":"التيكتس التي تمت اغلاقه",
"ticketsDeleted":"التيكتس التي تمت حذفه",
"ticketsReopened":"التيكتس التي تمت العادة فتحه",
"ticketsAutoclosed":"التيكتس التي تمت اغلاقه تلقائيا",
"transcriptsCreated":"السجلات التي تمت انشاؤه",
"startupDate":"تم تشغيل البوت في",
"latestUpdate":"اخر التحديثات",
"ticketCreatedOn":"تم انشاءالتيكت في",
"ticketCreatedBy":"تم انشاء التيكت من قبل",
"messagesSent":"جميع الرسائل",
"status":"الحالة",
"participants":"المشاركون",
"role":"الرانك",
"switches":{
"globalAdmin":"Global Admin",
"ticketAdmin":"Ticket Admin",
"member":"Member",
"open":"Open",
"reopened":"Reopened",
"closed":"Closed",
"autoclosed":"Autoclosed"
"globalAdmin":"ادمن عام",
"ticketAdmin":"ادمن تيكت",
"member":"عضو",
"open":"مفتوح",
"reopened":"اعادة فتحه",
"closed":"مغلق",
"autoclosed":"مغلق تلقائياً"
},
"errorUserNotFound":"This user can't be found in the stats database!"
"errorUserNotFound":"هذا المستخدم لم يتم العثور عليه في قاعدة بياناتنا!"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+21 -21
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"spyeye_",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Neplatný Argument!",
@@ -99,37 +99,37 @@
"available":"Záloha je uložena zde!"
},
"stats":{
"globalTitle":"Globalní statistiky",
"ticketTitle":"Statistiky ticketů pro {0}",
"userTitle":"Statistiky uživatele {0}",
"systemTitle":"Systémové statistiky",
"globalTitle":"Globální statistiky",
"ticketTitle":"Ticket statistiky pro {0}",
"userTitle":"Uživatelské statistiky pro {0}",
"systemTitle":"Sytstémov= statistiky",
"versionTitle":"Verze bota",
"ticketsCreated":"Ticket založen",
"ticketsClosed":"Ticket uzavřen",
"ticketsDeleted":"Ticket vymazán",
"ticketsReopened":"Ticket znovu otevřen",
"ticketsAutoclosed":"Ticket byl automaticky uzavřen",
"transcriptsCreated":"Transcripty vytvořeny",
"startupDate":"Datum spuštění",
"ticketsCreated":"Ticketů vytvořeno:",
"ticketsClosed":"Tickety zavřeno:",
"ticketsDeleted":"Ticketu smazáno:",
"ticketsReopened":"Ticketů znovuotevřených:",
"ticketsAutoclosed":"Ticketů automaticky zavřeno:",
"transcriptsCreated":"Záloh ticketů vytvořeno:",
"startupDate":"Datum zapnutí",
"latestUpdate":"Poslední aktualizace",
"ticketCreatedOn":"Ticket vytvořen dne",
"ticketCreatedOn":"Ticket založen na",
"ticketCreatedBy":"Ticket vytvořil",
"messagesSent":"Zpráva odeslána",
"messagesSent":"Zpráva poslána",
"status":"Status",
"participants":"Účastníci",
"role":"Role",
"switches":{
"globalAdmin":"Global Admin",
"globalAdmin":"Globální Admin",
"ticketAdmin":"Ticket Admin",
"member":"Uživatel",
"open":"Otevřít",
"reopened":"Znovu Otevřít",
"closed":"Uzavřít",
"autoclosed":"Automaticky uzavřen"
"member":"Člen",
"open":"Otevřený",
"reopened":"Znovuotevřený",
"closed":"Zavřený",
"autoclosed":"Automaticky zavřený"
},
"errorUserNotFound":"Tento uživatel není v databázi statistik k nalezení!"
"errorUserNotFound":"Tento uživatel nebyl nalezen v databázi statistik!"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"the_gamer#5095",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors": {
"missingArgsTitle": "Ugyldigt Argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJj123dj#1706",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Onjuiste parameters!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"david.#8276 ",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Ungültiges Argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"ꙅoᴎɒᎸɘƚꙅ#3744",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Snowy",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Hibás paraméterek!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"erxg",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Argumen tidak valid!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Maurizio#0268",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Argomenti non validi!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"NoOneNook#0266",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Ugyldige argumenter!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"MKevas#8311",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Nieprawidłowe argumenty!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"QuirAddon#9778",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Argumentos inválidos!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Sanke#6086",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Argumente Invalide",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Apexo#0723",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Неверные аргументы!",
+27 -14
View File
@@ -12,9 +12,10 @@
"it":"italian",
"ru":"russian",
"tr": "Türkçe",
"ar": "Arabic",
"MISSING":"arabic,portuguese",
"NOTAVAILABLE":"arabic,portuguese,czech"
"MISSING":"portuguese",
"NOTAVAILABLE":"portuguese,czech"
},
"data":{
"help":{
@@ -29,7 +30,8 @@
"es-ES":"Una lista de los comandos disponibles.",
"it":"Una lista di tutti i comandi disponibili.",
"ru":"Список доступных команд",
"tr": "Kullanılabilir komutların listesi."
"tr": "Kullanılabilir komutların listesi.",
"ar": "قائمة للكوماندات المتاحة"
},
"message":{
"en-GB":"Spawn an embed with buttons.",
@@ -43,7 +45,8 @@
"es-ES":"Genera un embed con botones.",
"it":"Genera un embed con un pulsante.",
"ru":"Создать embed с кнопками",
"tr": "Butonlar ile bir yerleştirme oluşturun."
"tr": "Butonlar ile bir yerleştirme oluşturun.",
"ar": "أنشاء أيمبد مع الأزرار."
},
"close":{
"en-GB":"Close a ticket.",
@@ -57,7 +60,8 @@
"es-ES":"Cierra un ticket.",
"it":"Chiudi un ticket.",
"ru":"Закрыть тикет",
"tr": "Bileti kapat."
"tr": "Bileti kapat.",
"ar": "اغلاق تيكت."
},
"delete":{
"en-GB":"Delete a ticket.",
@@ -71,7 +75,8 @@
"es-ES":"Elimina un ticket.",
"it":"Elimina un ticket.",
"ru":"Удалить тикет",
"tr": "Bileti sil."
"tr": "Bileti sil.",
"ar": "حذف تيكت."
},
"reopen":{
"en-GB":"Re-Open a ticket.",
@@ -85,7 +90,8 @@
"es-ES":"Re-abre un ticket.",
"it":"Ri-Apri un ticket.",
"ru":"Открыть заново тикет",
"tr": "Bileti yeniden aç."
"tr": "Bileti yeniden aç.",
"ar": "اعادة فتح تيكت."
},
"add":{
"en-GB":"Add another user to a ticket.",
@@ -99,7 +105,8 @@
"es-ES":"Agrega otro usuario al ticket.",
"it":"Aggiungi un membro al ticket",
"ru":"Добавить другого пользователя в тикет",
"tr": "Bilete başka bir kullanıcı ekle."
"tr": "Bilete başka bir kullanıcı ekle.",
"ar": "اضافة مستخدم اخر الى تيكت معين."
},
"remove":{
"en-GB":"Remove a user from a ticket.",
@@ -113,7 +120,8 @@
"es-ES":"Elimina otro usuario del ticket.",
"it":"Rimuovi un membro dal ticket",
"ru":"Удалить пользователя из тикета",
"tr": "Kullanıcıyı bir biletten kaldır."
"tr": "Kullanıcıyı bir biletten kaldır.",
"ar": "ازالة مستخدم من تيكت معين."
},
"newticket":{
"en-GB":"Create a ticket",
@@ -127,7 +135,8 @@
"es-ES":"Crear un ticket.",
"it":"Crea un ticket",
"ru":"Создать тикет",
"tr": "Bilet oluştur"
"tr": "Bilet oluştur",
"ar": "انشاء تيكت."
},
"rename":{
"en-GB":"Rename a ticket channel.",
@@ -141,7 +150,8 @@
"es-ES":"Renombrar un canal de ticket.",
"it":"Rinomina il canale di un ticket.",
"ru":"Переименовать канал тикета",
"tr": "Bilet kanalını yeniden adlandır."
"tr": "Bilet kanalını yeniden adlandır.",
"ar": "اعادة تسمية التيكت."
},
"claim":{
"en-GB":"Claim a ticket.",
@@ -155,7 +165,8 @@
"es-ES":" ",
"it":" ",
"ru":"Взять тикет",
"tr":"Bilet talep et."
"tr":"Bilet talep et.",
"ar": "تعيين التيكت"
},
"unclaim":{
"en-GB":"Un-claim a ticket.",
@@ -169,7 +180,8 @@
"es-ES":" ",
"it":" ",
"ru":"Снять тикет",
"tr":"Bileti iptal et."
"tr":"Bileti iptal et.",
"ar": "ازالة التعيين من شخص الى التيكت"
},
"category":{
"en-GB":"Change ticket type.",
@@ -183,7 +195,8 @@
"es-ES":" ",
"it":" ",
"ru":"Изменить тип тикета",
"tr":"Bilet türünü değiştir."
"tr":"Bilet türünü değiştir.",
"ar": "تغيير نوع التيكت"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"n1kkec#5341",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Napačen argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Redactado#1673 & josuens14#5267",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"¡Argumentos inválidos!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Mods HD#0661",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"อาร์กิวเมนต์ไม่ถูกต้อง!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Hydrâelčhâvø#1575",
"_INFO":"This file is a translation for open ticket 3.5.2",
"_INFO":"This file is a translation for open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Geçersiz argümanlar!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Anderskiy#4093",
"_INFO":"Цей файл є перекладом для open ticket 3.5.2",
"_INFO":"Цей файл є перекладом для open ticket 3.5.3",
"errors":{
"missingArgsTitle":"Невірні аргументи!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "open-ticket",
"version": "3.5.2",
"version": "3.5.3",
"description": "This is an open-source discord ticket bot, you can configure it and it comes with cool features like a transcript.",
"main": "index.js",
"scripts": {