You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"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: "
|
|
},
|
|
"action": {
|
|
"header": "Ações",
|
|
"daemonButton": {
|
|
"start": "Iniciar",
|
|
"stop": "Parar",
|
|
"exit": "Sair"
|
|
}
|
|
},
|
|
"settings": {
|
|
"header": "Configurações"
|
|
},
|
|
"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"
|
|
},
|
|
"global": {
|
|
"unknown": "Desconhecido"
|
|
},
|
|
"errorHistory": {
|
|
"header": "Error History",
|
|
"placeholder": "No error log recorded here!"
|
|
},
|
|
"switcher": {
|
|
"font": {
|
|
"header": "Enable system font",
|
|
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont"
|
|
}
|
|
}
|
|
} |