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 d5b09727..d55ef756 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,7 @@ fun AppProfileConfig(
}
SwitchItem(
- title = stringResource(R.string.profile_unmount_modules),
+ title = stringResource(R.string.profile_hide_modules),
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 f5b52204..fb8ddb21 100644
--- a/manager/app/src/main/res/values-fa/strings.xml
+++ b/manager/app/src/main/res/values-fa/strings.xml
@@ -72,6 +72,6 @@
اثر گرفته
گلوبال
تکی
-جداکردن ماژول ها
+جداکردن ماژول ها
اجازه درخواست روت
diff --git a/manager/app/src/main/res/values-in/strings.xml b/manager/app/src/main/res/values-in/strings.xml
index d230fdca..47cf62e9 100644
--- a/manager/app/src/main/res/values-in/strings.xml
+++ b/manager/app/src/main/res/values-in/strings.xml
@@ -74,6 +74,6 @@
Diwariskan
Universal
Personal
- Lepas modul
+ Lepas modul
Izinkan permintaan root
diff --git a/manager/app/src/main/res/values-ja/strings.xml b/manager/app/src/main/res/values-ja/strings.xml
index b5e236f1..a0361fc7 100644
--- a/manager/app/src/main/res/values-ja/strings.xml
+++ b/manager/app/src/main/res/values-ja/strings.xml
@@ -73,6 +73,6 @@
継承
グローバル
分離
- モジュールのアンマウント
+ モジュールのアンマウント
root 権限要求を許可
diff --git a/manager/app/src/main/res/values-nl/strings.xml b/manager/app/src/main/res/values-nl/strings.xml
index f3cc14d1..5fb13f85 100644
--- a/manager/app/src/main/res/values-nl/strings.xml
+++ b/manager/app/src/main/res/values-nl/strings.xml
@@ -74,6 +74,6 @@
Overgenomen
Globaal
Individuëel
- Ontkoppel modules
+ Ontkoppel modules
Root verzoek toestaan
diff --git a/manager/app/src/main/res/values-tr/strings.xml b/manager/app/src/main/res/values-tr/strings.xml
index 925b60af..b906bcbd 100644
--- a/manager/app/src/main/res/values-tr/strings.xml
+++ b/manager/app/src/main/res/values-tr/strings.xml
@@ -72,6 +72,6 @@
Kalıtsal
Küresel
Bireysel
- Modüllerin bağlantısını kes
+ Modüllerin bağlantısını kes
Root isteğine izin ver
diff --git a/manager/app/src/main/res/values-uk/strings.xml b/manager/app/src/main/res/values-uk/strings.xml
index 860d928c..1f4ba930 100644
--- a/manager/app/src/main/res/values-uk/strings.xml
+++ b/manager/app/src/main/res/values-uk/strings.xml
@@ -74,7 +74,7 @@
Наслідуваний
Глобальний
Індивідуальний
- Демонтувати модулі
+ Демонтувати модулі
Дозволити запит на root
Не вдалося оновити профіль root для %s
Не вдалося оновити профіль додатка для %s
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 db885b8a..fcc139cd 100644
--- a/manager/app/src/main/res/values-zh-rCN/strings.xml
+++ b/manager/app/src/main/res/values-zh-rCN/strings.xml
@@ -61,10 +61,10 @@
支持开发
KernelSU 将保持免费和开源,向开发者捐赠以表示支持。
加入我们的 %2$s 频道
加入我们的 QQ 频道]]>
- 卸载模块
+ 隐藏模块
当前内核版本 %d 过低,管理器无法正常工作,请升级内核版本至 %d 或以上!
- 默认卸载模块
- App Profile 中卸载模块的全局默认值,如果启用,将会为没有设置 Profile 的应用移除所有模块针对系统的修改
+ 默认隐藏模块
+ App Profile 中\"隐藏模块\"的全局默认值,如果启用,将会为没有设置 Profile 的应用移除所有模块针对系统的修改
应用
全局
白名单
diff --git a/manager/app/src/main/res/values/strings.xml b/manager/app/src/main/res/values/strings.xml
index a9965745..ec96a9e4 100644
--- a/manager/app/src/main/res/values/strings.xml
+++ b/manager/app/src/main/res/values/strings.xml
@@ -74,11 +74,11 @@
Inherited
Global
Individual
- Unmount modules
+ Hide modules
Allow root request
Failed to update root profile for %s
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!
- Umount modules by default
- The global default value for uninstalling modules in App Profiles. If enabled, it will remove all module modifications to the system for applications that do not have a Profile set.
+ 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.