LSPosed/app/src/main/res/values/strings.xml

196 lines
13 KiB
XML

<!--
~ This file is part of LSPosed.
~
~ LSPosed is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ LSPosed is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~
~ Copyright (C) 2020 EdXposed Contributors
~ Copyright (C) 2021 LSPosed Contributors
-->
<resources>
<!-- MainActivity -->
<string name="info">Info</string>
<string name="Modules">Modules</string>
<plurals name="modules_enabled_count">
<item quantity="one">%d module enabled</item>
<item quantity="other">%d modules enabled</item>
</plurals>
<string name="Logs">Logs</string>
<string name="Settings">Settings</string>
<string name="About">About</string>
<string name="report_issue">Report issue</string>
<string name="module_repo">Repository</string>
<string name="module_repo_summary">Module repository (Beta)</string>
<string name="about_view_source_code"><![CDATA[View source code at %1$s<br/>Join our %2$s channel]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="install">Install</string>
<string name="install_summary">Tap to install LSPosed</string>
<string name="not_installed">Not installed</string>
<string name="not_install_summary">LSPosed is not Installed</string>
<string name="activated">Activated</string>
<string name="partial_activated">Partially activated</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy is not loaded properly</string>
<string name="selinux_policy_not_loaded"><![CDATA[Modules that hook System Framework will not work.<br/>Please report this to <a href="https://github.com/topjohnwu/Magisk/issues"><b>Magisk</b></a> developer.]]></string>
<string name="system_inject_fail_summary">System Framework injection failed</string>
<string name="system_inject_fail"><![CDATA[This is rare and may be caused by <b>Magisk</b> or some low-quality Magisk modules.<br/>Please try to disable Magisk modules other than Riru and LSPosed or submit full log to developers.]]></string>
<string name="system_prop_incorrect_summary">System prop incorrect</string>
<string name="system_prop_incorrect"><![CDATA[Some necessary system properties deleted or modified.<br/>Modules may invalidate occasionally.]]></string>
<string name="need_update">Need to update</string>
<string name="please_update_summary">Please install the latest version of LSPosed</string>
<string name="lsposed_not_active">LSPosed is not currently installed or active.</string>
<string name="info_api_version">API version</string>
<string name="info_framework_version">Framework version</string>
<string name="info_manager_version">Manager version</string>
<string name="info_system_version">System version</string>
<string name="info_device">Device</string>
<string name="info_system_abi">System ABI</string>
<!-- LogsActivity -->
<string name="menuSaveToSd">Save</string>
<string name="nav_item_logs_lsp">LSPosed Logs</string>
<string name="nav_item_logs_module">Modules Logs</string>
<string name="logs_save_failed2">Failed to save:\n%s</string>
<string name="menuClearLog">Clear log now</string>
<string name="logs_cleared">Log successfully cleared.</string>
<string name="scroll_top">Scroll to top</string>
<string name="loading">Loading…</string>
<string name="scroll_bottom">Scroll to bottom</string>
<string name="logs_cannot_read">Cannot read log: \n</string>
<string name="menuReload">Reload</string>
<string name="logs_clear_failed_2">Failed to clear the log</string>
<string name="verbose_log_not_avaliable">Verbose log is not available, if you just enabled it without reboot, try again after reboot.</string>
<!-- Notification -->
<string name="module_is_not_activated_yet">Xposed module is not activated yet</string>
<string name="module_is_not_activated_yet_detailed">%s has been installed, but is not activated yet</string>
<string name="xposed_module_updated_notification_title">Xposed module updated</string>
<string name="xposed_module_updated_notification_content">%s has been updated, please force stop and restart apps in its scope</string>
<string name="xposed_module_updated_notification_title_system">Xposed module updated, system reboot required</string>
<string name="xposed_module_updated_notification_content_system">%s has been updated, since the scope contains System Framework, required reboot to apply changes</string>
<!-- ModulesActivity -->
<string name="module_empty_description">(no description provided)</string>
<string name="module_no_ui">This module does not provide a user interface</string>
<string name="warning_xposed_min_version">This module requires a newer Xposed version (%d) and thus cannot be activated</string>
<string name="no_min_version_specified">This module does not specify the Xposed version it needs.</string>
<string name="warning_min_version_too_low">This module was created for Xposed version %1$d, but due to incompatible changes in version %2$d, it has been disabled</string>
<string name="warning_installed_on_external_storage">This module cannot be loaded because it\'s installed on the SD card, please move it to internal storage</string>
<string name="module_uninstall">Uninstall</string>
<string name="module_settings">Module settings</string>
<string name="view_in_repo">View in Repo</string>
<string name="module_uninstall_message">Do you want to uninstall this module?</string>
<string name="module_uninstalled">Uninstalled %1$s</string>
<string name="module_uninstall_failed">Uninstall unsuccessful</string>
<string name="add_module_to_user">Add module to user</string>
<string name="module_installed">Added %1$s to user %2$s</string>
<string name="module_install_failed">Adding module failed</string>
<string name="install_to_user">Install to user %s</string>
<string name="install_to_user_message">Want to install %1$s to user %2$s? It is recommended to install manually, forcing installation via LSPosed may cause problems.</string>
<!-- AppListActivity -->
<string name="compile_speed">Re-optimize</string>
<string name="compile_speed_msg">Optimizing…</string>
<string name="compile_done">Optimization complete</string>
<string name="app_launch">Launch it</string>
<string name="compile_failed">Optimization failed: return value is empty</string>
<string name="compile_failed_with_info">Optimization failed: </string>
<string name="sort_by_name">Application name</string>
<string name="sort_by_package_name">Package name</string>
<string name="sort_by_install_time">Install time</string>
<string name="sort_by_update_time">Update time</string>
<string name="sort_reverse">Reverse</string>
<string name="menu_show_system_apps">System apps</string>
<string name="menu_sort">Sorting</string>
<string name="enable_module">Enable module</string>
<string name="no_scope_selected">You did not select any app. Continue?</string>
<string name="menu_show_games">Games</string>
<string name="menu_show_modules">Modules</string>
<string name="failed_to_save_scope_list">Failed save scope list</string>
<string name="app_description">%1$s\nVersion %2$s</string>
<string name="use_recommended">Recommended</string>
<string name="no_scope_selected_has_recommended">You did not select any app. Select recommended apps?</string>
<string name="use_recommended_message">Select recommended apps?</string>
<string name="requested_by_module">Recommended</string>
<string name="update_available">Update available: %1$s</string>
<string name="module_disabled_no_selection">Module %s has been disabled since no app selected.</string>
<string name="android_framework">System Framework</string>
<string name="menu_backup_and_restore">Backup</string>
<string name="menu_backup">Backup</string>
<string name="menu_restore">Restore</string>
<string name="force_stop">Force stop</string>
<string name="force_stop_dlg_title">Force stop?</string>
<string name="force_stop_dlg_text">If you force stop an app, it may misbehave.</string>
<string name="reboot_required">Reboot is required for this change to apply</string>
<string name="reboot">Reboot</string>
<string name="menu_hide">Hide</string>
<!-- ModulesActivity and AppListActivity -->
<string name="modules_other_app">View in other app</string>
<string name="module_app_info">App info</string>
<string name="list_empty">¯\\\\_(ツ)_\/¯\nNothing here</string>
<!-- SettingsActivity -->
<string name="settings_group_framework">Framework</string>
<string name="settings_enable_resources">Enable resource hooks</string>
<string name="settings_enable_resources_summary"><b>WARNING:</b> Resource hooks are experimental</string>
<string name="pref_title_disable_verbose_log">Disable verbose logs</string>
<string name="pure_black_dark_theme">Black dark theme</string>
<string name="pure_black_dark_theme_summary">Use the pure black theme if dark theme is enabled</string>
<string name="settings_group_theme">Theme</string>
<string name="settings_backup_and_restore">Backup and restore</string>
<string name="settings_backup_and_restore_summery">Backup or restore module list and scope lists.</string>
<string name="settings_backup">Backup</string>
<string name="settings_backup_failed2">Failed to backup:\n%s</string>
<string name="settings_restore">Restore</string>
<string name="settings_restore_failed2">Failed to restore:\n%s</string>
<string name="group_network">Network</string>
<string name="dns_over_http">DNS over HTTPS</string>
<string name="dns_over_http_summary">Workaround DNS poisoning in some nations</string>
<string name="theme_color">Theme color</string>
<string name="theme_color_summary">Color that appears most frequently in the app</string>
<string name="theme_color_system_accent">System accent color</string>
<string name="settings_show_hidden_icon_apps_enabled">Force apps to show launcher icons</string>
<string name="settings_show_hidden_icon_apps_enabled_summary">After Android 10, apps are not allowed to hide their launcher icons. Turn off the toggle to disable this system feature.</string>
<string name="settings_group_system">System</string>
<string name="settings_language">Language</string>
<string name="settings_translation_contributors">Translation contributors</string>
<string name="settings_translation">Participate in translation</string>
<string name="settings_translation_summary">Help us translate %s into your language</string>
<string name="settings_translation_summary_percentage">" (%s are translated)"</string>
<!-- Module Repo -->
<string name="module_readme">Readme</string>
<string name="module_releases">Releases</string>
<string name="module_information">Info</string>
<string name="module_information_homepage">Homepage</string>
<string name="module_information_source_url">Source code</string>
<string name="module_information_collaborators">Collaborators</string>
<string name="module_release_view_assets">Assets</string>
<string name="menu_open_in_browser">Open in browser</string>
<string name="refresh">Refresh</string>
<string name="module_release_load_more">Show older versions</string>
<string name="module_release_no_more">No more release</string>
<string name="repo_load_failed">Failed to load module repo: %s</string>
<!-- CrashReportActivity -->
<string name="app_destroyed">This app may be destroyed, please download the latest version of this app from the official source.</string>
<string name="outdated_core">LSPosed app is newer than framework. Please update LSPosed framework.</string>
<string name="outdated_manager">LSPosed framework is newer than app. Please update the app from /data/adb/lspd/manager.apk manually.</string>
<string name="manager_crashed">Manager crashed</string>
<string name="manager_crashed_info">report this to </string>
<string name="send_crash_info">Send crash info</string>
<string name="crash_info_copied">Crash info copied to clipboard</string>
</resources>