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

185 lines
11 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="Install">Install</string>
<string name="InstallDetail">Tap to install LSPosed</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="module_repo">Repository</string>
<string name="module_repo_summary">Module repository (Alpha)</string>
<string name="about_view_source_code"><![CDATA[View source code at %s<br/>Join our %s channel]]></string>
<string name="about_translators">Translators: %s</string>
<string name="activated">Activated</string>
<string name="not_installed">Not installed</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[<b>WARNING:</b> SEPolicy is not loaded properly, 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="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="menuSend">Send</string>
<string name="menuSaveToSd">Save</string>
<string name="nav_item_logs">Verbose Logs</string>
<string name="nav_item_logs_err">Modules Logs</string>
<string name="dont_show_again">Don\'t show this again</string>
<string name="logs_save_failed">Failed to save:</string>
<string name="menuClearLog">Clear log now</string>
<string name="logs_cleared">Log successfully cleared.</string>
<string name="log_is_empty">Log is empty.</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="not_logcat_2">If someone asked you an Android Logcat, you\'re in the wrong section. This is the LSPosed log; if you need a logcat, on XDA you can find what you need.</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_content">%s has been updated</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="xposed_module_updated_notification_title">Xposed module updated</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="user_title">User %d</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 or return value is empty.</string>
<string name="compile_failed_with_info">Optimization failed: </string>
<string name="sort_by_name">Sort by application name</string>
<string name="sort_by_name_reverse">Sort by application name (reverse)</string>
<string name="sort_by_package_name">Sort by package name</string>
<string name="sort_by_package_name_reverse">Sort by package name (reverse)</string>
<string name="sort_by_install_time">Sort by install time</string>
<string name="sort_by_install_time_reverse">Sort by install time (reverse)</string>
<string name="sort_by_update_time">Sort by update time</string>
<string name="sort_by_update_time_reverse">Sort by update time (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">%s\nVersion %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="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_filter">Filter…</string>
<!-- ModulesActivity and AppListActivity -->
<string name="modules_app_store">View in App Store</string>
<string name="module_app_info">App info</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_backuping">Backing up…</string>
<string name="settings_backup_success">Backup finished!</string>
<string name="settings_backup_failed">Failed to backup</string>
<string name="settings_restore">Restore</string>
<string name="settings_restoring">Restoring…</string>
<string name="settings_restore_success">Restore finished!</string>
<string name="settings_restore_failed">Failed to restore</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 (especially Xposed modules) are not allowed to hide their launcher icons. Turn off the toggle to disable this feature.</string>
<string name="settings_group_system">System</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>
<string name="app_destroyed">This application has been destroyed, please make sure you download it from the official source.</string>
<string name="outdated_manager">Version of LSPosed Manager and LSPosed Core are not consistent. Please re-install the corresponding version.</string>
<string name="lsposed_not_active">LSPosed is not currently installed or active.</string>
<string name="verbose_log_not_avaliable">Verbose log is not available, if you just enabled it without reboot, try again after reboot.</string>
<string name="NotInstall">Not Installed</string>
<string name="NotInstallDetail">LSPosed is not Installed</string>
<string name="translators"><![CDATA[<a href="https://github.com/LSPosed/LSPosed">LSPosed</a>]]></string>
<string name="copy_toast_msg">Copied</string>
<string name="list_empty">¯\\\\_(ツ)_\/¯\nNothing here</string>
</resources>