6.6.2 - Alpha2 - 去除并整合 redirect 内置模块

This commit is contained in:
SuperMonster003
2025-01-15 01:26:29 +08:00
parent 1023e1733d
commit 13ade9d022
23 changed files with 1388 additions and 646 deletions

View File

@@ -37,7 +37,6 @@
<string name="description_app_language_preference">Preference for changing the display language of AutoJs6, including exception messages from running scripts.\n\nNote: an app restart may be needed to make language applied as expected.</string>
<string name="description_change_working_dir_preference">Change the path of the directory containing scripts</string>
<string name="description_check_for_updates_preference">AutoJs6 gets and downloads updates from GitHub.\n\nNote: The update does not provide multilingual support yet.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">Provides a degree of Java class name compatibility for 4.x versions through class name remapping.\nWith this option turned on, there will be a varying degree of startup delay (tens to hundreds of milliseconds) each time the script is started.\nIt is recommended to keep the option off at all times if not specifically required.</string>
<string name="description_documentation_source_preference">Local docs: Using AutoJs6 build-in files as documentation sources, no network connection required. The content changes as AutoJs6 is updated.\nOnline docs: Using GitHub pages as documentation sources, requiring network connection. The content is always up to date.\n\nNote: To maximize the reading experience of online documents, it is recommended to use a widescreen display device such as a desktop monitor.\nNote: As of version 6.2.0, the documentation is still in the preliminary stages of development, and most of the content has not yet been written or updated.</string>
<string name="description_documentation_source_preference_more">The following conditions must be met for dark theme support on document pages:\n1. AutoJs6 has night mode enabled\n2. 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] and below: version >= 105</string>
<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>
@@ -247,7 +246,6 @@
<string name="screen_capturer_foreground_notification_text">This notification is being displayed for capturing screen</string>
<string name="screen_capturer_foreground_notification_title">Screen capturer foreground service</string>
<string name="summary_about_app_tips">Better user experience</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">Provide a degree of Java class name compatibility for 4.x versions</string>
<string name="summary_enable_a11y_service_with_root_access">Enable accessibility service with root access automatically when needed</string>
<string name="summary_enable_a11y_service_with_secure_settings">Enable accessibility service with secure settings automatically when needed</string>
<string name="summary_extending_js_build_in_objects">Increase code flexibility and enable richer functionality by extending JavaScript built-in objects</string>
@@ -373,7 +371,6 @@
<string name="text_command_already_copied_to_clip">Command copied to clipboard</string>
<string name="text_comment">Comment</string>
<string name="text_compatibility">Compatibility</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Compatibility with Java classes for version 4.x</string>
<string name="text_config">Config</string>
<string name="text_confirm_to_delete">Are you sure to delete?</string>
<string name="text_confirm_to_remove">Are you sure to remove?</string>

View File

