Files
ReZygisk/webroot/lang/en_US.json
ThePedroo d8c0310053 improve: use module name, not module id; add: show Android/Kernel version in WebUI
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.
2025-04-23 02:27:10 -03:00

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"
}
}
}
}