diff --git a/manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/AppProfileConfig.kt b/manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/AppProfileConfig.kt
index d55ef756..065ff6d0 100644
--- a/manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/AppProfileConfig.kt
+++ b/manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/AppProfileConfig.kt
@@ -33,7 +33,8 @@ fun AppProfileConfig(
}
SwitchItem(
- title = stringResource(R.string.profile_hide_modules),
+ title = stringResource(R.string.profile_umount_modules),
+ summary = stringResource(R.string.profile_umount_modules_summary),
checked = if (enabled) {
profile.umountModules
} else {
diff --git a/manager/app/src/main/res/values-fa/strings.xml b/manager/app/src/main/res/values-fa/strings.xml
index cf6e1c33..e52823a4 100644
--- a/manager/app/src/main/res/values-fa/strings.xml
+++ b/manager/app/src/main/res/values-fa/strings.xml
@@ -63,5 +63,5 @@
اثر گرفته
گلوبال
تکی
-جداکردن ماژول ها
+جداکردن ماژول ها
diff --git a/manager/app/src/main/res/values-in/strings.xml b/manager/app/src/main/res/values-in/strings.xml
index 94724d9c..0fc5d733 100644
--- a/manager/app/src/main/res/values-in/strings.xml
+++ b/manager/app/src/main/res/values-in/strings.xml
@@ -65,5 +65,5 @@
Diwariskan
Universal
Personal
- Lepas modul
+ Lepas modul
diff --git a/manager/app/src/main/res/values-ja/strings.xml b/manager/app/src/main/res/values-ja/strings.xml
index 76f17c53..a5ae171d 100644
--- a/manager/app/src/main/res/values-ja/strings.xml
+++ b/manager/app/src/main/res/values-ja/strings.xml
@@ -64,5 +64,5 @@
継承
グローバル
分離
- モジュールのアンマウント
+ モジュールのアンマウント
diff --git a/manager/app/src/main/res/values-nl/strings.xml b/manager/app/src/main/res/values-nl/strings.xml
index ad9bd592..c391065e 100644
--- a/manager/app/src/main/res/values-nl/strings.xml
+++ b/manager/app/src/main/res/values-nl/strings.xml
@@ -65,5 +65,5 @@
Overgenomen
Globaal
Individuëel
- Ontkoppel modules
+ Ontkoppel modules
diff --git a/manager/app/src/main/res/values-tr/strings.xml b/manager/app/src/main/res/values-tr/strings.xml
index 51c5a1fb..8f6b5dea 100644
--- a/manager/app/src/main/res/values-tr/strings.xml
+++ b/manager/app/src/main/res/values-tr/strings.xml
@@ -63,5 +63,5 @@
Kalıtsal
Küresel
Bireysel
- Modüllerin bağlantısını kes
+ Modüllerin bağlantısını kes
diff --git a/manager/app/src/main/res/values-uk/strings.xml b/manager/app/src/main/res/values-uk/strings.xml
index 9b5e0ffc..bcbdc09f 100644
--- a/manager/app/src/main/res/values-uk/strings.xml
+++ b/manager/app/src/main/res/values-uk/strings.xml
@@ -65,7 +65,7 @@
Наслідуваний
Глобальний
Індивідуальний
- Демонтувати модулі
+ Демонтувати модулі
Не вдалося оновити профіль додатка для %s
Поточна версія ядра %d занизька для належної роботи менджера. Будь ласка, оновіть до версії %d або вище!
diff --git a/manager/app/src/main/res/values-zh-rCN/strings.xml b/manager/app/src/main/res/values-zh-rCN/strings.xml
index 8175ebe0..8cf8836e 100644
--- a/manager/app/src/main/res/values-zh-rCN/strings.xml
+++ b/manager/app/src/main/res/values-zh-rCN/strings.xml
@@ -52,8 +52,10 @@
支持开发
KernelSU 将保持免费和开源,向开发者捐赠以表示支持。
加入我们的 %2$s 频道
加入我们的 QQ 频道]]>
- 隐藏模块
+ 卸载模块
+ 为 %s 更新 App Profile 失败
当前内核版本 %d 过低,管理器无法正常工作,请升级内核版本至 %d 或以上!
- 默认隐藏模块
- App Profile 中\"隐藏模块\"的全局默认值,如果启用,将会为没有设置 Profile 的应用移除所有模块针对系统的修改
+ 默认卸载模块
+ App Profile 中\"卸载模块\"的全局默认值,如果启用,将会为没有设置 Profile 的应用移除所有模块针对系统的修改
+ 启用后将允许 KernelSU 为本应用还原被模块修改过的文件
diff --git a/manager/app/src/main/res/values/strings.xml b/manager/app/src/main/res/values/strings.xml
index 2a729e55..0aa31758 100644
--- a/manager/app/src/main/res/values/strings.xml
+++ b/manager/app/src/main/res/values/strings.xml
@@ -65,9 +65,10 @@
Inherited
Global
Individual
- Hide modules
- Failed to update app profile for %s
+ Umoun modules
+ Failed to update App Profile for %s
The current kernel version %d is too low for the manager to function properly. Please upgrade to version %d or higher!
- Hide modules by default
- The global default value for "Hide modules" in App Profiles. If enabled, it will remove all module modifications to the system for applications that do not have a Profile set.
+ Umount modules by default
+ The global default value for \"Umount modules\" in App Profiles. If enabled, it will remove all module modifications to the system for applications that do not have a Profile set.
+ Enabling this option will allow KernelSU to restore any modified files by the modules for this application.