@@ -0,0 +1,171 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="legacy_air_dialog_description_failed_invalid_token">Invalid access token</string>
<string name="legacy_air_dialog_description_failed_unknown">Unknown error</string>
<string name="legacy_air_dialog_title_failed">Cannot send bug report</string>
<string name="legacy_air_dialog_title_loading">Uploading to github</string>
<string name="legacy_air_label_email">E-mail</string>
<string name="legacy_air_label_use_email">Send by email</string>
<string name="legacy_air_title_issue">Issue</string>
<string name="legacy_app_name">Auto.js</string>
<string name="legacy_cancel">Cancel</string>
<string name="legacy_copyright">Copyright©2016 All right reserves.</string>
<string name="legacy_crash_feedback">(ಥ _ ಥ)Exit or submit a bug report or copy debugging log to the developer(≧∇≦)ノ</string>
<string name="legacy_default_value_script_dir_path">/Scripts/</string>
<string name="legacy_developer">Stardust</string>
<string name="legacy_edit_and_run_handle_intent_error">Cannot process file</string>
<string name="legacy_edit_exit_without_save_warn">The content has not been saved, are you sure you want to exit?</string>
<string name="legacy_exception_notification_service_disabled">通知服务未运行,请重新启用通知权限</string>
<string name="legacy_explain_accessibility_permission">Need to enable the Accessibility service.\nYou can also enable it later in the side menu.</string>
<string name="legacy_github">Source Code</string>
<string name="legacy_go_to_accessibility_settings"><![CDATA[Settings->Accessibility Services->UiAutomator]]></string>
<string name="legacy_key_enable_accessibility_service_by_root">key_enable_accessibility_service_by_root</string>
<string name="legacy_key_max_length_for_code_completion">key_max_length_for_code_completion</string>
<string name="legacy_key_use_volume_control_record">key_use_volume_control_record</string>
<string name="legacy_key_use_volume_control_running">key_use_volume_control_running</string>
<string name="legacy_my_github">https://github.com/hyb1996/NoRootScriptDroid</string>
<string name="legacy_notice_no_running_script"><![CDATA[No running script φ(>ω<*)]]></string>
<string name="legacy_no_write_settings_permissin">No writing settings permission</string>
<string name="legacy_ok">OK</string>
<string name="legacy_share_app">[UiAutomator]Downloadhttp://www.coolapk.com/apk/org.autojs.autojs </string>
<string name="legacy_summary_enable_accessibility_service_by_root">Enable accessibility service automatically when needed</string>
<string name="legacy_summary_guard_mode">Prevent automation of scripts when Auto.js in the front</string>
<string name="legacy_summary_pre_execute_script">Executed before the script file is executed</string>
<string name="legacy_summary_use_volume_control_record">Stop or start recording when volume changes</string>
<string name="legacy_text_about">About</string>
<string name="legacy_text_about_me_and_repo">About app and developer</string>
<string name="legacy_text_accessibility_service">Accessibility Service</string>
<string name="legacy_text_accessibility_service_description">Required by the script automatic operation (click, long press, slide, etc.).</string>
<string name="legacy_text_alert">Prompt</string>
<string name="legacy_text_already_copy_to_clip">Copied</string>
<string name="legacy_text_already_create">Created</string>
<string name="legacy_text_already_delete">Deleted</string>
<string name="legacy_text_already_stop_n_scripts">%d script(s) is(are) stopped</string>
<string name="legacy_text_appearance">Appearance</string>
<string name="legacy_text_attribute">Attribute</string>
<string name="legacy_text_auto_operate_service">Accessibility Service</string>
<string name="legacy_text_auto_operate_service_enabled_but_not_running">Accessibility service is enabled but not running. This may be Android\'s BUG. You may need to restart your phone</string>
<string name="legacy_text_cancel">Cancel</string>
<string name="legacy_text_checking_update">Checking for updates</string>
<string name="legacy_text_check_for_updates">Check for updates</string>
<string name="legacy_text_check_update_error">Check for updates failed</string>
<string name="legacy_text_clear">Clear</string>
<string name="legacy_text_clear_file_selection">Reset</string>
<string name="legacy_text_clear_pre_execute_script">Clear pre-execute script</string>
<string name="legacy_text_clicked">Clicked</string>
<string name="legacy_text_code_beautify">Beautify code</string>
<string name="legacy_text_console">Console</string>
<string name="legacy_text_copy_debug_info">Copy debugging log</string>
<string name="legacy_text_copy_to_clip">Copy</string>
<string name="legacy_text_copy_to_my_scripts">Import to my scripts</string>
<string name="legacy_text_crash">Crash~ o(≧口≦)o</string>
<string name="legacy_text_create_fail">Creation failed</string>
<string name="legacy_text_current_activity">Current Activity:</string>
<string name="legacy_text_current_package">Current Package:</string>
<string name="legacy_text_delete">Delete</string>
<string name="legacy_text_directly_download">Download now</string>
<string name="legacy_text_download_failed">Download failed</string>
<string name="legacy_text_download_url">Download</string>
<string name="legacy_text_do_not_ask_again_for_this_version">Do not ask again for this version</string>
<string name="legacy_text_do_not_remind_again">Don\'t show again</string>
<string name="legacy_text_drawer_close">Close drawer</string>
<string name="legacy_text_drawer_open">Open drawer</string>
<string name="legacy_text_edit">Edit</string>
<string name="legacy_text_edit_prepare_script">Edit pre-execute script</string>
<string name="legacy_text_enable_accessibility_service_by_root">Enable service automatically with root</string>
<string name="legacy_text_enable_accessibility_service_by_root_timeout">Start the accessibility service timeout</string>
<string name="legacy_text_error">Error</string>
<string name="legacy_text_error_report">Bug Report</string>
<string name="legacy_text_execution_finished">\\n------------\\n[%s]Finishedspent %f seconds.</string>
<string name="legacy_text_exit">Exit</string>
<string name="legacy_text_exit_directly">Exit</string>
<string name="legacy_text_file_exists">The file exists</string>
<string name="legacy_text_file_not_exists">File dost not exist</string>
<string name="legacy_text_file_write_fail">File writing failed</string>
<string name="legacy_text_floating_window">Floating Window</string>
<string name="legacy_text_force_stop">Force stop</string>
<string name="legacy_text_go_to_setting">Go to setting</string>
<string name="legacy_text_guard_mode">Protection mode</string>
<string name="legacy_text_help">Help</string>
<string name="legacy_text_import_fail">Import failed</string>
<string name="legacy_text_import_succeed">Import successful</string>
<string name="legacy_text_issue_report">Feedback</string>
<string name="legacy_text_is_latest_version">No newer version found</string>
<string name="legacy_text_it_is_the_developer_of_app">This is a software developer(。・・)</string>
<string name="legacy_text_layout_inspector_is_dumping" formatted="false" tools:ignore="TypographyEllipsis">Inspecting layout...</string>
<string name="legacy_text_licenses">Open Sources Licenses</string>
<string name="legacy_text_long_clicked">Long Clicked</string>
<string name="legacy_text_max_length_for_code_completion">Maximum file length of code complements</string>
<string name="legacy_text_mobile_qq_not_installed">Not installed mobile QQ</string>
<string name="legacy_text_name">Name</string>
<string name="legacy_text_need_to_enable_accessibility_service">Need to enable Accessibility Service</string>
<string name="legacy_text_new_file">New File</string>
<string name="legacy_text_new_version">New Version</string>
<string name="legacy_text_no_accessibility_permission">The accessibility service is disabled and the script has stopped</string>
<string name="legacy_text_no_accessibility_permission_to_capture">Accessibility service is not activated</string>
<string name="legacy_text_no_brower">No brower installed.</string>
<string name="legacy_text_no_file_rw_permission">No file read and write permissions</string>
<string name="legacy_text_no_floating_window_permission">No floating window permission</string>
<string name="legacy_text_no_running_script">No running script</string>
<string name="legacy_text_open_by_other_apps">Open by other apps</string>
<string name="legacy_text_path_is_empty">Path is empty</string>
<string name="legacy_text_please_choose">Please choose </string>
<string name="legacy_text_please_choose_a_script">Choose a script</string>
<string name="legacy_text_please_input_name">Input name</string>
<string name="legacy_text_press_again_to_exit">Press again to exit</string>
<string name="legacy_text_pre_execute_script">Pre-execute script</string>
<string name="legacy_text_processing">Processing</string>
<string name="legacy_text_recorded">Recording stopped</string>
<string name="legacy_text_record_msg">Recording Prompt</string>
<string name="legacy_text_redo">Redo</string>
<string name="legacy_text_refresh">Refresh</string>
<string name="legacy_text_release_notes">Release Notes</string>
<string name="legacy_text_rename">Rename</string>
<string name="legacy_text_report_fail">Submission Failed</string>
<string name="legacy_text_report_succeed">Submitted successfully</string>
<string name="legacy_text_requires_sdk_version_to_run_the_script">Required Android OS version:</string>
<string name="legacy_text_run">Run</string>
<string name="legacy_text_save">Save</string>
<string name="legacy_text_save_and_exit">Save &amp; Exit</string>
<string name="legacy_text_script_record">Record touches</string>
<string name="legacy_text_script_running">Script</string>
<string name="legacy_text_scrolled">Scrolled</string>
<string name="legacy_text_select_image">Choose a picture</string>
<string name="legacy_text_send_shortcut">Create shortcut</string>
<string name="legacy_text_setting">Settings</string>
<string name="legacy_text_should_enable_key_observing">Key observing is disabled, please enable in settings</string>
<string name="legacy_text_show_layout_hierarchy">View in layout bounds\' view</string>
<string name="legacy_text_show_widget_infomation">View info</string>
<string name="legacy_text_start_record">Start</string>
<string name="legacy_text_start_running">Running</string>
<string name="legacy_text_text_changed">Text Changed</string>
<string name="legacy_text_theme_color">Theme Color</string>
<string name="legacy_text_undo">Undo</string>
<string name="legacy_text_update">Update</string>
<string name="legacy_text_use_volume_control_record">Use the volume keys to control</string>
<string name="legacy_text_use_volume_to_stop_running">Stop all scripts when volume changes</string>
<string name="legacy_text_value">Value</string>
<string name="legacy_text_version_too_old">Version too old</string>
<string name="legacy_theme_color_amber">Amber</string>
<string name="legacy_theme_color_blue">Blue</string>
<string name="legacy_theme_color_blue_gray">Blue gray</string>
<string name="legacy_theme_color_blue_green">Blue green</string>
<string name="legacy_theme_color_brown">Brown</string>
<string name="legacy_theme_color_cyan">Cyan</string>
<string name="legacy_theme_color_dark_orange">Dark orange</string>
<string name="legacy_theme_color_dark_purple">Dark purple</string>
<string name="legacy_theme_color_gray">Gray</string>
<string name="legacy_theme_color_green">Green</string>
<string name="legacy_theme_color_indigo">Indigo</string>
<string name="legacy_theme_color_light_blue">Light blue</string>
<string name="legacy_theme_color_light_green">Light green</string>
<string name="legacy_theme_color_orange">Orange</string>
<string name="legacy_theme_color_pink">Red</string>
<string name="legacy_theme_color_purple">Purple</string>
<string name="legacy_theme_color_yellow">Yellow</string>
<string name="legacy_theme_color_yellow_green">Yellow green</string>
<string name="legacy_warning_version_too_old">This version is deprecated</string>
</resources>