mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 16:55:18 +08:00
118 lines
9.2 KiB
XML
118 lines
9.2 KiB
XML
<resources>
|
|
<string name="app_name">AppErrorsTracking</string>
|
|
<string name="xposed_desc">Added more features to app\'s crash dialog, fixed custom rom deleted dialog, the best experience to Android developer.</string>
|
|
<string name="empty_lable" translatable="false" />
|
|
<string name="app_info">App Info</string>
|
|
<string name="reopen_app">Reopen App</string>
|
|
<string name="error_detail">Error Detail</string>
|
|
<string name="mute_if_unlock">Mute until device unlocks</string>
|
|
<string name="mute_if_restart">Mute until device restarts</string>
|
|
<string name="close_app">Close App</string>
|
|
<string name="aerr_title">%1$s has stopped</string>
|
|
<string name="aerr_repeated_title">%1$s keeps stopping</string>
|
|
<string name="mute_if_unlock_tip">Muted errors for \'%1$s\' until device is re-unlocked</string>
|
|
<string name="mute_if_restart_tip">Muted errors for \'%1$s\' until device reboots</string>
|
|
<string name="back">Back</string>
|
|
<string name="copy_error_stack">Copy error stack</string>
|
|
<string name="export_to_file">Export to file</string>
|
|
<string name="error_info">Error Info</string>
|
|
<string name="error_type">Error Type</string>
|
|
<string name="error_file_name">File Name</string>
|
|
<string name="error_throw_class">Throw Class</string>
|
|
<string name="error_throw_method">Throw Method</string>
|
|
<string name="error_line_number">Line Number</string>
|
|
<string name="error_record_time">Record Time</string>
|
|
<string name="copied">Copied</string>
|
|
<string name="copy_fail">Copy failed</string>
|
|
<string name="print_to_logcat">Print to logcat</string>
|
|
<string name="print_to_logcat_success">Printed to logcat</string>
|
|
<string name="output_stack_success">Export exception stack succeeded</string>
|
|
<string name="output_stack_fail">Failed to export exception stack</string>
|
|
<string name="export_all">Export all</string>
|
|
<string name="clear_all">Clear all</string>
|
|
<string name="errors_record">App Errors Record</string>
|
|
<string name="no_list_data">No data for now</string>
|
|
<string name="confirm">Confirm</string>
|
|
<string name="cancel">Cancel</string>
|
|
<string name="more">More</string>
|
|
<string name="notice">Notice</string>
|
|
<string name="are_you_sure_clear_errors">Are you sure you want to clear all errors records?</string>
|
|
<string name="all_errors_clear_success">All errors records have been cleared</string>
|
|
<string name="are_you_sure_export_all_errors">Are you sure you want to export all log files? The packaging process may take a while.</string>
|
|
<string name="view_detail">View detail</string>
|
|
<string name="export_all_errors_success">All errors record exported</string>
|
|
<string name="export_all_errors_fail">Failed to exported all errors record</string>
|
|
<string name="no_cpu_abi">No ABI</string>
|
|
<string name="remove_record">Remove record</string>
|
|
<string name="are_you_sure_remove_record">Are you sure you want to remove this record?</string>
|
|
<string name="got_it">Got it</string>
|
|
<string name="restart_system">Restart system</string>
|
|
<string name="project_address">Project address</string>
|
|
<string name="module_not_activated">Module not activated</string>
|
|
<string name="module_version">Module version: %1$s</string>
|
|
<string name="system_version">System version: %1$s</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 EdXposed or 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="about_module">This module is made by YukiHookAPI. \nLearn more https://github.com/fankes/YukiHookAPI</string>
|
|
<string name="module_not_fully_activated">Module not fully activated</string>
|
|
<string name="are_your_sure_restart_system">Are you sure you want to restart system?</string>
|
|
<string name="fast_restart">Fast restart</string>
|
|
<string name="access_root_fail">Access Root failed</string>
|
|
<string name="moment_ago">moment ago</string>
|
|
<string name="second_ago">second ago</string>
|
|
<string name="minute_ago">minutes ago</string>
|
|
<string name="hour_ago">hour ago</string>
|
|
<string name="day_ago">days ago</string>
|
|
<string name="month_ago">month ago</string>
|
|
<string name="year_ago">year ago</string>
|
|
<string name="crash_process">Crashed Process \"%1$s\"</string>
|
|
<string name="share_error_stack">Share error stack</string>
|
|
<string name="preference_settings">Preference Settings</string>
|
|
<string name="function_mgr">Function Management</string>
|
|
<string name="only_show_errors_in_front">Show error dialogs only foreground apps</string>
|
|
<string name="only_show_errors_in_main_process">Show error dialogs only main process apps</string>
|
|
<string name="enable_apps_config_template">Enable apps config template</string>
|
|
<string name="mgr_apps_config_template">Management apps config template</string>
|
|
<string name="view_errors_record">View app errors record</string>
|
|
<string name="view_muted_errors_apps">View muted errors apps</string>
|
|
<string name="only_show_errors_in_front_tip">After enabling, the error dialog will only be displayed when the abnormal apps is in the foreground (in use). Although the abnormal background application will not display the error dialog, they will be recorded in the errors history.</string>
|
|
<string name="only_show_errors_in_main_process_tip">After enabling, the error dialog will only be displayed if the exception occurred in the application is in the main process (the first Application instance object).</string>
|
|
<string name="apps_config_template_tip">Here you can individually configure whether to display an error dialog and other error tips when an exception occurs for each apps.</string>
|
|
<string name="view_errors_record_tip">Here you can find all apps errors records since the system was turned on until now. The exception history will be automatically cleared after restarting. You can view, export, share and clear the records.</string>
|
|
<string name="view_muted_errors_apps_tip">Here you can find apps that you have manually muted errors in different forms. This list will be automatically cleared after restarting. You can manage these ignored applications and remove them from the mute list.</string>
|
|
<string name="muted_errors_apps">Muted Errors Apps</string>
|
|
<string name="unmute">Unmute</string>
|
|
<string name="unmute_all">Unmute all</string>
|
|
<string name="are_you_sure_unmute_all">Are you sure you want to unmute all apps?</string>
|
|
<string name="apps_config_template">Apps Config Template</string>
|
|
<string name="filter_by_condition">Filter by condition</string>
|
|
<string name="no_list_result">No result to display</string>
|
|
<string name="typo_app_name_pkg_name">Typo apps name or package name</string>
|
|
<string name="result_contains_system_apps">Result contains system apps</string>
|
|
<string name="clear_filters">Clear filters</string>
|
|
<string name="result_count">%1$s results found</string>
|
|
<string name="loading">Loading</string>
|
|
<string name="when_errors_how_to_show_tip">You can configure how the system will show you errors when the apps crashes.</string>
|
|
<string name="show_errors_dialog">Show errors dialog</string>
|
|
<string name="show_errors_toast">Show errors Toast</string>
|
|
<string name="show_nothing">Don\'t show anything</string>
|
|
<string name="app_errors_statistics">App errors statistics</string>
|
|
<string name="total_errors">Total errors</string>
|
|
<string name="total_apps">Total apps</string>
|
|
<string name="most_errors_app">The most errors app</string>
|
|
<string name="most_errors_type">The most errors type</string>
|
|
<string name="total_proportion_of_errors">Total proportion of errors</string>
|
|
<string name="total_errors_unit">%1$s</string>
|
|
<string name="total_apps_unit">%1$s (including system apps)</string>
|
|
<string name="generating_statistics">Generating statistics</string>
|
|
<string name="module_not_fully_activated_tip">The module is not fully activated and may not be able to load the current settings item. It is recommended to re -start the system and try it out.</string>
|
|
<string name="show_errors_notify">Show errors notification</string>
|
|
<string name="app_errors_tip">App collapses an unprocessed abnormality. Click to view details or feedback to the App developer.</string>
|
|
<string name="batch_operations">Batch operations</string>
|
|
<string name="are_you_sure_apply_site_apps">Are you sure you want to apply settings to %1$s apps at once?</string>
|
|
<string name="errors_dialog_always_show_reopen">Error dialog always shows \"Reopen App\"</string>
|
|
<string name="errors_dialog_always_show_reopen_tip">After enabling, the \"Reopen App\" option will also be shows when the app is not errors for the first time. If the current errors is not the main process or the app cannot be opened, this option will still not be showing.</string>
|
|
</resources> |