diff --git a/webroot/js/lang/en_US.js b/webroot/js/lang/en_US.js index b6499e8..b5d3447 100644 --- a/webroot/js/lang/en_US.js +++ b/webroot/js/lang/en_US.js @@ -25,5 +25,12 @@ export const en_US = { stop: 'Stop', exit: 'Exit' } - } + }, + cmdErrors: { + ptrace64: 'Error while executing zygisk-ptrace64', + ptrace32: 'Error while executing zygisk-ptrace32', + ls: 'Error while listing files in zygisk folder of module', + cat: 'Error while reading module.prop from module', + find: 'Error while finding zygisk modules' + }, } \ No newline at end of file diff --git a/webroot/js/lang/index.js b/webroot/js/lang/index.js index ec8a9d8..45436bc 100644 --- a/webroot/js/lang/index.js +++ b/webroot/js/lang/index.js @@ -4,5 +4,6 @@ import { pt_BR } from './pt_BR.js' export const lang = { vi_VN, - en_US + en_US, + pt_BR } \ No newline at end of file diff --git a/webroot/js/lang/pt_BR.js b/webroot/js/lang/pt_BR.js index 210816e..f2c7903 100644 --- a/webroot/js/lang/pt_BR.js +++ b/webroot/js/lang/pt_BR.js @@ -25,5 +25,12 @@ export const pt_BR = { stop: 'Parar', exit: 'Sair' } - } + }, + cmdErrors: { + ptrace64: 'Erro ao executar zygisk-ptrace64', + ptrace32: 'Erro ao executar zygisk-ptrace32', + ls: 'Erro ao listar arquivos na pasta zygisk do módulo', + cat: 'Erro ao ler module.prop do módulo', + find: 'Erro ao encontrar módulos que usam o zygisk' + }, } \ No newline at end of file