Files
KernelSU-Next/manager/app/src/main/res/values-zh-rTW/strings.xml

53 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="home">首頁</string>
<string name="home_not_installed">未安裝</string>
<string name="home_click_to_install">點擊安裝</string>
<string name="home_working">工作中</string>
<string name="home_working_version">版本: %d</string>
<string name="home_unsupported">不支援</string>
<string name="home_unsupported_reason">KernelSU 現在只支援 GKI 內核</string>
<string name="home_copied_to_clipboard">已複製到剪貼簿</string>
<string name="home_support">支援</string>
<string name="home_kernel">內核版本</string>
<string name="home_arch">設備架構</string>
<string name="home_manager_version">管理器版本</string>
<string name="home_api">API 版本</string>
<string name="home_abi">ABI 支援</string>
<string name="home_fingerprint">系統指紋</string>
<string name="home_securitypatch">安全性更新</string>
<string name="home_selinux_status">SELinux 狀態</string>
<string name="selinux_status_disabled">被停用</string>
<string name="selinux_status_enforcing">強制執行</string>
<string name="selinux_status_permissive">寬容模式</string>
<string name="selinux_status_unknown">未知</string>
<string name="superuser">超級用戶</string>
<string name="superuser_failed_to_grant_root">無法為 %d 授權 Root</string>
<string name="module_failed_to_enable">無法啟用模組: %s</string>
<string name="module_failed_to_disable">無法禁用模組: %s</string>
<string name="module_empty">沒有安裝模組</string>
<string name="module">模組</string>
<string name="uninstall">解除安裝</string>
<string name="module_install">安裝</string>
<string name="install">安裝</string>
<string name="reboot">重新開機</string>
<string name="settings">設定</string>
<string name="reboot_userspace">重新啟動</string>
<string name="reboot_recovery">重新啟動到 Recovery</string>
<string name="reboot_bootloader">重新啟動到 BootLoader</string>
<string name="reboot_download">重新啟用到 Download</string>
<string name="reboot_edl">重新啟用到 EDL</string>
<string name="about">關於</string>
<string name="require_kernel_version_8">需要 KernelSU 版本 8+</string>
<string name="module_uninstall_success">%s 已解除安裝</string>
<string name="module_uninstall_failed">解除安裝失敗: %s</string>
<string name="module_version">版本</string>
<string name="module_author">作者</string>
<string name="module_overlay_fs_not_available">內核不支持 overlayfs模組功能不能運作</string>
<string name="refresh">重新整理</string>
<string name="show_system_apps">顯示系統應用程式</string>
<string name="hide_system_apps">隱藏系統應用程式</string>
<string name="safe_mode">安全模式</string>
<string name="reboot_to_apply">重啟生效</string>
</resources>