Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<resources>
<string name="app_name">DoNotTryAccessibility</string>
<string name="xposed_desc">Hook系统框架阻止应用读取无障碍</string>
<string name="about_module">This module is made by YukiHookAPI. \nLearn more https://github.com/HighCapable/YuKiHookAPI</string>
<string name="about_module">This module is built with YukiHookAPI. \nLearn more at: https://github.com/HighCapable/YuKiHookAPI</string>
<string name="system_version">System version: %1$s</string>
<string name="module_version">Module version: %1$s</string>
<string name="module_not_activated">Module not activated</string>
<string name="module_not_fully_activated">Module not fully activated</string>
<string name="module_is_activated">Module is activated</string>
<string name="display_settings">Display settings</string>
<string name="hide_app_icon_on_launcher">Hide app icons on launcher</string>
<string name="hide_app_icon_on_launcher_tip">After hiding the app icon, the interface may be closed and will no longer be displayed on the launcher. You can find and open the module settings in LSPosed.</string>
<string name="hide_app_icon_on_launcher_notice">Note: Be sure to turn off the \"Force apps to show launcher icons\" feature in LSPosed</string>
<string name="apps_settings">Apps Settings</string>
<string name="mgr_apps_config">Management Apps Config</string>
<string name="apps_config_tip">Disable apps read accessibility</string>
<string name="display_settings">Display Settings</string>
<string name="hide_app_icon_on_launcher">Hide app icon from launcher</string>
<string name="hide_app_icon_on_launcher_tip">Once hidden, the app will close and its icon will no longer appear in the launcher. You can access the module settings through LSPosed.</string>
<string name="hide_app_icon_on_launcher_notice">Note: Be sure to turn off the \"Force apps to show launcher icons\" feature in LSPosed.</string>
<string name="apps_settings">App Settings</string>
<string name="mgr_apps_config">Manage App Configs</string>
<string name="apps_config_tip">Prevent selected apps from reading accessibility status</string>
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="more">More</string>
<string name="notice">Notice</string>
<string name="loading">Loading</string>
<string name="filter_by_condition">Filter by Condition</string>
<string name="no_list_result">No result to display</string>
<string name="no_list_result">No results to display</string>
<string name="back">Back</string>
<string name="app_name_or_pkg_name">apps name or package name</string>
<string name="app_name_or_pkg_name">App name or package name</string>
<string name="user_apps">User apps</string>
<string name="system_apps">System apps</string>
<string name="all_apps">All apps</string>
Expand All @@ -31,8 +31,8 @@
<string name="accessibility_check">Accessibility Check</string>
<string name="export_config">Export Config</string>
<string name="import_config">Import Config</string>
<string name="export_success">Import successful</string>
<string name="export_failed">Failed to export</string>
<string name="export_success">Export successful</string>
<string name="export_failed">Export failed</string>
<string name="import_success">Import successful</string>
<string name="import_failed">Import failed</string>
</resources>
</resources>