You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
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.
42 lines
1.1 KiB
JavaScript
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'
|
|
}
|
|
} |