manager: continue to improve the UI

- Expose anykernel3 flashing as long as there is root.
- Opt some styles
This commit is contained in:
ShirkNeko
2025-05-04 14:19:29 +08:00
parent cb90630f27
commit d06f22dcd0
16 changed files with 893 additions and 436 deletions

View File

@@ -299,7 +299,7 @@
<string name="flash_failed_message">フラッシュに失敗しました</string>
<!-- lkm/gki install -->
<string name="Lkm_install_methods">LKM の修復またはインストール</string>
<string name="GKI_install_methods">GKI のインストール</string>
<string name="GKI_install_methods">GKI/non-GKI のインストール</string>
<string name="kernel_version_log">カーネルのバージョン: %1$s</string>
<string name="tool_version_log">パッチ適用ツールの使用: %1$s</string>
<string name="configuration">設定</string>
@@ -324,4 +324,5 @@
<string name="susfs_disabled">SuSFS 無効</string>
<string name="background_set_success">背景の設定が成功しました</string>
<string name="background_removed">カスタム背景を削除しました</string>
<string name="root_require_for_install">root 権限が必要</string>
</resources>

View File

@@ -222,8 +222,8 @@
<string name="yes"></string>
<string name="no"></string>
<string name="failed_reboot">重启失败</string>
<string name="batch_authorization">批量授权</string>
<string name="batch_cancel_authorization">批量取消授权</string>
<string name="batch_authorization">授权</string>
<string name="batch_cancel_authorization">撤销</string>
<string name="color_yellow">黄色</string>
<string name="kpm">内核模块</string>
<string name="kpm_title">内核模块</string>
@@ -295,7 +295,7 @@
<string name="flash_failed_message">刷写失败</string>
<!-- lkm/gki install -->
<string name="Lkm_install_methods">LKM修补/安装</string>
<string name="GKI_install_methods">GKI安装</string>
<string name="GKI_install_methods">GKI/non-GKI安装</string>
<string name="kernel_version_log">内核版本:%1$s</string>
<string name="tool_version_log">使用修补工具:%1$s</string>
<string name="configuration">配置</string>
@@ -320,4 +320,5 @@
<string name="susfs_disabled">SuSFS 已禁用</string>
<string name="background_set_success">背景设置成功</string>
<string name="background_removed">已移除自定义背景</string>
<string name="root_require_for_install">需要 root 权限</string>
</resources>

View File

@@ -222,8 +222,8 @@
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="failed_reboot">Reboot Failed</string>
<string name="batch_authorization">Bulk license</string>
<string name="batch_cancel_authorization">Batch cancel authorization</string>
<string name="batch_authorization">authorizations</string>
<string name="batch_cancel_authorization">withdraw</string>
<string name="backup">Backup</string>
<string name="color_yellow">Yellow</string>
<string name="kpm">Kernel Module</string>
@@ -299,7 +299,7 @@
<string name="flash_failed_message">Flash failed</string>
<!-- lkm/gki install -->
<string name="Lkm_install_methods">LKM repair/installation</string>
<string name="GKI_install_methods">GKI installation</string>
<string name="GKI_install_methods">GKI/non-GKI installation</string>
<string name="kernel_version_log">Kernel version%1$s</string>
<string name="tool_version_log">Using the patching tool%1$s</string>
<string name="configuration">Configure</string>
@@ -324,4 +324,5 @@
<string name="susfs_disabled">SuSFS disabled</string>
<string name="background_set_success">Background set successfully</string>
<string name="background_removed">Removed custom backgrounds</string>
<string name="root_require_for_install">Requires root privileges</string>
</resources>