manager: ui state for safemode

This commit is contained in:
tiann
2023-02-13 22:41:32 +08:00
parent 42428345ff
commit 55602f1f16
12 changed files with 59 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">KernelSU</string>
<string name="safe_mode_disable_module">セーフモード、すべてのモッドが無効になっています!</string>
<string name="app_name" translatable="false">KernelSU</string>
<string name="home">ホーム</string>
<string name="home_not_installed">未インストール</string>
<string name="home_click_to_install">タップでインストール</string>

View File

@@ -52,5 +52,6 @@
<string name="show_system_apps">Показать системные приложения</string>
<string name="hide_system_apps">Скрыть системные приложения</string>
<string name="send_log">Отправить лог</string>
<string name="safe_mode_disable_module">Безопасный режим, все моды отключены!</string>
</resources>

View File

@@ -48,4 +48,5 @@
<string name="refresh">Làm mới</string>
<string name="show_system_apps">Hiển thị ứng dụng hệ thống</string>
<string name="hide_system_apps">Ẩn ứng dụng hệ thống</string>
<string name="safe_mode_disable_module">Chế độ an toàn, tất cả các mod đều bị tắt!</string>
</resources>

View File

@@ -50,4 +50,5 @@
<string name="show_system_apps">显示系统应用</string>
<string name="hide_system_apps">隐藏系统应用</string>
<string name="send_log">发送日志</string>
<string name="safe_mode_disable_module">安全模式,所有模块已被禁用!</string>
</resources>

View File

@@ -46,4 +46,5 @@
<string name="module_version">版本</string>
<string name="module_author">作者</string>
<string name="module_overlay_fs_not_available">內核不支持 overlayfs模塊功能無法運作</string>
<string name="safe_mode_disable_module">安全模式,所有模塊已被禁用!</string>
</resources>

View File

@@ -49,4 +49,5 @@
<string name="refresh">重新整理</string>
<string name="show_system_apps">顯示系統應用程式</string>
<string name="hide_system_apps">隱藏系統應用程式</string>
<string name="safe_mode_disable_module">安全模式,所有模塊已被禁用!</string>
</resources>

View File

@@ -54,5 +54,6 @@
<string name="show_system_apps">Show system apps</string>
<string name="hide_system_apps">Hide system apps</string>
<string name="send_log">Send Log</string>
<string name="safe_mode_disable_module">Safe mode, all module are disabled</string>
</resources>