diff --git a/core/checker.js b/core/checker.js index 91fbe0b..9414e9f 100644 --- a/core/checker.js +++ b/core/checker.js @@ -404,7 +404,7 @@ exports.checker = async () => { checkType(config.languagefile,"string","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") } diff --git a/language/portuguese.json b/language/portuguese.json index 015cb02..8a696ff 100644 --- a/language/portuguese.json +++ b/language/portuguese.json @@ -48,7 +48,7 @@ "close":"Fechar Ticket", "delete":"Excluir Ticket", "reopen":"Reabrir Ticket", - "closeWithReason":"close with reason" + "closeWithReason":"fechado com motivo" }, "messages":{ "reopenTitle":"Reabriu este ticket!", @@ -69,12 +69,13 @@ "chooseCategory":"Escolha a categoria:", "gettingdeleted":"Ticket está sendo deletado...", - "none":"none", - "reason":"Motivo", + "none":"vazio", + "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" }, "transcripts":{ @@ -84,4 +85,4 @@ "estimated":"Tempo estimado", "available":"A Transcrição está disponível aqui" } -} \ No newline at end of file +}