6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验

This commit is contained in:
SuperMonster003
2024-12-02 15:07:37 +08:00
parent 00171e9235
commit 19fc1bcd76
1256 changed files with 89235 additions and 24130 deletions

View File

@@ -8,11 +8,25 @@
<string name="apk_builder_package" tools:ignore="TypographyEllipsis">Packaging...</string>
<string name="apk_builder_plugin_version_incompatible">Incompatible version of \"apk builder\".\nDownload it now?</string>
<string name="apk_builder_prepare" tools:ignore="TypographyEllipsis">Preparing...</string>
<string name="apk_info_device_sdk">Device SDK</string>
<string name="apk_info_installed_version">Installed</string>
<string name="apk_info_max_sdk">Max SDK</string>
<string name="apk_info_min_sdk">Min SDK</string>
<string name="apk_info_package_name">Package</string>
<string name="apk_info_target_sdk">Target SDK</string>
<string name="blocking_operations_cannot_be_performed_on_the_ui_thread_for_waitforactivity_with_solution">Blocking operations cannot be performed on the UI thread. Try executing waitForActivity in a sub-thread or sub-script, or use setInterval to loop and check the activity</string>
<string name="blocking_operations_cannot_be_performed_on_the_ui_thread_for_waitforpackage_with_solution">Blocking operations cannot be performed on the UI thread. Try executing waitForPackage in a sub-thread or sub-script, or use setInterval to loop and check the package</string>
<string name="config_abi_options_contains_invalid">Config \"abi\" contains invalid options</string>
<string name="config_abi_options_contains_unavailable">Config \"abi\" contains unavailable options</string>
<string name="config_lib_options_contains_invalid">Config \"lib\" contains invalid options</string>
<string name="config_lib_options_contains_unavailable">Config \"lib\" contains unavailable options</string>
<string name="confirm_overwrite_file">File already exists.\nOverwrite?</string>
<string name="content_about_app_tips">1. Press and hold the application name (AutoJs6) on the home page to jump to the settings page\n2. Press and hold a certain settings option on the settings page to view detailed information</string>
<string name="content_description_fab_for_display_manifest">A Floating Action Button widget for displaying the manifest</string>
<string name="content_github_feedback">A web page will be launched to report an issue.\nAn account for GitHub may be needed.</string>
<string name="content_way_of_output_for_recorded_script">Select a way of output for recorded script</string>
<string name="crash_feedback">Copy debugging log or exit directly</string>
<string name="current_available_abi_options">Current available \\\"abi\\\" list</string>
<string name="default_script_notification_channel_description">@string/default_script_notification_content</string>
<string name="default_script_notification_channel_name">@string/default_script_notification_title</string>
<string name="default_script_notification_content">Notification from script</string>
@@ -29,6 +43,7 @@
<string name="description_extending_js_build_in_objects">Extending JavaScript built-in objects can increase code flexibility and enable richer functionality, but can cause conflicts and even breakage.\nAll scripts have built-in extensions enabled by default when the option is turned on.\nBuilt-in extensions are often insecure, and are not recommended unless the principles and risks of built-in extensions are clearly understood.\nWhen the option is turned off, built-in extensions can still be enabled through the plugins global object, as described in the project documentation.</string>
<string name="description_hidden_files_preference">Used to set whether or not to show hidden files and folders (usually starting with \".\") in AutoJs6 file explorer.</string>
<string name="description_keep_screen_on_when_in_foreground_preference">Preference for keeping the device\'s screen turned on and bright when AutoJs6 is in the foreground.\nTo make it happen only on the homepage among all pages of the AutoJs6 application, choose \"homepage only\" option.</string>
<string name="description_launcher_shortcuts">Shortcuts can perform specific actions in AutoJs6. Users can display these shortcuts in a supported launcher and quickly start some tasks or launch an activity, such as reading AutoJs6 application documentation, launching AutoJs6 settings page, and so on.</string>
<string name="description_manage_ignored_updates_preference">Click to view or manage list items.\nLong press to remove the list item.</string>
<string name="description_night_mode_preference">Night mode (also known as Dark theme) applies to both the Android system UI and apps running on the device, which improves visibility for users with low vision and those who are sensitive to bright light, and makes it easier for anyone to use a device in a low-light environment.\n\nFollow system: AutoJs6 has Night mode settings same as Android system\nAlways on: AutoJs6 keeps Night mode on (regardless of Android system settings)\nAlways off: AutoJs6 keeps Night mode off (regardless of Android system settings)\n\nNote: Follow system option is only for Android API Level 28 (Android 9) [P] and above.</string>
<string name="description_night_mode_preference_more">To enable Night mode in Android system:\n- Android API Level 29 (Android 10) [Q] and above: Settings -> Display -> Theme.\n- Android API Level 28 (Android 9) [P]: Developer options -> Night mode.\n\nThe following conditions must to met for applying a Night mode (Dark theme) to web-based content using a WebView component (like AutoJs6 documentation page):\n1. Android System WebView (or browsers like Google Chrome):\n- Android API Level 29 (Android 10) [Q] and above: version >= 76\n- Android API Level 28 (Android 9) [P]: version >= 105\n2. Web-based content in WebView component is adapted to Dark theme (by CSS or Android XML resources and so forth)</string>
@@ -37,12 +52,14 @@
<string name="description_stable_mode">Stable mode makes it more stable when getting layout bounds, but some results may be ignored.\nA11y service\'s restart required.</string>
<string name="description_theme_color_preference">Theme color is applied to widgets including but not limited to the following ones:\nStatus bar\nAppbar\nFile icon\nTask item icon\nFab\nSettings category title\nSwitch button\n\nNote: As of AutoJs6 version 6.2.0, there has been no difference between primary color, primary dark color and accent color yet.</string>
<string name="dialog_button_back">@string/text_back</string>
<string name="dialog_button_continue">@string/text_continue</string>
<string name="dialog_button_cancel">Cancel</string>
<string name="dialog_button_cancel_download">Cancel</string>
<string name="dialog_button_confirm">OK</string>
<string name="dialog_button_continue">@string/text_continue</string>
<string name="dialog_button_copy">@string/text_copy</string>
<string name="dialog_button_default_prefix">Def prefix</string>
<string name="dialog_button_details">Details</string>
<string name="dialog_button_dismiss">Dismiss</string>
<string name="dialog_button_download_with_browser">Browser</string>
<string name="dialog_button_history">History</string>
<string name="dialog_button_ignore_current_update">Ignore</string>
@@ -56,9 +73,8 @@
<string name="dialog_button_system_settings_simplified">System</string>
<string name="dialog_button_update_now">Update</string>
<string name="dialog_button_use_default">Use default</string>
<string name="text_app_shortcut_docs_long_label">AutoJs6 Docs</string>
<string name="text_app_shortcut_docs_short_label">Docs</string>
<string name="edit_and_run_handle_intent_error">Can\'t process file</string>
<string name="dialog_button_view_file">View File</string>
<string name="edit_and_run_handle_intent_error">Cannot process file</string>
<string name="edit_exit_without_save_warn">The content has not been saved, are you sure to exit?</string>
<string name="entry_app_language_auto">Follow system</string>
<string name="entry_documentation_source_local">Local docs</string>
@@ -81,20 +97,28 @@
<string name="entry_root_record_out_file_type_js">JavaScript type (editable)</string>
<string name="error_a_runtime_has_been_set">A runtime has been set</string>
<string name="error_abandoned_method">Method %s has been abandoned and should not be used</string>
<string name="error_action_cannot_be_completed_with_negative_coordinate">The \"%1$s\" operation cannot be completed because the parameter contains negative coordinate values (%2$d, %3$d)</string>
<string name="error_activity_is_required_for_ui_exec_mode">An activity is required, which could be provided by running in \"ui\" execution mode</string>
<string name="error_an_operation_is_not_implemented">An operation is not implemented</string>
<string name="error_app_not_installed">App is not installed: \"%s\"</string>
<string name="error_argument_name_for_class_name_and_member_func_name_cannot_be_nullish">Argument %1$s for %2$s#%3$s cannot be nullish</string>
<string name="error_arguments_cannot_be_empty">Arguments cannot be empty</string>
<string name="error_arguments_must_be_empty">Arguments must be empty</string>
<string name="error_at_least_one_abi_needs_to_be_selected">At least one ABI needs to be selected</string>
<string name="error_both_bitmap_and_mat_are_null">Both bitmap and mat are null</string>
<string name="error_cannot_be_null">%s can\'t be null</string>
<string name="error_cannot_connect_to_github">Can\'t connect to GitHub</string>
<string name="error_cannot_find_editor_view_from_child_view">Can\'t find EditorView from child view: %s</string>
<string name="error_cannot_get_download_url">Can\'t get downloading URL</string>
<string name="error_cannot_be_null">%s cannot be null</string>
<string name="error_cannot_connect_to_github">Cannot connect to GitHub</string>
<string name="error_cannot_convert_value_into_a_script_runtime_path">Cannot convert %s into a ScriptRuntime path</string>
<string name="error_cannot_find_editor_view_from_child_view">Cannot find EditorView from child view: %s</string>
<string name="error_cannot_get_download_url">Cannot get downloading URL</string>
<string name="error_cannot_rename">Failed to rename</string>
<string name="error_cannot_retrieve_battery_state">Can\'t retrieve the battery state</string>
<string name="error_cannot_retrieve_battery_state">Cannot retrieve the battery state</string>
<string name="error_change_password_error_length">Use more characters for the password</string>
<string name="error_change_password_error_match">Those passwords didn\'t match</string>
<string name="error_check_for_update">Failed to check for updates</string>
<string name="error_colon_must_follow_a_valid_ip_address">Colon must follow a valid IP address</string>
<string name="error_compass_cannot_be_null">Compass can\'t be null</string>
<string name="error_connect_to_remote">Can\'t connect to the remote server: %s</string>
<string name="error_compass_cannot_be_null">Compass cannot be null</string>
<string name="error_connect_to_remote">Cannot connect to the remote server: %s</string>
<string name="error_continuation_resume_called_without_suspend">Method resume() should be called after suspend()</string>
<string name="error_continuation_suspend_called_more_than_once">Method suspend() should be only called once</string>
<string name="error_corresponding_github_release_may_not_published">Corresponding GitHub release may have not been published yet</string>
@@ -104,18 +128,32 @@
<string name="error_empty_broadcast_selection">At least one broadcast must be selected</string>
<string name="error_empty_github_release_assets">No GitHub release assets to download</string>
<string name="error_empty_shell_command">Command is empty</string>
<string name="error_enable_server">Can\'t enable AutoJs6 server: %s</string>
<string name="error_enable_server">Cannot enable AutoJs6 server: %s</string>
<string name="error_excessive_height_for_template_n_region">Excessive height: template [%1$d] > region [%2$d]</string>
<string name="error_excessive_width_for_template_n_region">Excessive width: template [%1$d] > region [%2$d]</string>
<string name="error_failed_to_call_method">Failed to call method "%s"</string>
<string name="error_failed_to_call_method_with_cause"><![CDATA[Failed to call method "%1$s": [ %2$s ]]]></string>
<string name="error_failed_to_convert_into_drawable">Failed to convert value %s into a Drawable</string>
<string name="error_function_called_in_ui_thread">UI thread can\'t be blocked. Try running %s() in sub-thread or sub-script</string>
<string name="error_failed_to_grant_shizuku_access">Failed to grant Shizuku access</string>
<string name="error_failed_to_instantiate">Failed to instantiate "%s"</string>
<string name="error_failed_to_instantiate_with_cause"><![CDATA[Failed to instantiate "%1$s": [ %2$s ]]]></string>
<string name="error_failed_to_invoke_method_with_description">Failed to invoke method %1$s</string>
<string name="error_failed_to_revoke_shizuku_access">Failed to revoke Shizuku access</string>
<string name="error_failed_to_run_script">Failed to run script</string>
<string name="error_file_in_path_does_not_exist">File in path \"%1$s\" does not exist</string>
<string name="error_function_called_in_ui_thread">UI thread cannot be blocked. Try running %s() in sub-thread or sub-script</string>
<string name="error_function_called_more_than_once">%s() called more than once</string>
<string name="error_get_github_latest_release">Can\'t get latest GitHub release</string>
<string name="error_get_github_latest_release">Cannot get latest GitHub release</string>
<string name="error_handshake_timed_out">Handshake timed out after %d ms</string>
<string name="error_illegal_argument" formatted="false">Illegal argument %s: %s</string>
<string name="error_illegal_relative_url_argument_without_base">Relative URL can\'t be used without base URL</string>
<string name="error_illegal_relative_url_argument_without_base">Relative URL cannot be used without base URL</string>
<string name="error_illegal_ui_object_result_type" formatted="false">Result type \"%s\" is not supported for UiObject</string>
<string name="error_illegal_url_argument" formatted="false">URL must starts with a protocol like \"https://\" and so forth</string>
<string name="error_illegal_widget_command" formatted="false">Parameter %s (%s) must be or can be cast to %s type</string>
<string name="error_image_has_been_recycled">Image has been recycled</string>
<string name="error_images_must_have_the_same_size">Images must have the same size</string>
<string name="error_images_must_have_the_same_size_and_type">Images must have the same size and type</string>
<string name="error_input_fields_check_failed">Input fields check failed</string>
<string name="error_invalid_compass">Invalid compass: %s</string>
<string name="error_invalid_github_repo">Invalid GitHub repository: %s</string>
<string name="error_invalid_ip_address">Invalid IP address</string>
@@ -126,10 +164,13 @@
<string name="error_max_listeners_exceeded">Max listeners exceeded: %d</string>
<string name="error_may_not_have_root_access_to_run_auto_file">AutoJs6 may not have root access to run \"auto\" file</string>
<string name="error_method_called_with_null_argument" formatted="false">%s() called with null argument: %s</string>
<string name="error_method_only_accepts_a_number_of_arguments_in_the_range_n_to_m">Method only accepts a number of arguments in the range [%1$d\.\.%2$d]</string>
<string name="error_module_does_not_work_due_to_the_lack_of_necessary_library_files">The \"%s\" module does not work due to the lack of necessary library files</string>
<string name="error_no_accessibility_permission">Accessibility service is disabled and the script has stopped</string>
<string name="error_no_accessibility_permission_to_capture">Accessibility service is not activated</string>
<string name="error_no_accessibility_service">No accessibility service</string>
<string name="error_no_display_over_other_apps_permission">No \"display over other apps\" permission</string>
<string name="error_no_permission_to_access_shizuku">No permission to access Shizuku</string>
<string name="error_no_post_notifications_permission">No \"post notifications\" permission</string>
<string name="error_no_read_phone_state_permission">No \"read phone state\" permission</string>
<string name="error_no_screen_capture_permission">No screen capture permission</string>
@@ -142,19 +183,28 @@
<string name="error_parse_version_info">Failed to parse version information</string>
<string name="error_pattern_syntax">Invalid pattern syntax</string>
<string name="error_port_num_over_65535">Port number over 65535</string>
<string name="error_put_value_into_json">Can\'t put value %s into JSON</string>
<string name="error_regex_find_prev">Can\'t find previous with regex</string>
<string name="error_project_main_script_file_with_abs_path_does_not_exist">Project main script file \"%1$s\" does not exist</string>
<string name="error_put_value_into_json">Cannot put value %s into JSON</string>
<string name="error_regex_find_prev">Cannot find previous with regex</string>
<string name="error_repeated_colon_symbol">Repeated colon symbol</string>
<string name="error_repeated_dot_symbol">Repeated dot symbol</string>
<string name="error_required_property_is_nullish_or_does_not_exist">Required property \"%1$s\" is nullish or does not exist</string>
<string name="error_script_is_on_exiting">Script is on exiting</string>
<string name="error_selector_method_without_calling">Selector method should be called rather than passed as a parameter: %s</string>
<string name="error_selector_result_type_with_compass">Can\'t use a compass when result type is selector</string>
<string name="error_set_both_icon_res_and_icon">Can\'t set both iconRes and icon</string>
<string name="error_selector_result_type_with_compass">Cannot use a compass when result type is selector</string>
<string name="error_set_both_icon_res_and_icon">Cannot set both iconRes and icon</string>
<string name="error_shizuku_is_not_installed">Shizuku is not installed</string>
<string name="error_shizuku_service_may_be_not_running">Shizuku service may be not running</string>
<string name="error_shizuku_version_is_not_supported">Shizuku version is not supported</string>
<string name="error_the_transformer_for_required_property_cannot_return_nullish">The transformer for required property \"%1$s\" cannot return nullish</string>
<string name="error_thread_is_not_alive">Thread is not alive</string>
<string name="error_unable_to_use_shizuku_service">Unable to use Shizuku service</string>
<string name="error_unacceptable_character">Unacceptable character</string>
<string name="error_unknown">Unknown error</string>
<string name="error_unknown_algorithm_selector_param">Unknown algorithm selector param: %s</string>
<string name="error_unknown_color_name">Unknown color name: %s</string>
<string name="error_unknown_element_name">Unknown element name: %1$s</string>
<string name="error_unknown_gravity_for">Unknown gravity: %s</string>
<string name="error_unknown_operation">Unknown operation</string>
<string name="error_unknown_picker_result_type">Unknown result type {name: %s}</string>
<string name="error_unknown_picker_result_type_with_params" formatted="false">Unknown result type {name: %s, params: %s}</string>
@@ -165,7 +215,7 @@
<string name="foreground_notification_text">Click to launch AutoJs6</string>
<string name="foreground_notification_title">AutoJs6 foreground service</string>
<string name="format_build_succeeded" formatted="true">Build succeeded.\nFile path: %s</string>
<string name="format_debug_bar_title">Debug [ %s ]</string>
<string name="format_debug_bar_title"><![CDATA[Debug [ %s ]]]></string>
<string name="format_editor_info" formatted="false">Chars: %d\nLines: %d\nSize: %s</string>
<string name="format_file_downloaded" formatted="true">File downloaded to %s</string>
<string name="go_to_accessibility_settings"><![CDATA[[Go to] Settings -> Accessibility Services -> AutoJs6 [Enable]]]></string>
@@ -173,6 +223,18 @@
<string name="hint_long_click_run_to_debug">Long click \"Run\" button to debug</string>
<string name="hint_loop_delay">Delay before loop</string>
<string name="hint_loop_times">0 for infinite loop</string>
<string name="media_info_album_label">Album</string>
<string name="media_info_aspect_ratio_label">Aspect ratio</string>
<string name="media_info_audio_format_label">Audio</string>
<string name="media_info_bit_rate_label">Bit rate</string>
<string name="media_info_container_format_label">Container</string>
<string name="media_info_duration_label">Duration</string>
<string name="media_info_file_size_label">File size</string>
<string name="media_info_frame_rate_label">Frame rate</string>
<string name="media_info_performer_label">Artist</string>
<string name="media_info_resolution_label">Resolution</string>
<string name="media_info_track_name_label">Title</string>
<string name="media_info_video_format_label">Video</string>
<string name="mt_color_picker_title">Color picker</string>
<string name="mt_custom">Custom</string>
<string name="no_apk_builder_plugin">APK Builder is not installed</string>
@@ -193,16 +255,13 @@
<string name="summary_pre_execute_script">Execute before the script file</string>
<string name="summary_record_prompt">Show message when starting or stopping recording a script</string>
<string name="summary_stable_mode">More stable layout analysis but worse code compatibility (a11y service restarting needed)</string>
<string name="summary_text_launcher_shortcuts">Add shortcuts to launcher</string>
<string name="summary_use_volume_control_record">Start or stop recording controlled by “Volume Down” key when floating button is showing</string>
<string name="summary_use_volume_key_to_stop_running_scripts">Press \"Volume Up\" key to stop all running scripts</string>
<string name="text_a11y_service">Accessibility service</string>
<string name="text_a11y_service_description">Required by the script automatic operation (click, long press, slide, etc.).</string>
<string name="text_a11y_service_enabled_but_not_running">Accessibility service enabled but not running (Re-enable or reboot the device)</string>
<string name="text_a11y_service_may_be_needed">Accessibility service may be needed</string>
<string name="text_supported_libraries_short">Libraries</string>
<string name="text_supported_abis_short">ABIs</string>
<string name="text_supported_abis_short_32bit">ABIs (32-bit)</string>
<string name="text_supported_abis_short_64bit">ABIs (64-bit)</string>
<string name="text_about">About</string>
<string name="text_about_all_files_access">About all files access</string>
<string name="text_about_app_and_developer">About app and developer</string>
@@ -220,9 +279,11 @@
<string name="text_action">Action</string>
<string name="text_activity_not_found_for_apk_installing">No APK installer</string>
<string name="text_adb_tool_needed">ADB tool is needed</string>
<string name="text_alias">alias</string>
<string name="text_all_files_access">All files access</string>
<string name="text_all_files_access_is_needed">\"All files access\" is needed to access script files on the phone</string>
<string name="text_already_copied_to_clip">Copied to clipboard</string>
<string name="text_already_copied_to_clip_but_only_latest_few_items">Already copied to clipboard (only latest %d items)</string>
<string name="text_already_created">Created</string>
<string name="text_already_deleted">Deleted</string>
<string name="text_android_build_id">Android build ID</string>
@@ -253,6 +314,13 @@
<string name="text_app_name_parallel_space">Parallel Space</string>
<string name="text_app_name_qqmusic">QQMusic</string>
<string name="text_app_name_wechat">WeChat</string>
<string name="text_app_shortcut_disabled">This shortcut is disabled</string>
<string name="text_app_shortcut_docs_long_label">AutoJs6 Docs</string>
<string name="text_app_shortcut_docs_short_label">Docs</string>
<string name="text_app_shortcut_log_long_label">AutoJs6 Log</string>
<string name="text_app_shortcut_log_short_label">Log</string>
<string name="text_app_shortcut_settings_long_label">AutoJs6 Settings</string>
<string name="text_app_shortcut_settings_short_label">Settings</string>
<string name="text_app_source_code">Source code</string>
<string name="text_app_version_code">App version code</string>
<string name="text_app_version_name">App version name</string>
@@ -261,6 +329,7 @@
<string name="text_auto_check_for_updates">Auto check for updates</string>
<string name="text_auto_check_for_updates_and_show_snackbar">Check for updates automatically and show a snackbar on homepage</string>
<string name="text_auto_night_mode">Auto night mode</string>
<string name="text_available_windows">Available windows</string>
<string name="text_back">Back</string>
<string name="text_broadcast_action">Action</string>
<string name="text_broadcast_task">Broadcast task</string>
@@ -268,7 +337,22 @@
<string name="text_build_succeeded">Build succeeded</string>
<string name="text_cancel">Cancel</string>
<string name="text_cancel_simplified">Cancel</string>
<string name="text_cannot_read_file">Can\'t read file</string>
<string name="text_cannot_read_file">Cannot read file</string>
<string name="text_captured_window_info_order">Order</string>
<string name="text_captured_window_info_package_name">Package</string>
<string name="text_captured_window_info_package_name_unknown">Unknown package</string>
<string name="text_captured_window_info_root_node">Root</string>
<string name="text_captured_window_info_root_node_unknown">Unknown root</string>
<string name="text_captured_window_info_title">Title</string>
<string name="text_captured_window_info_title_null">No title</string>
<string name="text_captured_window_info_type">Type</string>
<string name="text_captured_window_info_type_of_accessibility_overlay">Accessibility Overlay</string>
<string name="text_captured_window_info_type_of_application">Application</string>
<string name="text_captured_window_info_type_of_input_method">Input Method</string>
<string name="text_captured_window_info_type_of_magnification_overlay">Magnification Overlay</string>
<string name="text_captured_window_info_type_of_split_screen_divider">Split Screen Divider</string>
<string name="text_captured_window_info_type_of_system">System</string>
<string name="text_captured_window_info_type_unknown">Unknown type</string>
<string name="text_change_working_dir">Change working directory</string>
<string name="text_check_for_updates">Check for updates</string>
<string name="text_checking_update" tools:ignore="TypographyEllipsis">Checking for updates...</string>
@@ -293,7 +377,7 @@
<string name="text_confirm_to_delete">Are you sure to delete?</string>
<string name="text_confirm_to_remove">Are you sure to remove?</string>
<string name="text_connect_to_pc">Connect to PC</string>
<string name="text_connection_cannot_be_established">Connection can\'t be established</string>
<string name="text_connection_cannot_be_established">Connection cannot be established</string>
<string name="text_console">Console</string>
<string name="text_continue">Continue</string>
<string name="text_copy">Copy</string>
@@ -319,6 +403,7 @@
<string name="text_debug_step_into">Step into</string>
<string name="text_debug_step_out">Step out</string>
<string name="text_debug_step_over">Step over</string>
<string name="text_default_prefix">Default prefix</string>
<string name="text_delete">Delete</string>
<string name="text_delete_line">Delete line</string>
<string name="text_details">Details</string>
@@ -343,8 +428,11 @@
<string name="text_documentation_source">Documentation source</string>
<string name="text_done">Done</string>
<string name="text_download">Download</string>
<string name="text_download_and_install_autojs6_including_above_abi">Download and install the version of AutoJs6 that includes the above ABI (the file name contains \"%s\")</string>
<string name="text_download_and_install_autojs6_including_all_abis">Download and install the version of AutoJs6 that includes all ABIs (the file name contains \"universal\")</string>
<string name="text_download_cancelled">Download cancelled</string>
<string name="text_download_interruption_warning">Current downloading will be interrupted if continue</string>
<string name="text_download_link_for_autojs6">Download link for AutoJs6</string>
<string name="text_download_url">Download URL</string>
<string name="text_downloading">Downloading</string>
<string name="text_drawer_close">Close drawer</string>
@@ -354,7 +442,7 @@
<string name="text_edit_script">Edit script</string>
<string name="text_editor_theme">Editor theme</string>
<string name="text_email">E-mail</string>
<string name="text_email_cannot_be_empty">E-mail can\'t be empty</string>
<string name="text_email_cannot_be_empty">E-mail cannot be empty</string>
<string name="text_email_format_error">Invalid e-mail format</string>
<string name="text_empty_release_note">No release note</string>
<string name="text_enable_a11y_service">Enable accessibility service</string>
@@ -371,16 +459,19 @@
<string name="text_exit">Exit</string>
<string name="text_exit_directly">Exit</string>
<string name="text_export">Export</string>
<string name="text_exported">Exported</string>
<string name="text_extending_js_build_in_objects">Extending JavaScript build-in objects</string>
<string name="text_extensibility">Extensibility</string>
<string name="text_failed">Failed</string>
<string name="text_failed_to_build">Failed to build</string>
<string name="text_failed_to_copy">Failed to copy</string>
<string name="text_failed_to_create">Failed to create</string>
<string name="text_failed_to_delete">Failed to delete</string>
<string name="text_failed_to_disable_a11y_service">Failed to disable accessibility service</string>
<string name="text_failed_to_download">Failed to download</string>
<string name="text_failed_to_enable_a11y_service_with_root_access">Failed to enable accessibility service with root access</string>
<string name="text_failed_to_enable_a11y_service_with_secure_settings">Failed to enable accessibility service with secure settings</string>
<string name="text_failed_to_export_log_entries">Failed to export log entries</string>
<string name="text_failed_to_format">Failed to format</string>
<string name="text_failed_to_generate">Failed to generate code</string>
<string name="text_failed_to_grant_access">Failed to grant access</string>
@@ -390,11 +481,13 @@
<string name="text_failed_to_register">Failed to register</string>
<string name="text_failed_to_report">Failed to submit</string>
<string name="text_failed_to_save_remote_project_to_local_storage">Failed to save remote project to local storage</string>
<string name="text_failed_to_send_log_entries">Failed to send log entries</string>
<string name="text_failed_to_write_file">Failed to write file</string>
<string name="text_file">File</string>
<string name="text_file_exists">File already exists</string>
<string name="text_file_name">File name</string>
<string name="text_file_not_exists">File doesn\'t exist</string>
<string name="text_file_with_abs_path_is_not_an_executable_script">File \"%1$s\" is not an executable script</string>
<string name="text_files_transfer">Files transfer</string>
<string name="text_find">Find</string>
<string name="text_find_java_classes">Find Java classes</string>
@@ -414,11 +507,14 @@
<string name="text_getting_release_notes" tools:ignore="TypographyEllipsis">Retrieving release notes...</string>
<string name="text_github_backup_url_used">Backup URL has been used</string>
<string name="text_go_to_settings">Go to \"Settings\"</string>
<string name="text_grant_autojs6_access_in_shizuku_app">Grant AutoJs6 access in Shizuku app</string>
<string name="text_granted">Granted</string>
<string name="text_guard_mode">Guard mode</string>
<string name="text_help">Help</string>
<string name="text_hidden_files_description">Whether the hidden files and folders show or not in file explorer. A file or folder is considered to be hidden if its name begins with a period character (\".\").</string>
<string name="text_hidden_files_title">Hidden files and folders</string>
<string name="text_hide">Hide</string>
<string name="text_hide_button">Hide button</string>
<string name="text_histories">Histories</string>
<string name="text_icon">Icon</string>
<string name="text_ignore_battery_optimizations">Ignore battery optimizations</string>
@@ -434,6 +530,7 @@
<string name="text_inspect_layout_bounds">Inspect layout bounds</string>
<string name="text_inspect_layout_hierarchy">Inspect layout hierarchy</string>
<string name="text_install">Install</string>
<string name="text_invalid_character_is_removed">Invalid character is removed</string>
<string name="text_invalid_package_name">Invalid package name</string>
<string name="text_invalid_project">Invalid project</string>
<string name="text_is_latest_version">No newer version found</string>
@@ -446,16 +543,17 @@
<string name="text_jump_to_line_start">Jump to line start</string>
<string name="text_jump_to_start">Jump to start</string>
<string name="text_keep_screen_on_when_in_foreground">Keep screen on when in foreground</string>
<string name="text_label_name">Label</string>
<string name="text_last_updates_checked_time">Last checked: %s</string>
<string name="text_latest_activity">Latest activity</string>
<string name="text_latest_package">Latest package</string>
<string name="text_launch_config">Launch config</string>
<string name="text_launch_debugger">Launch debugger</string>
<string name="text_launcher_shortcuts">Launcher shortcuts</string>
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspecting layout...</string>
<string name="text_licenses">Open Sources Licenses</string>
<string name="text_loading_with_dots" tools:ignore="TypographyEllipsis">Loading...</string>
<string name="text_log">Log</string>
<string name="text_app_shortcut_log_long_label">AutoJs6 Log</string>
<string name="text_app_shortcut_log_short_label">Log</string>
<string name="text_logging_in">Logging in</string>
<string name="text_login">Login</string>
<string name="text_login_succeed">Login succeeded</string>
@@ -465,6 +563,7 @@
<string name="text_loop_times">Loop times</string>
<string name="text_lower_than">Lower than</string>
<string name="text_main_file_name">Main script file name</string>
<string name="text_malfunctioning">Malfunctioning</string>
<string name="text_manage">Manage</string>
<string name="text_manage_a11y_service">Manage accessibility service</string>
<string name="text_manage_ignored_updates">Manage ignored updates</string>
@@ -486,8 +585,12 @@
<string name="text_next_run_time">Next run</string>
<string name="text_night_mode">Night mode</string>
<string name="text_no_browser">No browser installed</string>
<string name="text_no_content">No content</string>
<string name="text_no_histories">No histories</string>
<string name="text_no_ignored_updates">No ignored updates</string>
<string name="text_no_log_entries_to_copy">No log entries to copy</string>
<string name="text_no_log_entries_to_export">No log entries to export</string>
<string name="text_no_log_entries_to_send">No log entries to send</string>
<string name="text_no_root">Non-root</string>
<string name="text_no_root_access">No root access</string>
<string name="text_no_scripts_to_stop_running">No scripts to stop running</string>
@@ -497,9 +600,11 @@
<string name="text_notification_access_permission">Notification access</string>
<string name="text_notification_service_disabled">Notification service is not working</string>
<string name="text_null">Null</string>
<string name="text_num_of_log_entries_exceeds_limit_for_sending">Number of log entries %d exceeds the limit for sending</string>
<string name="text_number_format_error">Invalid number format</string>
<string name="text_ok">OK</string>
<string name="text_old_path">Old path</string>
<string name="text_only_latest_few_items_will_be_sent">Only latest %d items will be sent</string>
<string name="text_open">Open</string>
<string name="text_open_by_other_apps">Open by other apps</string>
<string name="text_open_main_activity">Open main activity</string>
@@ -511,29 +616,39 @@
<string name="text_output_apk_path">APK output path</string>
<string name="text_package_name">Package name</string>
<string name="text_password">Password</string>
<string name="text_password_cannot_be_empty">Password can\'t be empty</string>
<string name="text_password_cannot_be_empty">Password cannot be empty</string>
<string name="text_paste">Paste</string>
<string name="text_path_is_empty">Path is empty</string>
<string name="text_pc_server_address">PC server address</string>
<string name="text_permission_granted">Permission granted</string>
<string name="text_permission_granted_failed_with_root">Failed to grant permission (with root)</string>
<string name="text_permission_granted_failed_with_shizuku">Failed to grant permission (with Shizuku)</string>
<string name="text_permission_granted_with_root">Permission granted (with root)</string>
<string name="text_permission_granted_with_shizuku">Permission granted (with Shizuku)</string>
<string name="text_permission_revoked">Permission revoked</string>
<string name="text_permission_revoked_failed_with_root">Failed to revoked permission (with root)</string>
<string name="text_permission_revoked_failed_with_shizuku">Failed to revoke permission (with Shizuku)</string>
<string name="text_permission_revoked_with_root">Permission revoked (with root)</string>
<string name="text_permission_revoked_with_shizuku">Permission revoked (with Shizuku)</string>
<string name="text_permission_test">Perm test</string>
<string name="text_permissions">Permissions</string>
<string name="text_permissions_list">Permissions</string>
<string name="text_pin_shortcut_not_unsupported">Pinning shortcuts to launcher is not supported</string>
<string name="text_pinch_to_zoom">Pinch to zoom</string>
<string name="text_play">Play</string>
<string name="text_please_choose">Please choose</string>
<string name="text_please_choose_a_script">Choose a script</string>
<string name="text_please_input_name">Input name</string>
<string name="text_pointer_location">Pointer location (with root)</string>
<string name="text_pointer_location">Pointer location</string>
<string name="text_pointer_location_toggle_failed_with_hint">Toggle \"pointer location\" failed.\nRoot access is required.</string>
<string name="text_post_notifications_permission">Post notifications</string>
<string name="text_pre_execute_script">Pre-execute script</string>
<string name="text_preparing" tools:ignore="TypographyEllipsis">Preparing...</string>
<string name="text_preset_dialog_content">Preset dialog content</string>
<string name="text_preset_dialog_title">Preset dialog title</string>
<string name="text_press_again_to_dismiss_dialog">Press again to dismiss the dialog</string>
<string name="text_press_again_to_exit">Press again to exit</string>
<string name="text_press_back_or_vol_down_to_close_window">To close, press \"Back\" or \"Volume Down\"</string>
<string name="text_preview">Preview</string>
<string name="text_processing">Processing</string>
<string name="text_project">Project</string>
@@ -542,6 +657,7 @@
<string name="text_project_media_access_description">With project media access, security warning for screen recording will not prompt.</string>
<string name="text_prompt">Prompt</string>
<string name="text_quit">Quit</string>
<string name="text_recommended">Recommended</string>
<string name="text_record_finished">Recording finished</string>
<string name="text_record_prompt">Recording prompt</string>
<string name="text_record_stopped">Recording stopped</string>
@@ -572,6 +688,7 @@
<string name="text_reset_to_initial_content_only_for_assets">Reset is only for samples</string>
<string name="text_restart_app">Restart</string>
<string name="text_result">Result</string>
<string name="text_revoke_autojs6_access_in_shizuku_app">Revoke AutoJs6 access in Shizuku app</string>
<string name="text_root_mode_title">Force set root check</string>
<string name="text_run">Run</string>
<string name="text_run_on_battery_change">On battery changed</string>
@@ -619,24 +736,32 @@
<string name="text_set_as_working_dir">Set as working dir</string>
<string name="text_set_breakpoint">Set a breakpoint</string>
<string name="text_settings">Settings</string>
<string name="text_app_shortcut_settings_long_label">AutoJs6 Settings</string>
<string name="text_app_shortcut_settings_short_label">Settings</string>
<string name="text_should_not_be_empty">Text can\'t be empty</string>
<string name="text_shizuku_access">Shizuku access</string>
<string name="text_shizuku_access_description">Shizuku makes it possible to uses system API with ADB privileges</string>
<string name="text_shizuku_service_may_need_to_be_run_first">Shizuku service may need to be run first</string>
<string name="text_should_not_be_empty">Text cannot be empty</string>
<string name="text_show_layout_bounds">View in layout bounds</string>
<string name="text_show_layout_hierarchy">View in layout hierarchy</string>
<string name="text_show_widget_information">Show widget information</string>
<string name="text_size">Size</string>
<string name="text_some_items_exported">%d items exported</string>
<string name="text_source_file_path">Source code path</string>
<string name="text_stable_mode">Stable mode</string>
<string name="text_star">Star</string>
<string name="text_start_record">Start recording</string>
<string name="text_start_running">Running</string>
<string name="text_stop">Stop</string>
<string name="text_supported_abis_short">ABIs</string>
<string name="text_supported_abis_short_32bit">ABIs (32-bit)</string>
<string name="text_supported_abis_short_64bit">ABIs (64-bit)</string>
<string name="text_supported_libraries_short">Libraries</string>
<string name="text_switch_window">Switch window</string>
<string name="text_symbols_settings">Symbols settings</string>
<string name="text_tailor_made_developer">Tailor-made developer</string>
<string name="text_task">Task</string>
<string name="text_text_size">Text size</string>
<string name="text_text_size_current_value" formatted="true">Text size: %d</string>
<string name="text_the_following_solutions_can_be_referred_to">The following solutions can be referred to</string>
<string name="text_theme_color">Theme color</string>
<string name="text_time">Time</string>
<string name="text_timed_task">Timed task</string>
@@ -644,10 +769,14 @@
<string name="text_tools">Tools</string>
<string name="text_tutorial">Tutorial</string>
<string name="text_type">Type</string>
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">The selected ABI \"%s\" cannot be used to create a packaged application, because the current version of AutoJs6 does not include the above ABI.</string>
<string name="text_unavailable">Unavailable</string>
<string name="text_unavailable_abi_for">ABI \"%s\" is unavailable</string>
<string name="text_under_development_content">The feature will be ready to use in the next few updates</string>
<string name="text_under_development_title">Under development</string>
<string name="text_undo">Undo</string>
<string name="text_undo_simplified">Undo</string>
<string name="text_unknown">Unknown</string>
<string name="text_updates">Updates</string>
<string name="text_updates_checked_states_cleared">Updates checked states cleared</string>
<string name="text_updates_snack_bar_act_later">Later</string>
@@ -658,7 +787,7 @@
<string name="text_use_volume_control_record">Use “Volume Down” key to control recording</string>
<string name="text_use_volume_key_to_control_script_running">Use \"Volume Up\" key to control the script running</string>
<string name="text_username">Username</string>
<string name="text_username_cannot_be_empty">Username can\'t be empty</string>
<string name="text_username_cannot_be_empty">Username cannot be empty</string>
<string name="text_using_desc_selector">Use desc selector</string>
<string name="text_using_id_selector">Use id selector</string>
<string name="text_using_text_selector">Use text selector</string>
@@ -668,6 +797,7 @@
<string name="text_version_code">Version code</string>
<string name="text_version_info">Version info</string>
<string name="text_version_name">Version name</string>
<string name="text_view">View</string>
<string name="text_view_docs">View documents</string>
<string name="text_vsc_ext_version_not_meet_requirement">The version of the VSCode extension does not meet the requirements</string>
<string name="text_weekly_task">Weekly task</string>
@@ -677,55 +807,5 @@
<string name="text_write_secure_settings_description">Secure system settings, containing system preferences that applications can read but are not allowed to write.\nThese are for preferences that the user must explicitly modify through the UI of a system app.\nWith secure system settings permission, normal applications can directly modify the secure settings (such as accessibility service).</string>
<string name="text_write_system_settings">Write system settings</string>
<string name="theme_color_default">Default</string>
<string name="text_only_latest_few_items_will_be_sent">Only latest %d items will be sent</string>
<string name="text_num_of_log_entries_exceeds_limit_for_sending">Number of log entries %d exceeds the limit for sending</string>
<string name="text_failed_to_send_log_entries">Failed to send log entries</string>
<string name="text_no_log_entries_to_send">No log entries to send</string>
<string name="text_no_log_entries_to_export">No log entries to export</string>
<string name="text_no_log_entries_to_copy">No log entries to copy</string>
<string name="text_failed_to_copy">Failed to copy</string>
<string name="text_already_copied_to_clip_but_only_latest_few_items">Already copied to clipboard (only latest %d items)</string>
<string name="text_failed_to_export_log_entries">Failed to export log entries</string>
<string name="dialog_button_dismiss">Dismiss</string>
<string name="dialog_button_view_file">View File</string>
<string name="text_exported">Exported</string>
<string name="text_some_items_exported">%d items exported</string>
<string name="text_app_shortcut_disabled">This shortcut is disabled</string>
<string name="text_launcher_shortcuts">Launcher shortcuts</string>
<string name="description_launcher_shortcuts">Shortcuts can perform specific actions in AutoJs6. Users can display these shortcuts in a supported launcher and quickly start some tasks or launch an activity, such as reading AutoJs6 application documentation, launching AutoJs6 settings page, and so on.</string>
<string name="summary_text_launcher_shortcuts">Add shortcuts to launcher</string>
<string name="text_pin_shortcut_not_unsupported">Pinning shortcuts to launcher is not supported</string>
<string name="text_shizuku_access_description">Shizuku makes it possible to uses system API with ADB privileges</string>
<string name="text_shizuku_access">Shizuku access</string>
<string name="text_grant_autojs6_access_in_shizuku_app">Grant AutoJs6 access in Shizuku app</string>
<string name="text_revoke_autojs6_access_in_shizuku_app">Revoke AutoJs6 access in Shizuku app</string>
<string name="text_shizuku_service_may_need_to_be_run_first">Shizuku service may need to be run first</string>
<string name="error_shizuku_is_not_installed">Shizuku is not installed</string>
<string name="error_shizuku_version_is_not_supported">Shizuku version is not supported</string>
<string name="error_failed_to_revoke_shizuku_access">Failed to revoke Shizuku access</string>
<string name="error_failed_to_grant_shizuku_access">Failed to grant Shizuku access</string>
<string name="error_unable_to_use_shizuku_service">Unable to use Shizuku service</string>
<string name="error_input_fields_check_failed">Input fields check failed</string>
<string name="error_at_least_one_abi_needs_to_be_selected">At least one ABI needs to be selected</string>
<string name="text_malfunctioning">Malfunctioning</string>
<string name="error_module_does_not_work_due_to_the_lack_of_necessary_library_files">The \"%s\" module does not work due to the lack of necessary library files</string>
<string name="text_unavailable">Unavailable</string>
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">The selected ABI \"%s\" cannot be used to create a packaged application, because the current version of AutoJs6 does not include the above ABI.</string>
<string name="text_the_following_solutions_can_be_referred_to">The following solutions can be referred to</string>
<string name="text_download_and_install_autojs6_including_above_abi">Download and install the version of AutoJs6 that includes the above ABI (the file name contains \"%s\")</string>
<string name="text_download_and_install_autojs6_including_all_abis">Download and install the version of AutoJs6 that includes all ABIs (the file name contains \"universal\")</string>
<string name="text_recommended">Recommended</string>
<string name="text_download_link_for_autojs6">Download link for AutoJs6</string>
<string name="text_unavailable_abi_for">ABI \"%s\" is unavailable</string>
<plurals name="text_items_total_sum">
<item quantity="one">Total: %d item</item>
<item quantity="other">Total: %d items</item>
</plurals>
<plurals name="text_already_stop_n_scripts">
<item quantity="one">%d script stopped</item>
<item quantity="other">%d scripts stopped</item>
</plurals>
</resources>