-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (30 of 30 strings) Translation: Dhizuku/app Translate-URL: https://hosted.weblate.org/projects/dhizuku/app/en/
- Loading branch information
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name" translatable="false">Dhizuku</string> | ||
|
||
<!-- Commonly used characters --> | ||
<string name="copy">Copy</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="retry">Retry</string> | ||
|
||
<!-- Home - Status --> | ||
<string name="home_status_owner_granted">You are Owner!!!</string> | ||
<string name="home_status_owner_denied">Waiting fot activation</string> | ||
|
||
<string name="home_status_owner_denied">Waiting for activation</string> | ||
<!-- Home - Application Management --> | ||
<string name="home_app_management_title">Application Management</string> | ||
<string name="home_app_management_dsp">Apps that has requested or declared Dhizuku will show here.</string> | ||
|
||
<!-- Home - Dhizuku --> | ||
<string name="home_dhizuku_title">Activation by Dhizuku</string> | ||
<string name="home_dhizuku_dsp">If you have other Dhizuku implementations installed, you can switch between them at will. Please <a href="%1$s">read the help</a>.</string> | ||
|
||
<string name="home_dhizuku_dsp">If you have other Dhizuku implementations installed, you can switch between them at will. Please <a href="%1$s">read the help</a>.</string> | ||
<!-- Home - Shizuku --> | ||
<string name="home_shizuku_title">Activation by Shizuku</string> | ||
<string name="home_shizuku_dsp">With Shizuku, you have the ability to run ADB commands without the need for a computer. Please <a href="%1$s">read the help</a>.</string> | ||
|
||
<string name="home_shizuku_dsp">With Shizuku, you have the ability to run ADB commands without the need for a computer. Please <a href="%1$s">read the help</a>.</string> | ||
<!-- Home - Adb --> | ||
<string name="home_adb_title">Activation by ADB</string> | ||
<string name="home_adb_dsp">Through the ADB (Android Debug Bridge) connection, you can execute some privileged commands. Please <a href="%1$s">read the help</a>.</string> | ||
<string name="home_adb_dsp">Through the ADB (Android Debug Bridge) connection, you can execute some privileged commands. Please <a href="%1$s">read the help</a>.</string> | ||
<string name="home_adb_btn_view_command">View command</string> | ||
|
||
<!-- Home - Shutdown --> | ||
<string name="home_shutdown_title">Shutdown</string> | ||
<string name="home_shutdown_dsp">The system will not be able to shut down Dhizuku unless Dhizuku does so voluntarily.</string> | ||
|
||
<!-- Home - Deactivate--> | ||
<string name="home_deactivate_title">Deactivate</string> | ||
<string name="home_deactivate_dsp">Are you sure you want to deactivate?</string> | ||
|
||
<string name="confirm">OK</string> | ||
<string name="finish">Finish</string> | ||
|
||
<string name="donate">Donate</string> | ||
<string name="alipay">Alipay</string> | ||
<string name="wechat">Wechat</string> | ||
<string name="binance">Binance</string> | ||
|
||
<string name="request_permission_text"><![CDATA[Agree to the Dhizuku permission request of <b>%1$s</b>\?]]></string> | ||
<string name="agree">Grant</string> | ||
<string name="refuse">Deny</string> | ||
|
||
<string name="service_channel_name">Background service</string> | ||
<string name="service_running">Dhizuku is running</string> | ||
</resources> |