From 46fcf97be31fd6362a5c0c096ce9c2f6a388b97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E5=87=9BMiRin?= <148533509+MiRinChan@users.noreply.github.com> Date: Sun, 20 Jul 2025 15:26:03 +0800 Subject: [PATCH] readme: add chinese translation (#290) --- docs/zh/README.md | 4 ++-- docs/zh/guide/how-to-integrate.md | 2 +- docs/zh/guide/installation.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh/README.md b/docs/zh/README.md index 3deacf98..c89cb1c4 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -26,7 +26,7 @@ - 旧内核也是兼容的(最低 4.14+),不过需要自己编译内核。 -- With more backports, KernelSU can supports 3.x kernel (3.4-3.18). +- 通过更多的反向移植,KernelSU 可以支持 3.x 内核(3.4-3.18)。 - 目前支持架构 : `arm64-v8a`、`armeabi-v7a (bare)`、`X86_64`。 @@ -57,7 +57,7 @@ > 2. Non-GKI 设备需要 `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=y` > 3. 对于低于 `4.19` 的内核,需要从 `4.19` 的 `set_memory.h` 进行反向移植。 -## Troubleshooting +## 故障排除 1. 卸载管理器后系统卡住? 卸载 _com.sony.playmemories.mobile_ diff --git a/docs/zh/guide/how-to-integrate.md b/docs/zh/guide/how-to-integrate.md index a95ac9e0..34d6b42f 100644 --- a/docs/zh/guide/how-to-integrate.md +++ b/docs/zh/guide/how-to-integrate.md @@ -1,4 +1,4 @@ -# 集成 +# 集成指导 SukiSU 可以集成到 GKI 和 non-GKI 内核中,并且已反向移植到 4.14 版本。 diff --git a/docs/zh/guide/installation.md b/docs/zh/guide/installation.md index 5cb17dc7..4de4bb60 100644 --- a/docs/zh/guide/installation.md +++ b/docs/zh/guide/installation.md @@ -1,4 +1,4 @@ -# Installation +# 安装指导 您可以前往 [KernelSU 文档 - 安装](https://kernelsu.org/guide/installation.html) 获取有关如何安装的参考,这里只是额外的说明。