Files
ReZygisk/webroot/js/lang/pt_BR.js
ThePedroo 41a15e87b7 fix: infinite loading; add: translate on set
This commit fixes the infinite loading area and adds the feature that it will already change all phrases on set, without the need of restart.
2024-11-12 00:08:41 -03:00

42 lines
1.1 KiB
JavaScript

/* INFO: Translated by @ThePedroo */
export const pt_BR = {
langName: 'Português (Brasil)',
langModal: {
header: 'Escolha sua nova língua'
},
infoCard: {
status: {
unknown: 'ReZygisk está em um estado desconhecido!',
notWorking: 'ReZygisk não está funcionando!',
ok: 'ReZygisk está totalmente funcionando!',
partially: 'ReZygisk está parcialmente funcionando!'
},
version: 'Versão',
root: 'Implementação de root',
zygote: {
injected: 'Injetado',
notInjected: 'Não Injetado',
unknown: 'Desconhecido'
}
},
moduleCard: {
header: 'Módulos',
arch: 'Arquitetura: '
},
settings: {
header: 'Configurações',
daemonButton: {
start: 'Iniciar',
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'
}
}