Files
ReZygisk/webroot/lang/zh_CN.json
Alice w/🌧️ 4de1b443cf add: ReZygisk WebUI (#73)
This commit adds the ReZygisk WebUI to ReZygisk.

Signed-off-by: Emulond Argent <108662981+Emulond@users.noreply.github.com>
Signed-off-by: WinCS <94188592+Meltartica@users.noreply.github.com>
Signed-off-by: Pedro.js <pedroolimpioguerra@gmail.com>
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
Signed-off-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com>
Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com>
Signed-off-by: Igor <sorocean.igor@gmail.com>
Signed-off-by: unexpected unresolved <xeondev@xeondex.onmicrosoft.com>
Signed-off-by: Kirill Kuznetsov <kdevlab@yandex.ru>
Signed-off-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com>
Signed-off-by: Kitty <73357005+Kittyskj@users.noreply.github.com>
Signed-off-by: GhostFRR <ghost.game.fr@gmail.com>
Signed-off-by: Alice w/🌧️ <rainyxeon@gmail.com>
Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com>
Signed-off-by: thasave14 <93542339+thasave14@users.noreply.github.com>
Co-authored-by: ThePedroo <pedroolimpioguerra@gmail.com>
Co-authored-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com>
Co-authored-by: Emulond Argent <108662981+Emulond@users.noreply.github.com>
Co-authored-by: RainyXeon <xeondev@xeondex.onmicrosoft.com>
Co-authored-by: Fyphen <fyphensub@gmail.com>
Co-authored-by: WinCS <94188592+Meltartica@users.noreply.github.com>
Co-authored-by: CaptainThrowback <captainthrowback@hotmail.com>
Co-authored-by: Kirill Kuznetsov <kdevlab@yandex.ru>
Co-authored-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
Co-authored-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com>
Co-authored-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com>
Co-authored-by: Igor <sorocean.igor@gmail.com>
Co-authored-by: Berlian Panca <53902591+bpanca05@users.noreply.github.com>
Co-authored-by: Willow Hayley Lovelace <65596971+dyingwillow@users.noreply.github.com>
Co-authored-by: witch <witch@dyingwillow.dev>
Co-authored-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com>
Co-authored-by: Kitty <73357005+Kittyskj@users.noreply.github.com>
Co-authored-by: GhostFRR <ghost.game.fr@gmail.com>
Co-authored-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com>
Co-authored-by: thasave14 <93542339+thasave14@users.noreply.github.com>
Co-authored-by: Flopster101 <nahuelgomez329@gmail.com>
Co-authored-by: Lxchoooo <155797099+Lxchoooo@users.noreply.github.com>
2025-05-18 13:14:42 -03:00

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界面开源许可"
}
}
}
}