You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
{
|
|
"langName": "简体中文 (中国)",
|
|
"global": {
|
|
"unknown": "未知"
|
|
},
|
|
"smallPage": {
|
|
"language": {
|
|
"header": "选择语言"
|
|
},
|
|
"theme": {
|
|
"header": "选择主题风格",
|
|
"dark": "暗色",
|
|
"light": "浅色",
|
|
"system": "跟随系统"
|
|
},
|
|
"errorh": {
|
|
"buttons": {
|
|
"copy": "复制",
|
|
"clear": "清空日志"
|
|
},
|
|
"header": "错误日志",
|
|
"placeholder": "暂时没有错误日志"
|
|
}
|
|
},
|
|
"page": {
|
|
"home": {
|
|
"header": "主页",
|
|
"status": {
|
|
"notWorking": "未运行",
|
|
"ok": "运行中",
|
|
"partially": "部分运行"
|
|
},
|
|
"info": {
|
|
"version": "版本",
|
|
"root": "Root实现",
|
|
"zygote": {
|
|
"injected": "已注入",
|
|
"notInjected": "未注入",
|
|
"unknown": "未知"
|
|
}
|
|
}
|
|
},
|
|
"modules": {
|
|
"header": "模块",
|
|
"notAvaliable": "目前没有模块使用Zygisk",
|
|
"arch": "架构: "
|
|
},
|
|
"actions": {
|
|
"header": "操作",
|
|
"monitorButton": {
|
|
"start": "启动",
|
|
"stop": "停止",
|
|
"pause": "暂停"
|
|
},
|
|
"monitor": "监视器",
|
|
"status": {
|
|
"tracing": "追踪中",
|
|
"stopping": "正在停止",
|
|
"stopped": "已停止",
|
|
"exiting": "正在退出",
|
|
"unknown": "未知"
|
|
}
|
|
},
|
|
"settings": {
|
|
"header": "设置",
|
|
"font": {
|
|
"header": "启用系统字体",
|
|
"description": "此选项会在Web界面启用系统字体。可能与FlipFont不兼容。"
|
|
},
|
|
"theme": {
|
|
"header": "主题",
|
|
"description": "选择Web界面的主题风格"
|
|
},
|
|
"language": {
|
|
"header": "语言",
|
|
"description": "切换不同的语言"
|
|
},
|
|
"logs": {
|
|
"header": "错误日志",
|
|
"description": "浏览所有错误日志"
|
|
},
|
|
"credits": {
|
|
"module": "模块开发者",
|
|
"original": "源模块开发者",
|
|
"web": "Web界面开发者"
|
|
},
|
|
"license": {
|
|
"module": "模块开源许可",
|
|
"web": "Web界面开源许可"
|
|
}
|
|
}
|
|
}
|
|
}
|