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.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"langName": "English (United States)",
|
|
"global": {
|
|
"unknown": "Unknown"
|
|
},
|
|
"smallPage": {
|
|
"language": {
|
|
"header": "Choose your new language"
|
|
},
|
|
"theme": {
|
|
"header": "Choose your new theme",
|
|
"dark": "Dark",
|
|
"light": "Light",
|
|
"system": "System Based"
|
|
},
|
|
"errorh": {
|
|
"buttons": {
|
|
"copy": "COPY",
|
|
"clear": "CLEAR ALL LOGS"
|
|
},
|
|
"header": "Error History",
|
|
"placeholder": "No error log recorded here!"
|
|
}
|
|
},
|
|
"page": {
|
|
"home": {
|
|
"header": "Home",
|
|
"status": {
|
|
"notWorking": "Not Working",
|
|
"ok": "Working",
|
|
"partially": "Partially Working"
|
|
},
|
|
"info": {
|
|
"version": "Version",
|
|
"root": "Root Implementation",
|
|
"zygote": {
|
|
"injected": "Injected",
|
|
"notInjected": "Not Injected",
|
|
"unknown": "Unknown"
|
|
}
|
|
}
|
|
},
|
|
"modules": {
|
|
"header": "Modules",
|
|
"notAvaliable": "No modules using Zygisk here.",
|
|
"arch": "Architecture: "
|
|
},
|
|
"actions": {
|
|
"header": "Action",
|
|
"monitorButton": {
|
|
"start": "Start",
|
|
"stop": "Stop",
|
|
"pause": "Pause"
|
|
},
|
|
"monitor": "Monitor",
|
|
"status": {
|
|
"tracing": "Tracing",
|
|
"stopping": "Stopping",
|
|
"stopped": "Stopped",
|
|
"exiting": "Exiting",
|
|
"unknown": "Unknown"
|
|
}
|
|
},
|
|
"settings": {
|
|
"header": "Settings",
|
|
"font": {
|
|
"header": "Enable system font",
|
|
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont"
|
|
},
|
|
"theme": {
|
|
"header": "System theme",
|
|
"description": "Choose your system theme for current WebUI"
|
|
},
|
|
"language": {
|
|
"header": "Change language",
|
|
"description": "Change to your new language"
|
|
},
|
|
"logs": {
|
|
"header": "Error History",
|
|
"description": "View all of your error log"
|
|
},
|
|
"credits": {
|
|
"module": "Module Developer",
|
|
"original": "Original Module Developer",
|
|
"web": "WebUI Developer"
|
|
},
|
|
"license": {
|
|
"module": "Module License",
|
|
"web": "WebUI License"
|
|
}
|
|
}
|
|
}
|
|
}
|