Merge pull request #48 from DJj123dj/main

test
This commit is contained in:
Jasper
2023-02-13 20:59:04 +01:00
committed by GitHub
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ exports.checker = async () => {
checkType(config.languagefile,"string","languagefile") checkType(config.languagefile,"string","languagefile")
const lf = config.languagefile const lf = config.languagefile
if (!lf.startsWith("custom") && !lf.startsWith("english") && !lf.startsWith("dutch") && !lf.startsWith("romanian") && !lf.startsWith("german") && !lf.startsWith("arabic") && !lf.startsWith("spanish") && !lf.startsWith("portuguese") && !lf.startsWith("french") && !lf.startsWith("italian")){ if (!lf.startsWith("custom") && !lf.startsWith("english") && !lf.startsWith("dutch") && !lf.startsWith("romanian") && !lf.startsWith("german") && !lf.startsWith("arabic") && !lf.startsWith("spanish") && !lf.startsWith("portuguese") && !lf.startsWith("french") && !lf.startsWith("italian") && !lf.startsWith("czech") && !lf.startsWith("danish")){
createError("'languagefile' | invalid language, more info in the wiki") createError("'languagefile' | invalid language, more info in the wiki")
} }
+7 -6
View File
@@ -48,7 +48,7 @@
"close":"Fechar Ticket", "close":"Fechar Ticket",
"delete":"Excluir Ticket", "delete":"Excluir Ticket",
"reopen":"Reabrir Ticket", "reopen":"Reabrir Ticket",
"closeWithReason":"close with reason" "closeWithReason":"fechado com motivo"
}, },
"messages":{ "messages":{
"reopenTitle":"Reabriu este ticket!", "reopenTitle":"Reabriu este ticket!",
@@ -69,12 +69,13 @@
"chooseCategory":"Escolha a categoria:", "chooseCategory":"Escolha a categoria:",
"gettingdeleted":"Ticket está sendo deletado...", "gettingdeleted":"Ticket está sendo deletado...",
"none":"none", "none":"vazio",
"reason":"Motivo", "reason":"motivo",
"deletedby":"deletado por",
"closedby":"fechado por",
"modalreason":"Qual o motivo de fechar o ticket?",
"deletedby":"deleted by",
"closedby":"closed by",
"modalreason":"Quak o motivo de fechar o ticket?",
"chooseATicket": "Fechar Ticket" "chooseATicket": "Fechar Ticket"
}, },
"transcripts":{ "transcripts":{