+1
-1
@@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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":{
|
||||||
|
|||||||
Reference in New Issue
Block a user