You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
e00a09c5b9
* manager: Add Simplified Chinese support * manager: Add Simplified Chinese support * manager: Add Traditional Chinese * manager: Do not translate the app name * manager: Organize spaces
45 lines
2.2 KiB
XML
45 lines
2.2 KiB
XML
<resources>
|
|
<string name="app_name" translatable="false">KernelSU</string>
|
|
|
|
<string name="home">Home</string>
|
|
<string name="home_not_installed">Not installed</string>
|
|
<string name="home_click_to_install">Click to install</string>
|
|
<string name="home_working">Working</string>
|
|
<string name="home_working_version">Version: %d</string>
|
|
<string name="home_unsupported">Unsupported</string>
|
|
<string name="home_unsupported_reason">KernelSU only supports GKI kernels now</string>
|
|
<string name="home_copied_to_clipboard">Copied to clipboard</string>
|
|
<string name="home_support">Support</string>
|
|
|
|
<string name="home_kernel">Kernel</string>
|
|
<string name="home_arch">Arch</string>
|
|
<string name="home_version">Version</string>
|
|
<string name="home_api">API Level</string>
|
|
<string name="home_abi">ABI</string>
|
|
<string name="home_fingerprint">Fingerprint</string>
|
|
<string name="home_securitypatch">Security Patch</string>
|
|
|
|
<string name="superuser">Superuser</string>
|
|
<string name="superuser_failed_to_grant_root">Failed to grant root for %d</string>
|
|
<string name="module_failed_to_enable">Failed to enable module: %s</string>
|
|
<string name="module_failed_to_disable">Failed to disable module: %s</string>
|
|
<string name="module_empty">No module installed</string>
|
|
|
|
<string name="module">Module</string>
|
|
<string name="uninstall">Uninstall</string>
|
|
<string name="module_install">Install</string>
|
|
<string name="install">Install</string>
|
|
<string name="reboot">Reboot</string>
|
|
<string name="settings">Settings</string>
|
|
<string name="reboot_userspace">Soft reboot</string>
|
|
<string name="reboot_recovery">Reboot to recovery</string>
|
|
<string name="reboot_bootloader">Reboot to Bootloader</string>
|
|
<string name="reboot_download">Reboot to Download</string>
|
|
<string name="reboot_edl">Reboot to EDL</string>
|
|
<string name="settings_system_rw">Make system writable</string>
|
|
<string name="settings_system_rw_summary">Use overlayfs to make system partition writable, reboot to take effect.</string>
|
|
<string name="about">About</string>
|
|
<string name="require_kernel_version_8">Require KernelSU version 8+</string>
|
|
|
|
</resources>
|