Files
AppErrorsTracking/app/src/main/res/values/strings.xml

75 lines
5.0 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\'s Info</string>
<string name="reopen_app">Reopen App</string>
<string name="error_detail">Error Detail</string>
<string name="ignore_if_unlock">Mute until device unlocks</string>
<string name="ignore_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="ignore_if_unlock_tip">Ignore errors for \'%1$s\' until device is re-unlocked</string>
<string name="ignore_if_restart_tip">Ignore 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">AppErrorsRecord</string>
<string name="no_errors_data">No errors 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="after_some_settings_need_restart">After some settings are modified, you may need to click the upper right corner to restart the system to take effect.</string>
<string name="display_settings">Display settings</string>
<string name="hide_app_icon_on_desktop">Hide app icons on desktop</string>
<string name="hide_app_icon_on_desktop_tip">After hiding the app icon, the interface may be closed and will no longer be displayed on the desktop. You can find and open the module settings in EdXposed or LSPosed.</string>
<string name="hide_app_icon_on_desktop_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="todo_items">More features are in development</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">Crash Process \"%1$s\"</string>
<string name="share_error_stack">Share error stack</string>
</resources>