diff --git a/manager/app/src/main/res/values-ar/strings.xml b/manager/app/src/main/res/values-ar/strings.xml index b8731a0e..2715219c 100644 --- a/manager/app/src/main/res/values-ar/strings.xml +++ b/manager/app/src/main/res/values-ar/strings.xml @@ -1,6 +1,4 @@ - KernelSU - الرئيسية غير مثبت إضغط للتثبيت diff --git a/manager/app/src/main/res/values-bn/strings.xml b/manager/app/src/main/res/values-bn/strings.xml index 66c1216b..e1a49f8d 100644 --- a/manager/app/src/main/res/values-bn/strings.xml +++ b/manager/app/src/main/res/values-bn/strings.xml @@ -1,7 +1,5 @@ - কার্নেলএসইউ - হোম ইনস্টল করা হয়নি ইনস্টল করার জন্য ক্লিক করুন diff --git a/manager/app/src/main/res/values-fa/strings.xml b/manager/app/src/main/res/values-fa/strings.xml index e52823a4..6a6cf2a4 100644 --- a/manager/app/src/main/res/values-fa/strings.xml +++ b/manager/app/src/main/res/values-fa/strings.xml @@ -1,5 +1,4 @@ -KernelSU خانه نصب نشده است برای نصب ضربه بزنید diff --git a/manager/app/src/main/res/values-in/strings.xml b/manager/app/src/main/res/values-in/strings.xml index 181bd005..d009d8eb 100644 --- a/manager/app/src/main/res/values-in/strings.xml +++ b/manager/app/src/main/res/values-in/strings.xml @@ -1,6 +1,4 @@ - KernelSU - Beranda Tidak terpasang Klik untuk memasang diff --git a/manager/app/src/main/res/values-nl/strings.xml b/manager/app/src/main/res/values-nl/strings.xml index d6e652ec..2e101501 100644 --- a/manager/app/src/main/res/values-nl/strings.xml +++ b/manager/app/src/main/res/values-nl/strings.xml @@ -1,6 +1,4 @@ - KernelSU - Home Niet geïnstalleerd Klik om te installeren diff --git a/manager/app/src/main/res/values-pt-rBR/strings.xml b/manager/app/src/main/res/values-pt-rBR/strings.xml index b96edcf9..e3f86c52 100644 --- a/manager/app/src/main/res/values-pt-rBR/strings.xml +++ b/manager/app/src/main/res/values-pt-rBR/strings.xml @@ -1,6 +1,4 @@ - KernelSU - Início Não instalado Clique para instalar diff --git a/manager/app/src/main/res/values-ru/strings.xml b/manager/app/src/main/res/values-ru/strings.xml index 1ce22427..ed4e62f7 100644 --- a/manager/app/src/main/res/values-ru/strings.xml +++ b/manager/app/src/main/res/values-ru/strings.xml @@ -1,6 +1,4 @@ - KernelSU - Главная Не установлен Нажмите, чтобы установить diff --git a/manager/app/src/main/res/values-uk/strings.xml b/manager/app/src/main/res/values-uk/strings.xml index 6525ec03..115d9853 100644 --- a/manager/app/src/main/res/values-uk/strings.xml +++ b/manager/app/src/main/res/values-uk/strings.xml @@ -1,6 +1,4 @@ - KernelSU - Головна Не встановлено Натисніть щоб встановити diff --git a/website/docs/guide/app-profile.md b/website/docs/guide/app-profile.md index 2a4aeee8..840ff844 100644 --- a/website/docs/guide/app-profile.md +++ b/website/docs/guide/app-profile.md @@ -110,7 +110,7 @@ KernelSU provides a systemless mechanism for modifying system partitions, achiev Additionally, the settings interface of the KernelSU manager provides a switch for "umount modules by default". By default, this switch is **enabled**, which means that KernelSU or some modules will unload modules for this app unless additional settings are applied. If you do not prefer this setting or if it affects certain apps, you have the following options: -1. Keep the switch for "umount modules by default" and individually disable the "umount modules" option in the App Profile for apps requiring module unloading (acting as a "whitelist"). +1. Keep the switch for "umount modules by default" and individually disable the "umount modules" option in the App Profile for apps requiring module loading (acting as a "whitelist"). 2. Disable the switch for "umount modules by default" and individually enable the "umount modules" option in the App Profile for apps requiring module unloading (acting as a "blacklist"). :::info diff --git a/website/docs/zh_CN/guide/app-profile.md b/website/docs/zh_CN/guide/app-profile.md index d28ac0b2..2a769d4a 100644 --- a/website/docs/zh_CN/guide/app-profile.md +++ b/website/docs/zh_CN/guide/app-profile.md @@ -110,9 +110,9 @@ KernelSU 提供了一种 systemless 的方式来修改系统分区,这是通 另外,KernelSU 管理器的设置界面还提供了一个“默认卸载模块”的开关,这个开关默认情况下是**开启**的,这意味着**如果不对 App 做额外的设置**,默认情况下 KernelSU 或者某些模块会对此 App 执行卸载操作。当然,如果你不喜欢这个设置或者这个设置会影响某些 App,可以有如下选择: -1. 保持“默认卸载模块”的开关,然后针对需要“卸载模块”的 App 进行单独的设置,在 App Profile 中关闭“卸载模块”;(相当于“白名单“)。 +1. 保持“默认卸载模块”的开关,然后针对不需要“卸载模块”的 App 进行单独的设置,在 App Profile 中关闭“卸载模块”;(相当于“白名单“)。 2. 关闭“默认卸载模块”的开关,然后针对需要“卸载模块”的 App 进行单独的设置,在 App Profile 中开启“卸载模块”;(相当于“黑名单“)。 :::info -KernelSU 在 5.10 及以上内核上,内核会执行执行“卸载模块”的操作;但在 5.10 以下的设备上,这个开关仅仅是一个“配置项”,KernelSU 本身不会做任何动作,一些模块(如 Zygisksu 会通过这个模块决定是否需要卸载) +KernelSU 在 5.10 及以上内核上,内核会执行“卸载模块”的操作;但在 5.10 以下的设备上,这个开关仅仅是一个“配置项”,KernelSU 本身不会做任何动作,一些模块(如 Zygisksu 会通过这个模块决定是否需要卸载) :::