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

@@ -41,7 +41,6 @@
<string name="description_app_language_preference">هذا التفضيل لتغيير لغة العرض لـ AutoJs6 ، بما في ذلك رسائل الاستثناء من تشغيل البرامج النصية.\n\nملاحظة: قد تكون هناك حاجة إلى إعادة تشغيل التطبيق لجعل اللغة تطبيقها كما هو متوقع.</string>
<string name="description_change_working_dir_preference">قم بتغيير مسار الدليل الذي يحتوي على البرامج النصية</string>
<string name="description_check_for_updates_preference">يحصل AutoJs6 على التحديثات وتنزيلها من GitHub.\n\nملاحظة: لا يوفر التحديث دعمًا متعدد اللغات حتى الآن.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">يوفر درجة توافق اسم فئة Java لإصدارات 4.x من خلال إعادة تعيين اسم الفئة.\nعند تشغيل هذا الخيار ، سيكون هناك درجة متفاوتة من تأخير بدء التشغيل (عشرات إلى مئات المللي ثانية) في كل مرة يبدأ فيها البرنامج النصي.\nيوصى بإيقاف تشغيل الخيار في جميع الأوقات إذا لم يكن مطلوبًا على وجه التحديد.</string>
<string name="description_documentation_source_preference">المستندات المحلية: باستخدام ملفات AutoJs6 المضمنة كمصادر توثيق ، لا يلزم الاتصال بالشبكة. يتغير المحتوى مع تحديث AutoJs6.\nالمستندات عبر الإنترنت: استخدام صفحات GitHub كمصادر توثيق تتطلب اتصالاً بالشبكة. المحتوى دائما محدث.\n\nملاحظة: لزيادة تجربة قراءة المستندات عبر الإنترنت إلى الحد الأقصى ، يوصى باستخدام جهاز عرض بشاشة عريضة مثل شاشة سطح المكتب.\nملاحظة: اعتبارًا من الإصدار 6.2.0 ، لا تزال الوثائق في المراحل الأولية من التطوير ، ومعظم المحتوى لم تتم كتابته أو تحديثه بعد.</string>
<string name="description_documentation_source_preference_more">يجب استيفاء الشروط التالية لدعم النسق الداكن على صفحات المستند:\n1. تم تمكين الوضع الليلي AutoJs6\n2.عرض ويب نظام Android (أو متصفحات مثل Google Chrome):\n- Android API المستوى 29 (Android 10) [Q] وما فوق: الإصدار> = 76\n- مستوى واجهة برمجة تطبيقات Android 28 (Android 9) [P] وما دون: الإصدار> = 105</string>
<string name="description_extending_js_build_in_objects">يمكن أن يؤدي توسيع كائنات JavaScript المضمنة إلى زيادة مرونة التعليمات البرمجية وتمكين وظائف أكثر ثراءً ، ولكن يمكن أن يتسبب في حدوث تعارضات وحتى حدوث تعطل.\nتحتوي جميع البرامج النصية على امتدادات مضمنة يتم تمكينها افتراضيًا عند تشغيل الخيار.\nغالبًا ما تكون الامتدادات المضمنة غير آمنة ، ولا يوصى بها ما لم يتم فهم مبادئ ومخاطر الإضافات المضمنة بوضوح.\nعند إيقاف تشغيل الخيار ، لا يزال من الممكن تمكين الامتدادات المضمنة من خلال الكائن العام للمكونات الإضافية ، كما هو موضح في وثائق المشروع.</string>
@@ -251,7 +250,6 @@
<string name="screen_capturer_foreground_notification_text">يتم عرض هذا الإشعار لالتقاط الشاشة</string>
<string name="screen_capturer_foreground_notification_title">شاشة كابتوري فريجرونيد خدمة</string>
<string name="summary_about_app_tips">تجربة مستخدم أفضل</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">قم بتوفير درجة توافق اسم فئة Java لإصدارات 4.x</string>
<string name="summary_enable_a11y_service_with_root_access">تمكين خدمة إمكانية الوصول مع الوصول إلى الجذر تلقائيًا عند الحاجة</string>
<string name="summary_enable_a11y_service_with_secure_settings">تمكين خدمة إمكانية الوصول مع إعدادات آمنة تلقائيًا عند الحاجة</string>
<string name="summary_extending_js_build_in_objects">قم بزيادة مرونة التعليمات البرمجية وتمكين وظائف أكثر ثراءً من خلال توسيع كائنات JavaScript المضمنة</string>
@@ -377,7 +375,6 @@
<string name="text_command_already_copied_to_clip">تم نسخ الأمر إلى الحافظة</string>
<string name="text_comment">تعليق</string>
<string name="text_compatibility">التوافق</string>
<string name="text_compatibility_with_classes_for_ver_4_x">التوافق مع فئات Java للإصدار 4.x</string>
<string name="text_config">تكوين</string>
<string name="text_confirm_to_delete">هل انت متأكد من الحذف؟</string>
<string name="text_confirm_to_remove">هل أنت متأكد من إزالته؟</string>

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>

View File

@@ -40,7 +40,6 @@
<string name="description_app_language_preference">Esta preferencia para cambiar el idioma de visualización de AutoJs6, incluyendo los mensajes de excepción de los scripts en ejecución.\n\nNota: puede ser necesario reiniciar la aplicación para que el idioma se aplique como se espera.</string>
<string name="description_change_working_dir_preference">Cambiar la ruta del directorio que contiene los scripts</string>
<string name="description_check_for_updates_preference">AutoJs6 obtiene y descarga las actualizaciones de GitHub.\n\nNota: La actualización aún no ofrece soporte multilingüe.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">Proporciona un grado de compatibilidad de nombres de clase Java para las versiones 4.x a través de la reasignación de nombres de clase.\nCon esta opción activada, habrá un grado variable de retraso en el inicio (de decenas a cientos de milisegundos) cada vez que se inicie el script.\nSe recomienda mantener la opción desactivada en todo momento si no se requiere específicamente.</string>
<string name="description_documentation_source_preference">Documentos locales: Utiliza los archivos incorporados de AutoJs6 como fuentes de documentación, sin necesidad de conexión a la red. El contenido cambia a medida que se actualiza AutoJs6.\nDocumentación en línea: Utilizando las páginas de GitHub como fuentes de documentación, se requiere conexión a la red. El contenido está siempre actualizado.\n\nNota: Para maximizar la experiencia de lectura de los documentos en línea, se recomienda utilizar un dispositivo de pantalla ancha, como un monitor de escritorio.\nNota: A partir de la versión 6.2.0, la documentación se encuentra todavía en las fases preliminares de desarrollo, y la mayor parte del contenido aún no ha sido escrito o actualizado.</string>
<string name="description_documentation_source_preference_more">Para que el tema oscuro sea compatible con las páginas de los documentos, deben cumplirse las siguientes condiciones\n1. AutoJs6 tiene activado el modo nocturno\n2. Sistema Android WebView (o navegadores como Google Chrome):\n- Android API Level 29 (Android 10) [Q] y superior: versión >= 76\n- Android API Level 28 (Android 9) [P] e inferiores: versión >= 105</string>
<string name="description_extending_js_build_in_objects">La ampliación de los objetos incorporados de JavaScript puede aumentar la flexibilidad del código y permitir una funcionalidad más rica, pero puede causar conflictos e incluso roturas.\nTodos los scripts tienen las extensiones incorporadas habilitadas por defecto cuando la opción está activada.\nLas extensiones incorporadas suelen ser inseguras y no se recomiendan a menos que se comprendan claramente los principios y riesgos de las extensiones incorporadas.\nCuando la opción está desactivada, las extensiones incorporadas aún pueden ser habilitadas a través del objeto global plugins, como se describe en la documentación del proyecto.</string>
@@ -250,7 +249,6 @@
<string name="screen_capturer_foreground_notification_text">Se está mostrando esta notificación para capturar la pantalla</string>
<string name="screen_capturer_foreground_notification_title">Servicio de captura de pantalla en primer plano</string>
<string name="summary_about_app_tips">Mejor experiencia de usuario</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">Proporcionar un grado de compatibilidad de nombres de clases Java para las versiones 4.x</string>
<string name="summary_enable_a11y_service_with_root_access">Habilitar el servicio de accesibilidad con acceso root automáticamente cuando sea necesario</string>
<string name="summary_enable_a11y_service_with_secure_settings">Habilitar el servicio de accesibilidad con configuración segura automáticamente cuando sea necesario</string>
<string name="summary_extending_js_build_in_objects">Aumentar la flexibilidad del código y permitir una funcionalidad más rica mediante la ampliación de los objetos incorporados de JavaScript</string>
@@ -376,7 +374,6 @@
<string name="text_command_already_copied_to_clip">Comando copiado en el portapapeles</string>
<string name="text_comment">Comente</string>
<string name="text_compatibility">Compatibilidad</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Compatibilidad con las clases de Java para la versión 4.x</string>
<string name="text_config">Configuración</string>
<string name="text_confirm_to_delete">¿Seguro que quieres borrar?</string>
<string name="text_confirm_to_remove">¿Está seguro de eliminar?</string>

View File

@@ -40,7 +40,6 @@
<string name="description_app_language_preference">Cette préférence permet de modifier la langue d\'affichage d\'AutoJs6, y compris les messages d\'exception des scripts en cours d\'exécution.\n\nNote: un redémarrage de l\'application peut être nécessaire pour que la langue s\'applique comme prévu.</string>
<string name="description_change_working_dir_preference">Changer le chemin du répertoire contenant les scripts</string>.
<string name="description_check_for_updates_preference">AutoJs6 obtient et télécharge les mises à jour depuis GitHub.\n\nNote: La mise à jour ne fournit pas encore de support multilingue.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">Assure un certain degré de compatibilité des noms de classe Java pour les versions 4.x grâce au remappage des noms de classe.\nSi cette option est activée, il y aura un délai de démarrage plus ou moins long (de quelques dizaines à quelques centaines de millisecondes) à chaque fois que le script sera lancé.\nIl est recommandé de laisser l\'option désactivée à tout moment si elle n\'est pas spécifiquement requise.</string>
<string name="description_documentation_source_preference">Documentation locale: Utilisation des fichiers intégrés d\'AutoJs6 comme sources de documentation, aucune connexion réseau n\'est nécessaire. Le contenu change au fur et à mesure que AutoJs6 est mis à jour.\nDocumentation en ligne: Utilisation des pages GitHub comme sources de documentation, nécessitant une connexion réseau. Le contenu est toujours à jour.\n\nRemarque: pour optimiser l\'expérience de lecture des documents en ligne, il est recommandé d\'utiliser un dispositif d\'affichage grand écran tel qu\'un moniteur de bureau.\nRemarque: à partir de la version 6.2.0, la documentation est encore dans les phases préliminaires de développement, et la plupart du contenu n\'a pas encore été écrit ou mis à jour.</string>
<string name="description_documentation_source_preference_more">Les conditions suivantes doivent être remplies pour la prise en charge du thème sombre sur les pages de la documentation :\n1. Le mode nuit d\'AutoJs6 est activé\n2. WebView du système Android (ou des navigateurs comme Google Chrome) :\n- Android API Level 29 (Android 10) [Q] et supérieur: version >= 76\n- Android API Niveau 28 (Android 9) [P] et inférieur: version >= 105</string>
<string name="description_extending_js_build_in_objects">L\'extension des objets JavaScript intégrés peut augmenter la flexibilité du code et permettre des fonctionnalités plus riches, mais elle peut provoquer des conflits et même des pannes.\nTous les scripts ont des extensions intégrées activées par défaut lorsque l\'option est activée.\nLes extensions intégrées sont souvent peu sûres et ne sont pas recommandées, sauf si les principes et les risques des extensions intégrées sont clairement compris.\nLorsque l\'option est désactivée, les extensions intégrées peuvent toujours être activées via l\'objet global plugins, comme décrit dans la documentation du projet.</string>
@@ -250,7 +249,6 @@
<string name="screen_capturer_foreground_notification_text">Cette notification s\'affiche pour la capture d\'écran</string>.
<string name="screen_capturer_foreground_notification_title">Service de capture d\'écran en avant-plan</string>
<string name="summary_about_app_tips">Meilleure expérience utilisateur</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">Fournir un degré de compatibilité des noms de classe Java pour les versions 4.x.</string>
<string name="summary_enable_a11y_service_with_root_access">Activer le service d\'accessibilité avec accès root automatiquement lorsque cela est nécessaire</string>.
<string name="summary_enable_a11y_service_with_secure_settings">Activer le service d\'accessibilité avec des paramètres sécurisés automatiquement lorsque cela est nécessaire</string>.
<string name="summary_extending_js_build_in_objects">Augmenter la flexibilité du code et permettre une fonctionnalité plus riche en étendant les objets intégrés JavaScript.</string>
@@ -376,7 +374,6 @@
<string name="text_command_already_copied_to_clip">Commande copiée dans le presse-papiers</string>
<string name="text_comment">Commentaire</string>
<string name="text_compatibility">Compatibilité</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Compatibilité avec les classes Java pour la version 4.x</string>
<string name="text_config">Configuration</string>
<string name="text_confirm_to_delete">Vous êtes sûr de vouloir supprimer?</string>
<string name="text_confirm_to_remove">Etes-vous sûr de supprimer?</string>

View File

@@ -40,7 +40,6 @@
<string name="description_app_language_preference">この環境設定は, 実行中のスクリプトからの例外メッセージを含む, AutoJs6 の表示言語を変更するためのものです.\n\n注: 言語を期待通りに適用するには, アプリの再起動が必要な場合があります</string>
<string name="description_change_working_dir_preference">スクリプトを含むディレクトリのパスを変更する</string>
<string name="description_check_for_updates_preference">AutoJs6 は, GitHub からアップデートを取得し, ダウンロードします.\n\n注: このアップデートでは, まだ多言語サポートは提供されていません</string>
<string name="description_compatibility_with_classes_for_ver_4_x">クラス名のリマッピングにより, 4.x バージョンの Java クラス名の互換性をある程度確保します.\nこのオプションをオンにすると, スクリプトを起動するたびにさまざまな程度 (数十から数百ミリ秒) の起動遅延が発生するようになる.\n特に必要でない場合は, このオプションを常にオフにしておくことをお勧めします</string>
<string name="description_documentation_source_preference">ローカルドキュメント AutoJs6 に組み込まれたファイルをドキュメントソースとして使用するため, ネットワーク接続は必要ありません. AutoJs6 が更新されると内容も変わります.\nオンライン・ドキュメント. GitHub のページをドキュメントソースとして使用し, ネットワーク接続が必要です. コンテンツは常に最新の状態に保たれます.\n\n注: オンラインドキュメントを最大限に活用するために, デスクトップモニターなどのワイドスクリーンディスプレイを使用することをお勧めします.\n注意: バージョン 6.2.0 時点では, ドキュメントはまだ開発の初期段階にあり, ほとんどのコンテンツはまだ執筆・更新されていません</string>
<string name="description_documentation_source_preference_more">ドキュメントページでダークテーマをサポートするには, 以下の条件を満たす必要があります.\n1. AutoJs6 でナイトモードが有効になっている\n2. Android System WebView (または Google Chrome などのブラウザ) .\n- Android API Level 29 (Android 10) [Q] 以上: バージョン >= 76\n- Android API Level 28 (Android 9) [P] 以下: バージョン >= 105</string>
<string name="description_extending_js_build_in_objects">JavaScript の組み込みオブジェクトを拡張すると, コードの柔軟性が増し, より豊かな機能を実現できますが, 衝突や破損を引き起こす可能性もあります.\nこのオプションをオンにすると, すべてのスクリプトはデフォルトで組み込みの拡張機能を有効にします.\n組み込みの拡張機能は安全でないことが多いので, 組み込みの拡張機能の原理とリスクが明確に理解されていない限り, 推奨されません.\nこのオプションをオフにした場合でも, プロジェクトのドキュメントで説明されているように, plugins グローバルオブジェクトを使用して組み込み拡張機能を有効にすることができます</string>
@@ -250,7 +249,6 @@
<string name="screen_capturer_foreground_notification_text">画面のキャプチャを行うため, この通知が表示される</string>
<string name="screen_capturer_foreground_notification_title">スクリーンキャプチャーのフォアグラウンドサービス</string>
<string name="summary_about_app_tips">より良いユーザーエクスペリエンス</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">4.x バージョンの Java クラス名の互換性をある程度提供する</string>
<string name="summary_enable_a11y_service_with_root_access">必要なときに自動的に root 権限でアクセシビリティサービスを有効にする</string>
<string name="summary_enable_a11y_service_with_secure_settings">必要なときに自動的にセキュアな設定のアクセシビリティサービスを有効にする</string>
<string name="summary_extending_js_build_in_objects">JavaScript の組み込みオブジェクトを拡張することで, コードの柔軟性を高め, より豊かな機能を実現します</string>
@@ -376,7 +374,6 @@
<string name="text_command_already_copied_to_clip">クリップボードにコピーされたコマンド</string>
<string name="text_comment">コメント</string>
<string name="text_compatibility">互換性</string>
<string name="text_compatibility_with_classes_for_ver_4_x">バージョン 4.x の Java クラスとの互換性</string>
<string name="text_config">設定</string>
<string name="text_confirm_to_delete">本当に削除しますか?</string>
<string name="text_confirm_to_remove">本当に削除しますか?</string>

View File

@@ -41,7 +41,6 @@
<string name="description_app_language_preference">실행 스크립트의 예외 메시지를 포함하여 AutoJs6 의 디스플레이 언어를 변경하는이 선호도.\n\n참고: 예상대로 언어를 적용하려면 앱 재시작이 필요할 수 있습니다.</string>
<string name="description_change_working_dir_preference">스크립트가 포함 된 디렉토리의 경로를 변경하십시오</string>
<string name="description_check_for_updates_preference">AutoJs6 은 GitHub 에서 업데이트를 가져오고 다운로드합니다.\n\n참고: 업데이트는 아직 다국어 지원을 제공하지 않습니다.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">클래스 이름 재매핑을 통해 4.x 버전에 대해 어느 정도의 Java 클래스 이름 호환성을 제공합니다.\n이 옵션을 켜면 스크립트가 시작될 때마다 다양한 정도의 시작 지연 (수십에서 수백 밀리초) 이 발생합니다.\n특별히 필요하지 않은 경우 옵션을 항상 해제하는 것이 좋습니다.</string>
<string name="description_documentation_source_preference">로컬 문서: AutoJs6 내장 파일을 문서 소스로 사용, 네트워크 연결이 필요하지 않습니다. 내용은 AutoJs6 이 업데이트됨에 따라 변경됩니다.\n온라인 문서: GitHub 페이지를 문서 소스로 사용, 네트워크 연결 필요. 콘텐츠는 항상 최신 상태입니다.\n\n참고: 온라인 문서의 읽기 환경을 최대화하려면 데스크탑 모니터와 같은 와이드 스크린 디스플레이 장치를 사용하는 것이 좋습니다.\n참고: 버전 6.2.0 현재 문서는 아직 개발 초기 단계이며 대부분의 콘텐츠가 아직 작성되거나 업데이트되지 않았습니다.</string>
<string name="description_documentation_source_preference_more">문서 페이지에서 어두운 테마를 지원하려면 다음 조건이 충족되어야 합니다.\n1. AutoJs6 에는 야간 모드가 활성화되어 있습니다.\n2. Android 시스템 WebView (또는 Google Chrome 과 같은 브라우저):\n- Android API 레벨 29 (Android 10) [Q] 이상: 버전 >= 76\n- Android API 레벨 28 (Android 9) [P] 이하: 버전 >= 105</string>
<string name="description_extending_js_build_in_objects">JavaScript 내장 개체를 확장하면 코드 유연성이 향상되고 더 풍부한 기능을 사용할 수 있지만 충돌이 발생하고 파손될 수도 있습니다.\n옵션이 켜져 있을 때 모든 스크립트에는 기본적으로 활성화된 내장 확장이 있습니다.\n기본 제공 확장은 종종 안전하지 않으며 기본 제공 확장의 원칙과 위험을 명확하게 이해하지 않는 한 권장되지 않습니다.\n옵션이 꺼져 있어도 프로젝트 문서에 설명된 대로 플러그인 전역 개체를 통해 내장 확장을 계속 활성화할 수 있습니다.</string>
@@ -251,7 +250,6 @@
<string name="screen_capturer_foreground_notification_text">이 알림은 화면 캡처를 위해 표시됩니다</string>
<string name="screen_capturer_foreground_notification_title">스크린 캡처 전경 서비스</string>
<string name="summary_about_app_tips">더 나은 사용자 경험</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">4.x 버전에 대해 어느 정도의 Java 클래스 이름 호환성 제공</string>
<string name="summary_enable_a11y_service_with_root_access">필요할 때 루트 액세스로 접근성 서비스를 자동으로 활성화하십시오</string>
<string name="summary_enable_a11y_service_with_secure_settings">필요할 때 안전한 설정으로 접근성 서비스를 활성화하십시오</string>
<string name="summary_extending_js_build_in_objects">JavaScript 내장 개체를 확장하여 코드 유연성을 높이고 더 풍부한 기능을 활성화합니다.</string>
@@ -377,7 +375,6 @@
<string name="text_command_already_copied_to_clip">클립 보드에 복사 된 명령</string>
<string name="text_comment">논평</string>
<string name="text_compatibility">호환성</string>
<string name="text_compatibility_with_classes_for_ver_4_x">버전 4.x 용 Java 클래스와의 호환성</string>
<string name="text_config">구성</string>
<string name="text_confirm_to_delete">삭제 하시겠습니까?</string>
<string name="text_confirm_to_remove">제거 하시겠습니까?</string>

View File

@@ -40,7 +40,6 @@
<string name="description_app_language_preference">Это предпочтение для изменения языка отображения AutoJs6, включая сообщения исключений от запущенных скриптов.\n\nПримечание: может потребоваться перезапуск приложения, чтобы язык был применен так, как ожидается.</string>
<string name="description_change_working_dir_preference">Измените путь к директории, содержащей скрипты</string>
<string name="description_check_for_updates_preference">AutoJs6 получает и загружает обновления с GitHub.\n\nПримечание: обновление пока не обеспечивает многоязыковую поддержку.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">Обеспечивает определенную совместимость имен классов Java для версий 4.x путем переименования имен классов.\nПри включении этой опции при каждом запуске скрипта будет происходить задержка запуска (от десятков до сотен миллисекунд).\nРекомендуется всегда держать эту опцию выключенной, если в ней нет особой необходимости.</string>
<string name="description_documentation_source_preference">Локальная документация: Использование встроенных файлов AutoJs6 в качестве источников документации, подключение к сети не требуется. Содержание меняется по мере обновления AutoJs6.\nОнлайн-документы: Использование страниц GitHub в качестве источников документации, требуется подключение к сети. Содержимое всегда обновляется.\n\nПримечание: Чтобы максимально улучшить качество чтения онлайн-документов, рекомендуется использовать широкоформатное устройство отображения, например настольный монитор.\nПримечание: Начиная с версии 6.2.0, документация находится на предварительной стадии разработки, и большая часть содержимого еще не была написана или обновлена.</string>
<string name="description_documentation_source_preference_more">Для поддержки темной темы на страницах документов должны быть выполнены следующие условия:\n1. В AutoJs6 включен ночной режим\n2. Android System WebView (или браузеры типа Google Chrome):\n- Android API Level 29 (Android 10) [Q] и выше: версия >= 76\n- Android API Level 28 (Android 9) [P] и ниже: версия >= 105</string>
<string name="description_extending_js_build_in_objects">Расширение встроенных объектов JavaScript может повысить гибкость кода и обеспечить более богатую функциональность, но может привести к конфликтам и даже поломкам.\nВсе сценарии имеют встроенные расширения, включенные по умолчанию, когда опция включена.\nВстроенные расширения часто небезопасны, и их не рекомендуется использовать, пока принципы и риски встроенных расширений не будут четко поняты.\nКогда опция выключена, встроенные расширения все еще можно включить через глобальный объект plugins, как описано в документации проекта.</string>
@@ -250,7 +249,6 @@
<string name="screen_capturer_foreground_notification_text">Это уведомление отображается для захвата экрана</string>
<string name="screen_capturer_foreground_notification_title">Служба захвата экрана на переднем плане</string>
<string name="summary_about_app_tips">Лучший пользовательский опыт</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">Обеспечить определенную совместимость имен классов Java для версий 4.x</string>
<string name="summary_enable_a11y_service_with_root_access">Автоматическое включение службы доступности с корневым доступом при необходимости</string>
<string name="summary_enable_a11y_service_with_secure_settings">Автоматическое включение службы доступности с безопасными настройками при необходимости</string>
<string name="summary_extending_js_build_in_objects">Повысить гибкость кода и обеспечить более богатую функциональность за счет расширения встроенных объектов JavaScript</string>
@@ -376,7 +374,6 @@
<string name="text_command_already_copied_to_clip">Команда скопирована в буфер обмена</string>
<string name="text_comment">Комментарий</string>
<string name="text_compatibility">Совместимость</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Совместимость с классами Java для версии 4.x</string>
<string name="text_config">Конфигурация</string>
<string name="text_confirm_to_delete">Вы уверены, что хотите удалить?</string>
<string name="text_confirm_to_remove">Вы уверены, что хотите удалить?</string>

View File

@@ -39,7 +39,6 @@
<string name="description_app_language_preference">設置選項用於修改 AutoJs6 應用的文本內容顯示語言, 同時包括腳本運行產生的錯誤消息等.\n\n注: 部分內容可能需要重啓應用才能完成語言切換.</string>
<string name="description_change_working_dir_preference">更改包含腳本的文件夾路徑</string>
<string name="description_check_for_updates_preference">AutoJs6 從 GitHub 獲取並下載更新.\n\n注: 版本更新內容暫未提供多語言支持.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">通過類名重映射, 提供一定程度上的 4.x 版本 Java 類名兼容.\n開啓選項後, 每次啓動腳本將出現不同程度的啓動延遲 (幾十到幾百毫秒不等).\n如無特別需求, 建議始終保持選項關閉.</string>
<string name="description_documentation_source_preference">本地文檔: AutoJs6 內置文件作為文檔來源, 無需網絡連接, 隨 AutoJs6 應用更新而發生內容變動.\n在線文檔: 使用 GitHub 網頁作為文檔來源, 需網絡連接, 可隨時保持文檔內容為最新.\n\n注: 為最大化在線文檔的閲讀體驗, 建議使用桌面顯示器等寬屏顯示設備閲讀.\n注: 截至 6.2.0 版本, 文檔尚處於初步編寫階段, 大部分內容尚未完成編寫或更新.</string>
<string name="description_documentation_source_preference_more">文檔頁面的深色主題支持需要滿足以下條件:\n1. AutoJs6 開啓夜間模式\n2. WebView (或 Google Chrome 等瀏覽器) 版本要求:\n- API 級別 29 (安卓 10) [Q] 及以上: 版本不低於 76\n- API 級別 28 (安卓 9) [P] 及以下: 版本不低於 105</string>
<string name="description_extending_js_build_in_objects">擴展 JavaScript 內置對象可以增加代碼靈活性並實現更豐富的功能, 但可能造成衝突甚至破壞.\n選項開啓後所有腳本均默認啓用內置擴展.\n內置擴展往往是不安全的, 除非明確瞭解內置擴展的原理及風險, 否則不建議啓用.\n選項關閉後, 仍然可以通過 plugins 全局對象啓用內置擴展, 詳見項目文檔.</string>
@@ -249,7 +248,6 @@
<string name="screen_capturer_foreground_notification_text">此通知用於捕獲屏幕截圖</string>
<string name="screen_capturer_foreground_notification_title">屏幕捕獲器前台服務</string>
<string name="summary_about_app_tips">更佳的用户使用體驗</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">提供一定程度上的 4.x 版本 Java 類名兼容</string>
<string name="summary_enable_a11y_service_with_root_access">自動嘗試使用 root 權限啓用無障礙服務</string>
<string name="summary_enable_a11y_service_with_secure_settings">自動嘗試使用修改安全設置權限啓用無障礙服務</string>
<string name="summary_extending_js_build_in_objects">擴展 JavaScript 內置對象以增加代碼靈活性</string>
@@ -375,7 +373,6 @@
<string name="text_command_already_copied_to_clip">指令已複製到剪貼板</string>
<string name="text_comment">註釋</string>
<string name="text_compatibility">兼容性</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Java 類名 4.x 版本兼容</string>
<string name="text_config">配置</string>
<string name="text_confirm_to_delete">是否確定刪除</string>
<string name="text_confirm_to_remove">確定移除嗎?</string>

View File

@@ -39,7 +39,6 @@
<string name="description_app_language_preference">設定選項用於修改 AutoJs6 應用的文字內容顯示語言, 同時包括指令碼執行產生的錯誤訊息等.\n\n注: 部分內容可能需要重啟應用才能完成語言切換.</string>
<string name="description_change_working_dir_preference">更改包含指令碼的資料夾路徑</string>
<string name="description_check_for_updates_preference">AutoJs6 從 GitHub 獲取並下載更新.\n\n注: 版本更新內容暫未提供多語言支援.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">透過類名重對映, 提供一定程度上的 4.x 版本 Java 類名相容.\n開啟選項後, 每次啟動指令碼將出現不同程度的啟動延遲 (幾十到幾百毫秒不等).\n如無特別需求, 建議始終保持選項關閉.</string>
<string name="description_documentation_source_preference">本地文件: AutoJs6 內建檔案作為文件來源, 無需網路連線, 隨 AutoJs6 應用更新而發生內容變動.\n線上文件: 使用 GitHub 網頁作為文件來源, 需網路連線, 可隨時保持文件內容為最新.\n\n注: 為最大化線上文件的閱讀體驗, 建議使用桌面顯示器等寬屏顯示裝置閱讀.\n注: 截至 6.2.0 版本, 文件尚處於初步編寫階段, 大部分內容尚未完成編寫或更新.</string>
<string name="description_documentation_source_preference_more">文件頁面的深色主題支援需要滿足以下條件:\n1. AutoJs6 開啟夜間模式\n2. WebView (或 Google Chrome 等瀏覽器) 版本要求:\n- API 級別 29 (安卓 10) [Q] 及以上: 版本不低於 76\n- API 級別 28 (安卓 9) [P] 及以下: 版本不低於 105</string>
<string name="description_extending_js_build_in_objects">擴充套件 JavaScript 內建物件可以增加程式碼靈活性並實現更豐富的功能, 但可能造成衝突甚至破壞.\n選項開啟後所有指令碼均預設啟用內建擴充套件.\n內建擴充套件往往是不安全的, 除非明確瞭解內建擴充套件的原理及風險, 否則不建議啟用.\n選項關閉後, 仍然可以透過 plugins 全域性物件啟用內建擴充套件, 詳見專案文件.</string>
@@ -249,7 +248,6 @@
<string name="screen_capturer_foreground_notification_text">此通知用於捕獲螢幕截圖</string>
<string name="screen_capturer_foreground_notification_title">螢幕捕獲器前臺服務</string>
<string name="summary_about_app_tips">更佳的使用者使用體驗</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">提供一定程度上的 4.x 版本 Java 類名相容</string>
<string name="summary_enable_a11y_service_with_root_access">自動嘗試使用 root 許可權啟用無障礙服務</string>
<string name="summary_enable_a11y_service_with_secure_settings">自動嘗試使用修改安全設定許可權啟用無障礙服務</string>
<string name="summary_extending_js_build_in_objects">擴充套件 JavaScript 內建物件以增加程式碼靈活性</string>
@@ -375,7 +373,6 @@
<string name="text_command_already_copied_to_clip">指令已複製到剪貼簿</string>
<string name="text_comment">註釋</string>
<string name="text_compatibility">相容性</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Java 類名 4.x 版本相容</string>
<string name="text_config">配置</string>
<string name="text_confirm_to_delete">是否確定刪除</string>
<string name="text_confirm_to_remove">確定移除嗎?</string>

View File

@@ -35,7 +35,6 @@
<string name="description_app_language_preference">设置选项用于修改 AutoJs6 应用的文本内容显示语言, 同时包括脚本运行产生的错误消息等.\n\n注: 部分内容可能需要重启应用才能完成语言切换.</string>
<string name="description_change_working_dir_preference">更改包含脚本的文件夹路径</string>
<string name="description_check_for_updates_preference">AutoJs6 从 GitHub 获取并下载更新.\n\n注: 版本更新内容暂未提供多语言支持.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">通过类名重映射, 提供一定程度上的 4.x 版本 Java 类名兼容.\n开启选项后, 每次启动脚本将出现不同程度的启动延迟 (几十到几百毫秒不等).\n如无特别需求, 建议始终保持选项关闭.</string>
<string name="description_documentation_source_preference">本地文档: AutoJs6 内置文件作为文档来源, 无需网络连接, 随 AutoJs6 应用更新而发生内容变动.\n在线文档: 使用 GitHub 网页作为文档来源, 需网络连接, 可随时保持文档内容为最新.\n\n注: 为最大化在线文档的阅读体验, 建议使用桌面显示器等宽屏显示设备阅读.\n注: 截至 6.2.0 版本, 文档尚处于初步编写阶段, 大部分内容尚未完成编写或更新.</string>
<string name="description_documentation_source_preference_more">文档页面的深色主题支持需要满足以下条件:\n1. AutoJs6 开启夜间模式\n2. WebView (或 Google Chrome 等浏览器) 版本要求:\n- API 级别 29 (安卓 10) [Q] 及以上: 版本不低于 76\n- API 级别 28 (安卓 9) [P] 及以下: 版本不低于 105</string>
<string name="description_extending_js_build_in_objects">扩展 JavaScript 内置对象可以增加代码灵活性并实现更丰富的功能, 但可能造成冲突甚至破坏.\n选项开启后所有脚本均默认启用内置扩展.\n内置扩展往往是不安全的, 除非明确了解内置扩展的原理及风险, 否则不建议启用.\n选项关闭后, 仍然可以通过 plugins 全局对象启用内置扩展, 详见项目文档.</string>
@@ -245,7 +244,6 @@
<string name="screen_capturer_foreground_notification_text">此通知用于捕获屏幕截图</string>
<string name="screen_capturer_foreground_notification_title">屏幕捕获器前台服务</string>
<string name="summary_about_app_tips">更佳的用户使用体验</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">提供一定程度上的 4.x 版本 Java 类名兼容</string>
<string name="summary_enable_a11y_service_with_root_access">自动尝试使用 root 权限启用无障碍服务</string>
<string name="summary_enable_a11y_service_with_secure_settings">自动尝试使用修改安全设置权限启用无障碍服务</string>
<string name="summary_extending_js_build_in_objects">扩展 JavaScript 内置对象以增加代码灵活性</string>
@@ -371,7 +369,6 @@
<string name="text_command_already_copied_to_clip">指令已复制到剪贴板</string>
<string name="text_comment">注释</string>
<string name="text_compatibility">兼容性</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Java 类名 4.x 版本兼容</string>
<string name="text_config">配置</string>
<string name="text_confirm_to_delete">是否确定删除</string>
<string name="text_confirm_to_remove">确定移除吗?</string>

View File

@@ -3,7 +3,6 @@
<bool name="leak_canary_enabled">true</bool>
<bool name="leak_canary_add_dynamic_shortcut">false</bool>
<bool name="leak_canary_add_launcher_icon">true</bool>
<bool name="pref_compatibility_with_classes_for_ver_4_x">false</bool>
<bool name="pref_extending_js_build_in_objects">false</bool>
<bool name="pref_use_volume_control_running">true</bool>
<bool name="pref_auto_check_for_updates">true</bool>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="legacy_colorPrimary">#009688</color>
<color name="legacy_colorPrimaryDark">#009688</color>
<color name="legacy_colorAccent">#03a9f4</color>
<color name="legacy_sliding_up_panel_shadow_color">#99444444</color>
<color name="legacy_bubble_bg">#eef2f3f9</color>
<color name="legacy_color_r">#FD999A</color>
<color name="legacy_color_j">#99CC99</color>
<color name="legacy_prefTextColorSecondary">#9DA0A2</color>
<color name="legacy_prefTextColorPrimary">#282C2F</color>
<color name="legacy_divider_functions_keyboard">#f0f0f0</color>
<color name="legacy_theme_color_black">#111214</color>
<color name="legacy_window_background">#FFFFFF</color>
<color name="legacy_item_background">#FFFFFF</color>
<color name="legacy_item_background_dark">#FFFFFF</color>
<color name="legacy_text_color_secondary">#484C4F</color>
<color name="legacy_text_color_thirdly">#9DA0A2</color>
<color name="legacy_divider">#f2f3f5</color>
<color name="legacy_drawer_menu_item_text_color">#484C4F</color>
<color name="legacy_drawer_menu_group_text_color">#999999</color>
<color name="legacy_tab_indicator">@android:color/white</color>
<color name="legacy_tab_text">#a0ffffff</color>
<color name="legacy_toolbar">@android:color/white</color>
<color name="legacy_toolbar_disabled">#77e0e0e0</color>
<color name="legacy_console_debug">#cc000000</color>
<color name="legacy_console_verbose">#dfc0c0c0</color>
<color name="legacy_market_button_selected">#e14123</color>
<color name="legacy_market_button_unselected">#939393</color>
</resources>

View File

@@ -0,0 +1,14 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="legacy_level_beam_view_padding_left">3dp</dimen>
<dimen name="legacy_level_beam_view_line_width">6dp</dimen>
<dimen name="legacy_level_beam_view_line_offset">2dp</dimen>
<dimen name="legacy_level_beam_view_padding_right">-4dp</dimen>
<dimen name="legacy_script_and_folder_list_divider_left_margin">0dp</dimen>
<dimen name="legacy_script_and_folder_list_divider_right_margin">0dp</dimen>
<dimen name="legacy_fab_margin">16dp</dimen>
<dimen name="legacy_textSize_item_property">14sp</dimen>
<dimen name="legacy_divider_drawer_menu_group">6dp</dimen>
<dimen name="legacy_padding_circular_menu_recording">8dp</dimen>
<dimen name="legacy_padding_circular_menu_normal">5dp</dimen>
</resources>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="legacy_rename" type="id"/>
<item name="legacy_open_by_other_apps" type="id"/>
<item name="legacy_create_shortcut" type="id"/>
<item name="legacy_delete" type="id"/>
<item name="legacy_package_name" type="id"/>
<item name="legacy_class_name" type="id"/>
<item name="legacy_open_launcher" type="id"/>
<item name="legacy_accessibility_service" type="id"/>
<item name="legacy_layout_bounds" type="id"/>
<item name="legacy_layout_hierarchy" type="id"/>
<item name="legacy_pointer_location" type="id"/>
<item name="legacy_disable_pointer_location" type="id"/>
</resources>

View File

@@ -76,7 +76,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>
@@ -304,7 +303,6 @@
<string name="key_change_working_dir" translatable="false">key_$_change_working_dir</string>
<string name="key_check_for_updates" translatable="false">key_$_check_for_updates</string>
<string name="key_client_socket_normally_closed" translatable="false">key_$_client_socket_normally_closed</string>
<string name="key_compatibility_with_classes_for_ver_4_x" translatable="false">key_$_compatibility_with_classes_for_ver_4_x</string>
<string name="key_dialog_check_display_over_other_apps" translatable="false">key_$_dialog_check_display_over_other_apps</string>
<string name="key_dialog_foreground_svc" translatable="false">key_$_dialog_foreground_svc</string>
<string name="key_dialog_log_entries_exported" translatable="false">key_$_dialog_log_entries_exported</string>
@@ -403,7 +401,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>
@@ -569,7 +566,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,464 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="legacy_apk_builder_build">构建中</string>
<string name="legacy_apk_builder_clean">清理临时文件</string>
<string name="legacy_apk_builder_package">打包中</string>
<string name="legacy_apk_builder_plugin_version_too_low">打包插件版本过低,打包的应用可能无法正常运行。是否立即下载对应版本的打包插件?</string>
<string name="legacy_apk_builder_prepare">准备文件</string>
<string name="legacy_app_name">Auto.js</string>
<string name="legacy_cancel">取消</string>
<string name="legacy_confirm_overwrite_file">文件已存在,要覆盖吗?</string>
<string name="legacy_copyright">Copyright©2018-2019 All right reserves.</string>
<string name="legacy_crash_feedback">将会自动提交错误信息。您也可以手动复制调试信息提交给开发者(*^▽^*)或者点击\"退出\"退出程序o(╥﹏╥)o</string>
<string name="legacy_debug">连接电脑</string>
<string name="legacy_default_main_file_name">main.js</string>
<string name="legacy_default_value_script_dir_path">/脚本/</string>
<string name="legacy_description_stable_mode">稳定模式通过省略布局细节使脚本抓取布局时更稳定,但同时获取到的屏幕上的控件可能会减少。\n\n重新启动无障碍服务才能生效。</string>
<string name="legacy_description_usage_stats_permission">通过\"查看使用统计\"权限可以获取本设备过去使用应用的情况,从而使获取当前应用(currentPackage)时更准确。</string>
<string name="legacy_developer">星尘幻影</string>
<string name="legacy_dex_crcs">2184044085\n3566596539\npJTCkHuhypD9i3UBQ55XQw==RtXsgCTVFA7VYhLeF1TSkg==</string>
<string name="legacy_edit_and_run_handle_intent_error">无法处理文件</string>
<string name="legacy_edit_exit_without_save_warn">内容尚未保存,您确定要退出吗?</string>
<string name="legacy_email" translatable="false">hybbbb1996@gmail.com</string>
<string name="legacy_error_activity_not_found_for_apk_installing">找不到安装apk的应用</string>
<string name="legacy_error_cannot_rename">重命名失败</string>
<string name="legacy_error_connect_to_remote">连接失败: %s</string>
<string name="legacy_error_empty_selection">请选择一个广播事件选项</string>
<string name="legacy_error_pattern_syntax">正则表达式错误</string>
<string name="legacy_error_regex_find_prev">正则表达式不能向前查找</string>
<string name="legacy_exception_notification_service_disabled">通知服务未运行,请重新启用通知权限</string>
<string name="legacy_explain_accessibility_permission">软件需要打开\"无障碍服务\"才能运行,请在随后的设置中选择\"Auto.js\"并开启服务。\n您也可以稍后在侧拉菜单中设置。</string>
<string name="legacy_foreground_notification_channel_name">前台服务通知</string>
<string name="legacy_foreground_notification_text">点击进入主界面</string>
<string name="legacy_foreground_notification_title">Auto.js保持运行中</string>
<string name="legacy_format_build_successfully" formatted="true">apk文件已保存到 %s</string>
<string name="legacy_format_debug_bar_title">调试 [%s]</string>
<string name="legacy_format_default_package_name" formatted="true">com.example.script%d</string>
<string name="legacy_format_editor_info" formatted="false">字符数: %d\n行数: %d\n大小: %s</string>
<string name="legacy_format_file_downloaded" formatted="true">文件已保存到 %s</string>
<string name="legacy_github">软件源代码</string>
<string name="legacy_go_to_accessibility_settings"><![CDATA[请打开设置->无障碍服务->Auto.js并开启]]></string>
<string name="legacy_hint_long_click_run_to_debug">长按\"运行\"图标也可以启动调试</string>
<string name="legacy_hint_loop_delay">延迟多少秒后开始循环</string>
<string name="legacy_hint_loop_times">0为无限循环</string>
<string name="legacy_hint_regex">正则语法与JavaScript中相同, 可使用$1~9代替被捕获的匹配</string>
<string name="legacy_key_documentation_source">key_documentation_source</string>
<string name="legacy_key_enable_accessibility_service_by_root">key_enable_accessibility_service_by_root</string>
<string name="legacy_key_enable_observe_key">key_enable_observe_key</string>
<string name="legacy_key_foreground_servie">key_foreground_service</string>
<string name="legacy_key_guard_mode" translatable="false">key_guard_mode</string>
<string name="legacy_key_max_length_for_code_completion">key_max_length_for_code_completion</string>
<string name="legacy_key_night_mode">key_night_mode</string>
<string name="legacy_key_record_toast">key_record_toast</string>
<string name="legacy_key_root_record_out_file_type">key_root_record_out_file_type</string>
<string name="legacy_key_script_dir_path">key_script_dir_path</string>
<string name="legacy_key_stable_mode">key_stable_mode</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_nodebb_error_change_password_error_length">密码太短</string>
<string name="legacy_nodebb_error_change_password_error_match">两次输入的密码不一致</string>
<string name="legacy_nodebb_error_email_taken">邮箱已被占用</string>
<string name="legacy_nodebb_error_forbidden">操作失败,请稍后重试</string>
<string name="legacy_nodebb_error_invalid_login_credentials">无效的登录凭证</string>
<string name="legacy_notice_no_running_script"><![CDATA[没有正在运行的脚本 φ(>ω<*)]]></string>
<string name="legacy_not_login">未登录</string>
<string name="legacy_no_apk_builder_plugin">没有安装打包插件,是否立即下载?</string>
<string name="legacy_no_read_phone_state_permissin">没有读取设备信息权限</string>
<string name="legacy_no_write_settings_permissin">沒有修改系統设置权限</string>
<string name="legacy_ok">确定</string>
<string name="legacy_prompt_device_not_rooted">监测到您的设备没有root, 录制脚本需要root权限, 是否继续?</string>
<string name="legacy_qq" translatable="false">2732014414</string>
<string name="legacy_share_app">[Auto.js]下载地址http://www.coolapk.com/apk/org.autojs.autojs </string>
<string name="legacy_summary_enable_accessibility_service_by_root">开启后运行脚本会使用Root权限自动开启无障碍服务</string>
<string name="legacy_summary_guard_mode">在本软件界面无法运行自动操作命令以免误触</string>
<string name="legacy_summary_pre_execute_script">将在脚本文件执行前执行</string>
<string name="legacy_summary_stable_mode">开启后布局分析更稳定,但小部分脚本可能无法正常运行。重启无障碍服务生效</string>
<string name="legacy_summary_use_volume_control_record">开启悬浮窗后每次音量下键会开始或停止脚本录制</string>
<string name="legacy_text_about">关于</string>
<string name="legacy_text_about_me_and_repo">关于项目与开发者</string>
<string name="legacy_text_accessibility_service">无障碍服务</string>
<string name="legacy_text_accessibility_service_description">使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。</string>
<string name="legacy_text_accessibility_settings">打开无障碍服务</string>
<string name="legacy_text_action">动作</string>
<string name="legacy_text_again"></string>
<string name="legacy_text_again_and_again">又双</string>
<string name="legacy_text_again_and_again_again">又双叒</string>
<string name="legacy_text_again_and_again_again_again">又双叒叕</string>
<string name="legacy_text_alert">提示</string>
<string name="legacy_text_already_copy_to_clip">已复制到剪贴板</string>
<string name="legacy_text_already_create">已创建</string>
<string name="legacy_text_already_delete">已删除</string>
<string name="legacy_text_already_stop_n_scripts">已停止%d个正在运行的脚本</string>
<string name="legacy_text_annunciation">声明</string>
<string name="legacy_text_apk_builder_plugin_unavailable">打包插件不可用</string>
<string name="legacy_text_appearance">外观</string>
<string name="legacy_text_app_name">应用名称</string>
<string name="legacy_text_are_you_sure_to_delete">确定要删除%s吗</string>
<string name="legacy_text_attribute">属性</string>
<string name="legacy_text_auto_operate_service">无障碍服务</string>
<string name="legacy_text_auto_operate_service_enabled_but_not_running">无障碍服务已启用但并未运行这可能是安卓的BUG您可能需要重启手机或重启无障碍服务</string>
<string name="legacy_text_binary">binary</string>
<string name="legacy_text_broadcast_action">广播Action</string>
<string name="legacy_text_broadcast_action_prefix">android.intent.action.</string>
<string name="legacy_text_build_apk">打包应用</string>
<string name="legacy_text_build_failed">打包失败,错误信息:</string>
<string name="legacy_text_build_successfully">打包成功</string>
<string name="legacy_text_cancel">取消</string>
<string name="legacy_text_cancel_download">取消下载</string>
<string name="legacy_text_cannot_read_file">无法读取文件</string>
<string name="legacy_text_change_script_dir">更改脚本文件夹路径</string>
<string name="legacy_text_checking_update">正在检查更新</string>
<string name="legacy_text_check_for_updates">检查更新</string>
<string name="legacy_text_check_update_error">检查更新失败Orz</string>
<string name="legacy_text_class_or_package_name">类/包名</string>
<string name="legacy_text_clear">清空</string>
<string name="legacy_text_clear_file_selection">重置脚本文件选择</string>
<string name="legacy_text_clear_pre_execute_script">清空预执行脚本</string>
<string name="legacy_text_click">点击(click)</string>
<string name="legacy_text_clicked">点击</string>
<string name="legacy_text_click_too_frequently">您的操作太快啦ヽ(#`Д´)ノ</string>
<string name="legacy_text_close">关闭</string>
<string name="legacy_text_code">代码</string>
<string name="legacy_text_code_beautify">格式化代码</string>
<string name="legacy_text_community">社区</string>
<string name="legacy_text_community_category">版块</string>
<string name="legacy_text_community_popular">热门</string>
<string name="legacy_text_community_recent">最新</string>
<string name="legacy_text_community_tags">话题</string>
<string name="legacy_text_community_unread">未读</string>
<string name="legacy_text_config">配置</string>
<string name="legacy_text_console">控制台</string>
<string name="legacy_text_copy">复制</string>
<string name="legacy_text_copy_all">复制全部</string>
<string name="legacy_text_copy_debug_info">复制调试信息</string>
<string name="legacy_text_copy_line">复制行</string>
<string name="legacy_text_copy_to_clip">复制到剪贴板</string>
<string name="legacy_text_copy_to_my_scripts">导入到我的脚本</string>
<string name="legacy_text_copy_value">复制值</string>
<string name="legacy_text_crash">崩溃了o(≧口≦)o</string>
<string name="legacy_text_create_fail">创建失败</string>
<string name="legacy_text_current_activity">当前活动:</string>
<string name="legacy_text_current_package">当前应用包名:</string>
<string name="legacy_text_daily_task">每天运行</string>
<string name="legacy_text_day1"></string>
<string name="legacy_text_day2"></string>
<string name="legacy_text_day3"></string>
<string name="legacy_text_day4"></string>
<string name="legacy_text_day5"></string>
<string name="legacy_text_day6"></string>
<string name="legacy_text_day7"></string>
<string name="legacy_text_debug">调试</string>
<string name="legacy_text_debug_resume_script">继续</string>
<string name="legacy_text_debug_step_into">进入</string>
<string name="legacy_text_debug_step_out">跳出</string>
<string name="legacy_text_debug_step_over">单步</string>
<string name="legacy_text_delete">删除</string>
<string name="legacy_text_delete_failed">删除失败</string>
<string name="legacy_text_delete_line">删除行</string>
<string name="legacy_text_detail">详情</string>
<string name="legacy_text_device_not_rooted">设备没有root</string>
<string name="legacy_text_device_rooted">仍要录制</string>
<string name="legacy_text_directly_download">直接下载</string>
<string name="legacy_text_directory">文件夹</string>
<string name="legacy_text_disposable_task">只运行一次</string>
<string name="legacy_text_disposable_task_time_before_now">任务时间小于当前时间</string>
<string name="legacy_text_documentation_source">文档源</string>
<string name="legacy_text_done">完成</string>
<string name="legacy_text_download">下载</string>
<string name="legacy_text_download_failed">下载失败</string>
<string name="legacy_text_download_url">下载地址</string>
<string name="legacy_text_downvote"></string>
<string name="legacy_text_do_not_ask_again_for_this_version">此版本不再提示</string>
<string name="legacy_text_do_not_remind_again">不再提示</string>
<string name="legacy_text_drawer_close">关闭侧拉菜单</string>
<string name="legacy_text_drawer_open">打开侧拉菜单</string>
<string name="legacy_text_edit">编辑</string>
<string name="legacy_text_editor_theme">编辑器主题</string>
<string name="legacy_text_edit_prepare_script">编辑预执行脚本</string>
<string name="legacy_text_edit_script">编辑脚本</string>
<string name="legacy_text_email">邮箱</string>
<string name="legacy_text_email_cannot_be_empty">邮箱不能为空</string>
<string name="legacy_text_email_format_error">邮箱格式错误</string>
<string name="legacy_text_enable_accessibility_service_by_root">通过Root权限自动启用服务</string>
<string name="legacy_text_enable_accessibility_service_by_root_timeout">使用Root权限启动无障碍服务超时</string>
<string name="legacy_text_enable_accessibitliy_service_by_root_failed">使用root权限开启失败</string>
<string name="legacy_text_en_import">import</string>
<string name="legacy_text_error">错误</string>
<string name="legacy_text_error_copy_file" formatted="true">发生错误: %s</string>
<string name="legacy_text_error_report">错误报告</string>
<string name="legacy_text_execute">执行</string>
<string name="legacy_text_execute_code">执行代码</string>
<string name="legacy_text_execution_finished" formatted="false">\n------------\n[%s]运行结束,用时%f秒</string>
<string name="legacy_text_exit">退出</string>
<string name="legacy_text_exit_directly">直接退出</string>
<string name="legacy_text_exit_floating_window">退出悬浮窗</string>
<string name="legacy_text_file">文件</string>
<string name="legacy_text_file_exists">文件已存在</string>
<string name="legacy_text_file_not_exists">文件不存在</string>
<string name="legacy_text_file_write_fail">文件写入失败</string>
<string name="legacy_text_find">查找</string>
<string name="legacy_text_find_next">向下</string>
<string name="legacy_text_find_one">直到找到一个(findOne)</string>
<string name="legacy_text_find_or_replace">查找/替换</string>
<string name="legacy_text_find_prev">向上</string>
<string name="legacy_text_floating_window">悬浮窗</string>
<string name="legacy_text_force_stop">强制停止</string>
<string name="legacy_text_foreground_service">前台服务</string>
<string name="legacy_text_forgot_password">忘记密码?</string>
<string name="legacy_text_generate">生成</string>
<string name="legacy_text_generated_code">生成结果</string>
<string name="legacy_text_generate_code">生成代码</string>
<string name="legacy_text_generate_fail">生成失败了o(╥﹏╥)o</string>
<string name="legacy_text_go_to_setting">去设置</string>
<string name="legacy_text_guard_mode">保护模式</string>
<string name="legacy_text_help">帮助</string>
<string name="legacy_text_icon">图标</string>
<string name="legacy_text_import">导入</string>
<string name="legacy_text_import_fail">导入失败</string>
<string name="legacy_text_import_script">导入脚本文件</string>
<string name="legacy_text_import_succeed">导入成功</string>
<string name="legacy_text_info">信息</string>
<string name="legacy_text_inspect_layout">布局分析</string>
<string name="legacy_text_inspect_layout_bounds">布局范围分析</string>
<string name="legacy_text_inspect_layout_hierarchy">布局层次分析</string>
<string name="legacy_text_install">安装</string>
<string name="legacy_text_invalid_package_name">非法包名</string>
<string name="legacy_text_invalid_project">无效项目</string>
<string name="legacy_text_issue_report">问题反馈</string>
<string name="legacy_text_is_latest_version">已经是最新版本</string>
<string name="legacy_text_it_is_the_developer_of_app">这是软件开发者(。・・)</string>
<string name="legacy_text_js_file">js文件</string>
<string name="legacy_text_jump">跳转</string>
<string name="legacy_text_jump_to_end">转到文件末尾</string>
<string name="legacy_text_jump_to_line">跳转到行</string>
<string name="legacy_text_jump_to_line_end">转到行尾</string>
<string name="legacy_text_jump_to_line_start">转到行首</string>
<string name="legacy_text_jump_to_start">转到文件开始</string>
<string name="legacy_text_launch_config">运行配置</string>
<string name="legacy_text_launch_debugger">启动调试</string>
<string name="legacy_text_layout_inspector_is_dumping">布局分析中</string>
<string name="legacy_text_licenses">开放源代码许可</string>
<string name="legacy_text_log">日志</string>
<string name="legacy_text_login">登录</string>
<string name="legacy_text_logining">登录中</string>
<string name="legacy_text_login_fail">登录失败</string>
<string name="legacy_text_login_succeed">登录成功</string>
<string name="legacy_text_logout">退出登录</string>
<string name="legacy_text_long_click">长按(longClick)</string>
<string name="legacy_text_long_clicked">长按</string>
<string name="legacy_text_loop_delay">延迟执行(秒)</string>
<string name="legacy_text_loop_interval">循环间隔(秒)</string>
<string name="legacy_text_loop_times">循环次数</string>
<string name="legacy_text_main_file_name">主脚本名称</string>
<string name="legacy_text_manage">管理</string>
<string name="legacy_text_market">市场</string>
<string name="legacy_text_max_length_for_code_completion">代码补全最大文件长度</string>
<string name="legacy_text_mobile_qq_not_installed">未安装手机QQ</string>
<string name="legacy_text_more">更多</string>
<string name="legacy_text_name">名称</string>
<string name="legacy_text_need_to_enable_accessibility_service">需要启用无障碍服务</string>
<string name="legacy_text_new_file">新建文件</string>
<string name="legacy_text_new_project">新建项目</string>
<string name="legacy_text_new_version">新版本</string>
<string name="legacy_text_new_watching_variable">增加监视的变量或表达式</string>
<string name="legacy_text_next_run_time">下次运行</string>
<string name="legacy_text_night_mode">夜间模式</string>
<string name="legacy_text_notification">通知</string>
<string name="legacy_text_notification_permission">通知读取权限</string>
<string name="legacy_text_no_accessibility_permission">无障碍服务未启动</string>
<string name="legacy_text_no_accessibility_permission_to_capture">无障碍服务未启动</string>
<string name="legacy_text_no_brower">没有浏览器耶o(╯□╰)o快去安装一个吧</string>
<string name="legacy_text_no_file_rw_permission">无文件读写权限</string>
<string name="legacy_text_no_floating_window_permission">没有悬浮窗权限</string>
<string name="legacy_text_no_root">免Root</string>
<string name="legacy_text_no_running_script">没有正在运行的脚本</string>
<string name="legacy_text_number_format_error">格式错误</string>
<string name="legacy_text_on_progress">处理中</string>
<string name="legacy_text_open">打开</string>
<string name="legacy_text_open_by_other_apps">用其他应用打开</string>
<string name="legacy_text_open_main_activity">打开主界面</string>
<string name="legacy_text_open_with">打开方式</string>
<string name="legacy_text_options">选项</string>
<string name="legacy_text_others">其他</string>
<string name="legacy_text_output_apk_path">打包应用保存位置</string>
<string name="legacy_text_package_name">包名</string>
<string name="legacy_text_password">密码</string>
<string name="legacy_text_password_cannot_be_empty">密码不能为空</string>
<string name="legacy_text_path_is_empty">路径为空</string>
<string name="legacy_text_please_choose">请选择</string>
<string name="legacy_text_please_choose_a_script">请选择脚本</string>
<string name="legacy_text_please_input_name">请输入名称</string>
<string name="legacy_text_pointer_location">指针位置[Root]</string>
<string name="legacy_text_press_again_to_exit">再按一次退出程序</string>
<string name="legacy_text_preview">预览</string>
<string name="legacy_text_pre_execute_script">预执行脚本</string>
<string name="legacy_text_processing">处理中</string>
<string name="legacy_text_project">项目</string>
<string name="legacy_text_project_location">项目位置</string>
<string name="legacy_text_project_save_error">项目保存失败 %s</string>
<string name="legacy_text_project_save_success">项目已经保存到%s</string>
<string name="legacy_text_recorded">录制结束</string>
<string name="legacy_text_record_msg">录制提示</string>
<string name="legacy_text_redo">重做</string>
<string name="legacy_text_refresh">刷新</string>
<string name="legacy_text_regex">正则表达式</string>
<string name="legacy_text_register">注册</string>
<string name="legacy_text_registering">注册中</string>
<string name="legacy_text_register_fail">注册失败</string>
<string name="legacy_text_register_succeed">注册成功</string>
<string name="legacy_text_release_notes">更新日志</string>
<string name="legacy_text_remove_all_breakpoints">删除所有断点</string>
<string name="legacy_text_rename">重命名</string>
<string name="legacy_text_replace">替换</string>
<string name="legacy_text_replace_all">全部替换</string>
<string name="legacy_text_report_fail">提交失败</string>
<string name="legacy_text_report_succeed">提交成功</string>
<string name="legacy_text_requires_app_version_to_run_the_script" formatted="true">本脚本需要Auto.js版本号%d以上才能运行</string>
<string name="legacy_text_requires_sdk_version_to_run_the_script">本脚本需要此安卓版本以上才能运行:</string>
<string name="legacy_text_reset_password">重置密码</string>
<string name="legacy_text_reset_succeed">重置成功</string>
<string name="legacy_text_reset_to_initial_content">重置为初始内容</string>
<string name="legacy_text_result">结果</string>
<string name="legacy_text_root">Root</string>
<string name="legacy_text_root_record_out_file_type">Root录制生成文件类型</string>
<string name="legacy_text_run">运行</string>
<string name="legacy_text_running_task">运行中脚本</string>
<string name="legacy_text_run_on_battery_change">电量变化时</string>
<string name="legacy_text_run_on_boot">开机时</string>
<string name="legacy_text_run_on_broadcast">特定事件(广播)触发运行</string>
<string name="legacy_text_run_on_config_change">某些设置(屏幕方向,地区等)更改时</string>
<string name="legacy_text_run_on_conn_change">网络连接变化时</string>
<string name="legacy_text_run_on_headset_plug">耳机插拔时</string>
<string name="legacy_text_run_on_other_broadcast">其他事件(广播)</string>
<string name="legacy_text_run_on_package_install">新应用安装时</string>
<string name="legacy_text_run_on_package_uninstall">应用卸载时</string>
<string name="legacy_text_run_on_package_update">应用更新时</string>
<string name="legacy_text_run_on_power_connect">电源连接时</string>
<string name="legacy_text_run_on_power_disconnect">电源断开时</string>
<string name="legacy_text_run_on_screen_off">息屏时</string>
<string name="legacy_text_run_on_screen_on">亮屏时</string>
<string name="legacy_text_run_on_screen_unlock">屏幕解锁时</string>
<string name="legacy_text_run_on_startup">Auto.js启动时</string>
<string name="legacy_text_run_on_time_tick">每分钟一次</string>
<string name="legacy_text_run_repeatedly">循环运行</string>
<string name="legacy_text_run_script">运行脚本</string>
<string name="legacy_text_sample">示例代码</string>
<string name="legacy_text_save">保存</string>
<string name="legacy_text_save_and_exit">保存并退出</string>
<string name="legacy_text_script_record">录制脚本</string>
<string name="legacy_text_script_running">脚本运行</string>
<string name="legacy_text_script_save_successfully">保存成功,请刷新目录</string>
<string name="legacy_text_scrolled">滑动</string>
<string name="legacy_text_scroll_backward">向后/上/左滑动(scrollBackward)</string>
<string name="legacy_text_scroll_forward">向前/右/下滑动(scrollForward)</string>
<string name="legacy_text_search">搜索</string>
<string name="legacy_text_search_java_class">搜索Java包/类</string>
<string name="legacy_text_select">选择</string>
<string name="legacy_text_selector_exists">判断控件存在(exists)</string>
<string name="legacy_text_select_file_to_import">选择要导入的文件</string>
<string name="legacy_text_select_file_to_upload">选择要上传的文件</string>
<string name="legacy_text_select_icon">选择图标</string>
<string name="legacy_text_select_image">选择图片</string>
<string name="legacy_text_select_save_path">保存到</string>
<string name="legacy_text_send">发送</string>
<string name="legacy_text_send_shortcut">创建快捷方式</string>
<string name="legacy_text_server_address">服务器地址</string>
<string name="legacy_text_service">服务</string>
<string name="legacy_text_setting">设置</string>
<string name="legacy_text_set_breakpoint">断点</string>
<string name="legacy_text_set_text">设置文本(setText)</string>
<string name="legacy_text_should_enable_gesture_observing">手势监听未启用,请在软件设置中开启</string>
<string name="legacy_text_should_enable_key_observing">按键监听未启用,请在软件设置中开启</string>
<string name="legacy_text_should_not_be_empty">不能为空</string>
<string name="legacy_text_show_layout_bounds">在布局范围中查看</string>
<string name="legacy_text_show_layout_hierarchy">在布局层次中查看</string>
<string name="legacy_text_show_widget_infomation">查看控件信息</string>
<string name="legacy_text_size">大小</string>
<string name="legacy_text_size_current_value" formatted="true">字体大小: %d</string>
<string name="legacy_text_size_max_value">56</string>
<string name="legacy_text_size_min_value">8</string>
<string name="legacy_text_source_file_path">脚本文件(夹)路径</string>
<string name="legacy_text_stable_mode">稳定模式</string>
<string name="legacy_text_star">收藏</string>
<string name="legacy_text_start_record">开始录制</string>
<string name="legacy_text_start_running">开始运行</string>
<string name="legacy_text_stop">停止</string>
<string name="legacy_text_text_changed">文字改变</string>
<string name="legacy_text_text_size">字体大小</string>
<string name="legacy_text_theme_color">主题色</string>
<string name="legacy_text_time">时间</string>
<string name="legacy_text_timed_task">定时任务</string>
<string name="legacy_text_timing">定时</string>
<string name="legacy_text_tutorial">教程</string>
<string name="legacy_text_type">类型</string>
<string name="legacy_text_undo">撤销</string>
<string name="legacy_text_until_find">直到找到所有(untilFind)</string>
<string name="legacy_text_update">更新</string>
<string name="legacy_text_upvote"></string>
<string name="legacy_text_usage_stats_permission">查看使用统计权限</string>
<string name="legacy_text_username">用户名</string>
<string name="legacy_text_username_cannot_be_empty">用户名不能为空</string>
<string name="legacy_text_use_android_n_shortcut">添加到安卓7.0 Shortcut</string>
<string name="legacy_text_use_volume_control_record">使用音量下键控制</string>
<string name="legacy_text_use_volume_to_stop_running">音量上键停止所有脚本</string>
<string name="legacy_text_using_desc_selector">使用描述选择(desc)</string>
<string name="legacy_text_using_id_selector">使用id选择</string>
<string name="legacy_text_using_text_selector">使用文本选择(text)</string>
<string name="legacy_text_value"></string>
<string name="legacy_text_variable_or_expr">变量或表达式</string>
<string name="legacy_text_version_code">版本号</string>
<string name="legacy_text_version_name">版本名称</string>
<string name="legacy_text_version_too_old">版本过低</string>
<string name="legacy_text_view_docs">查看文档</string>
<string name="legacy_text_volume_down_control">音量下键控制</string>
<string name="legacy_text_wait_for">等待控件出现(waitFor)</string>
<string name="legacy_text_weekly_task">按星期运行</string>
<string name="legacy_text_weekly_task_should_check_day_of_week">至少选择一周中的一天</string>
<string name="legacy_warning_version_too_old">当然版本为公测版,显现和潜在的问题很多,不再适合继续使用,</string>
<string name="legacy_air_dialog_action_failed">OK</string>
<string name="legacy_air_dialog_description_failed_invalid_token">无效的access token. 请联系软件开发者.</string>
<string name="legacy_air_dialog_description_failed_issues_not_available">Issues不可用请联系软件开发者.</string>
<string name="legacy_air_dialog_description_failed_unknown">未知错误</string>
<string name="legacy_air_dialog_description_failed_wrong_credentials">错误的用户名或密码</string>
<string name="legacy_air_dialog_title_failed">无法发送错误报告</string>
<string name="legacy_air_dialog_title_loading">正在上传到GitHub…</string>
<string name="legacy_air_error_no_description">请输入详细描述</string>
<string name="legacy_air_error_no_email">请输入邮箱</string>
<string name="legacy_air_error_no_password">请输入正确的密码</string>
<string name="legacy_air_error_no_title">请输入问题</string>
<string name="legacy_air_error_no_username">请输入有效的Github用户名</string>
<string name="legacy_air_label_device_info">设备信息</string>
<string name="legacy_air_label_email">邮箱</string>
<string name="legacy_air_label_email_optional">联系邮箱 (选填)</string>
<string name="legacy_air_label_issue_description">描述</string>
<string name="legacy_air_label_issue_title">标题</string>
<string name="legacy_air_label_use_email">使用Email发送</string>
<string name="legacy_air_label_use_guest">匿名发送</string>
<string name="legacy_air_title_issue">问题</string>
<string name="legacy_air_title_report_issue">错误报告</string>
<string name="legacy_theme_color_red">红色</string>
<string name="legacy_theme_color_pink">粉色</string>
<string name="legacy_theme_color_purple">紫色</string>
<string name="legacy_theme_color_dark_purple">深紫</string>
<string name="legacy_theme_color_indigo">靛蓝</string>
<string name="legacy_theme_color_blue">蓝色</string>
<string name="legacy_theme_color_light_blue">亮蓝</string>
<string name="legacy_theme_color_blue_green">蓝绿</string>
<string name="legacy_theme_color_cyan">青色</string>
<string name="legacy_theme_color_green">绿色</string>
<string name="legacy_theme_color_light_green">亮绿</string>
<string name="legacy_theme_color_yellow_green">黄绿</string>
<string name="legacy_theme_color_yellow">黄色</string>
<string name="legacy_theme_color_amber">琥珀</string>
<string name="legacy_theme_color_orange">橙色</string>
<string name="legacy_theme_color_dark_orange">深橙</string>
<string name="legacy_theme_color_brown">棕色</string>
<string name="legacy_theme_color_gray">灰色</string>
<string name="legacy_theme_color_blue_gray">蓝灰</string>
</resources>

View File

@@ -1,244 +1,231 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen
xmlns:app="http://schemas.android.com/apk/res-auto">
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_appearance">
app:layout="@layout/preference_category_custom"
app:title="@string/text_appearance">
<org.autojs.autojs.ui.settings.AppLanguagePreference
app:layout="@layout/preference_custom"
app:key="@string/key_app_language"
app:title="@string/text_app_language"
app:itemKeys="@array/keys_app_language"
app:itemValues="@array/values_app_language"
app:itemDefaultKey="@string/key_app_language_auto"
app:neutralText="@string/dialog_button_system_settings"
app:neutralTextShort="@string/dialog_button_system_settings_simplified"
app:longClickPrompt="@string/description_app_language_preference"
app:onConfirmPrompt="@string/prompt_restart_may_be_needed_for_language_switch" />
app:layout="@layout/preference_custom"
app:key="@string/key_app_language"
app:title="@string/text_app_language"
app:itemKeys="@array/keys_app_language"
app:itemValues="@array/values_app_language"
app:itemDefaultKey="@string/key_app_language_auto"
app:neutralText="@string/dialog_button_system_settings"
app:neutralTextShort="@string/dialog_button_system_settings_simplified"
app:longClickPrompt="@string/description_app_language_preference"
app:onConfirmPrompt="@string/prompt_restart_may_be_needed_for_language_switch" />
<org.autojs.autojs.ui.settings.NightModePreference
app:layout="@layout/preference_custom"
app:key="@string/key_night_mode"
app:title="@string/text_night_mode"
app:itemKeys="@array/keys_night_mode"
app:itemValues="@array/values_night_mode"
app:itemDefaultKey="@string/key_night_mode_follow_system"
app:longClickPrompt="@string/description_night_mode_preference"
app:longClickPromptMore="@string/description_night_mode_preference_more" />
app:layout="@layout/preference_custom"
app:key="@string/key_night_mode"
app:title="@string/text_night_mode"
app:itemKeys="@array/keys_night_mode"
app:itemValues="@array/values_night_mode"
app:itemDefaultKey="@string/key_night_mode_follow_system"
app:longClickPrompt="@string/description_night_mode_preference"
app:longClickPromptMore="@string/description_night_mode_preference_more" />
<org.autojs.autojs.ui.settings.ThemeColorPreference
app:layout="@layout/preference_custom"
app:key="@string/key_theme_color"
app:title="@string/text_theme_color"
app:longClickPrompt="@string/description_theme_color_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_theme_color"
app:title="@string/text_theme_color"
app:longClickPrompt="@string/description_theme_color_preference" />
<org.autojs.autojs.ui.settings.KeepScreenOnWhenInForegroundPreference
app:layout="@layout/preference_custom"
app:key="@string/key_keep_screen_on_when_in_foreground"
app:title="@string/text_keep_screen_on_when_in_foreground"
app:itemKeys="@array/keys_keep_screen_on_when_in_foreground"
app:itemValues="@array/values_keep_screen_on_when_in_foreground"
app:itemDefaultKey="@string/key_keep_screen_on_when_in_foreground_disabled"
app:longClickPrompt="@string/description_keep_screen_on_when_in_foreground_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_keep_screen_on_when_in_foreground"
app:title="@string/text_keep_screen_on_when_in_foreground"
app:itemKeys="@array/keys_keep_screen_on_when_in_foreground"
app:itemValues="@array/values_keep_screen_on_when_in_foreground"
app:itemDefaultKey="@string/key_keep_screen_on_when_in_foreground_disabled"
app:longClickPrompt="@string/description_keep_screen_on_when_in_foreground_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_config">
app:layout="@layout/preference_category_custom"
app:title="@string/text_config">
<org.autojs.autojs.theme.preference.MaterialListPreference
app:layout="@layout/preference_custom"
app:key="@string/key_documentation_source"
app:title="@string/text_documentation_source"
app:itemKeys="@array/keys_documentation_source"
app:itemValues="@array/values_documentation_source"
app:itemDefaultKey="@string/key_documentation_source_local"
app:onConfirmPrompt="@string/prompt_restart_is_needed_for_docs_source_switch"
app:longClickPrompt="@string/description_documentation_source_preference"
app:longClickPromptMore="@string/description_documentation_source_preference_more" />
app:layout="@layout/preference_custom"
app:key="@string/key_documentation_source"
app:title="@string/text_documentation_source"
app:itemKeys="@array/keys_documentation_source"
app:itemValues="@array/values_documentation_source"
app:itemDefaultKey="@string/key_documentation_source_local"
app:onConfirmPrompt="@string/prompt_restart_is_needed_for_docs_source_switch"
app:longClickPrompt="@string/description_documentation_source_preference"
app:longClickPromptMore="@string/description_documentation_source_preference_more" />
<org.autojs.autojs.ui.settings.LauncherShortcutsPreference
app:layout="@layout/preference_custom"
app:key="@string/key_launcher_shortcuts"
app:title="@string/text_launcher_shortcuts"
app:summary="@string/summary_text_launcher_shortcuts"
app:longClickPrompt="@string/description_launcher_shortcuts" />
app:layout="@layout/preference_custom"
app:key="@string/key_launcher_shortcuts"
app:title="@string/text_launcher_shortcuts"
app:summary="@string/summary_text_launcher_shortcuts"
app:longClickPrompt="@string/description_launcher_shortcuts" />
<org.autojs.autojs.ui.settings.WorkingDirectoryPreference
app:layout="@layout/preference_custom"
app:key="@string/key_change_working_dir"
app:title="@string/text_change_working_dir"
app:longClickPrompt="@string/description_change_working_dir_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_change_working_dir"
app:title="@string/text_change_working_dir"
app:longClickPrompt="@string/description_change_working_dir_preference" />
<org.autojs.autojs.ui.settings.RootModePreference
app:layout="@layout/preference_custom"
app:key="@string/key_root_mode"
app:title="@string/text_root_mode_title"
app:itemKeys="@array/keys_root_mode"
app:itemValues="@array/values_root_mode"
app:itemDefaultKey="@string/key_root_mode_auto_detect"
app:longClickPrompt="@string/description_root_mode_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_root_mode"
app:title="@string/text_root_mode_title"
app:itemKeys="@array/keys_root_mode"
app:itemValues="@array/values_root_mode"
app:itemDefaultKey="@string/key_root_mode_auto_detect"
app:longClickPrompt="@string/description_root_mode_preference" />
<org.autojs.autojs.ui.settings.HiddenFilesPreference
app:layout="@layout/preference_custom"
app:key="@string/key_hidden_files"
app:title="@string/text_hidden_files_title"
app:itemValues="@array/values_hidden_files"
app:itemKeys="@array/keys_hidden_files"
app:itemDefaultKey="@string/default_key_hidden_files"
app:longClickPrompt="@string/description_hidden_files_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_hidden_files"
app:title="@string/text_hidden_files_title"
app:itemValues="@array/values_hidden_files"
app:itemKeys="@array/keys_hidden_files"
app:itemDefaultKey="@string/default_key_hidden_files"
app:longClickPrompt="@string/description_hidden_files_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_a11y_service">
app:layout="@layout/preference_category_custom"
app:title="@string/text_a11y_service">
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_enable_a11y_service_with_root_access"
app:defaultValue="@bool/pref_enable_a11y_service_with_root_access"
app:title="@string/text_enable_a11y_service_with_root_access_automatically"
app:summary="@string/summary_enable_a11y_service_with_root_access" />
app:layout="@layout/preference_custom"
app:key="@string/key_enable_a11y_service_with_root_access"
app:defaultValue="@bool/pref_enable_a11y_service_with_root_access"
app:title="@string/text_enable_a11y_service_with_root_access_automatically"
app:summary="@string/summary_enable_a11y_service_with_root_access" />
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_enable_a11y_service_with_secure_settings"
app:defaultValue="@bool/pref_enable_a11y_service_with_secure_settings"
app:title="@string/text_enable_a11y_service_with_secure_settings_automatically"
app:summary="@string/summary_enable_a11y_service_with_secure_settings" />
app:layout="@layout/preference_custom"
app:key="@string/key_enable_a11y_service_with_secure_settings"
app:defaultValue="@bool/pref_enable_a11y_service_with_secure_settings"
app:title="@string/text_enable_a11y_service_with_secure_settings_automatically"
app:summary="@string/summary_enable_a11y_service_with_secure_settings" />
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_stable_mode"
app:defaultValue="@bool/pref_stable_mode"
app:title="@string/text_stable_mode"
app:summary="@string/summary_stable_mode" />
app:layout="@layout/preference_custom"
app:key="@string/key_stable_mode"
app:defaultValue="@bool/pref_stable_mode"
app:title="@string/text_stable_mode"
app:summary="@string/summary_stable_mode" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_script_running">
app:layout="@layout/preference_category_custom"
app:title="@string/text_script_running">
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_use_volume_control_running"
app:defaultValue="@bool/pref_use_volume_control_running"
app:title="@string/text_use_volume_key_to_control_script_running"
app:summary="@string/summary_use_volume_key_to_stop_running_scripts" />
app:layout="@layout/preference_custom"
app:key="@string/key_use_volume_control_running"
app:defaultValue="@bool/pref_use_volume_control_running"
app:title="@string/text_use_volume_key_to_control_script_running"
app:summary="@string/summary_use_volume_key_to_stop_running_scripts" />
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_guard_mode"
app:defaultValue="@bool/pref_guard_mode"
app:title="@string/text_guard_mode"
app:summary="@string/summary_guard_mode" />
app:layout="@layout/preference_custom"
app:key="@string/key_guard_mode"
app:defaultValue="@bool/pref_guard_mode"
app:title="@string/text_guard_mode"
app:summary="@string/summary_guard_mode" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_script_record">
app:layout="@layout/preference_category_custom"
app:title="@string/text_script_record">
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_use_volume_control_record"
app:defaultValue="@bool/pref_use_volume_control_record"
app:title="@string/text_use_volume_control_record"
app:summary="@string/summary_use_volume_control_record" />
app:layout="@layout/preference_custom"
app:key="@string/key_use_volume_control_record"
app:defaultValue="@bool/pref_use_volume_control_record"
app:title="@string/text_use_volume_control_record"
app:summary="@string/summary_use_volume_control_record" />
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_record_toast"
app:defaultValue="@bool/pref_record_toast"
app:title="@string/text_record_prompt"
app:summary="@string/summary_record_prompt" />
app:layout="@layout/preference_custom"
app:key="@string/key_record_toast"
app:defaultValue="@bool/pref_record_toast"
app:title="@string/text_record_prompt"
app:summary="@string/summary_record_prompt" />
<org.autojs.autojs.theme.preference.MaterialListPreference
app:layout="@layout/preference_custom"
app:key="@string/key_root_record_out_file_type"
app:title="@string/text_recorded_output_file_type"
app:itemKeys="@array/keys_root_record_out_file_type"
app:itemValues="@array/values_root_record_out_file_type"
app:itemDefaultKey="@string/default_key_root_record_out_file_type"
app:longClickPrompt="@string/description_root_record_out_file_type_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_root_record_out_file_type"
app:title="@string/text_recorded_output_file_type"
app:itemKeys="@array/keys_root_record_out_file_type"
app:itemValues="@array/values_root_record_out_file_type"
app:itemDefaultKey="@string/default_key_root_record_out_file_type"
app:longClickPrompt="@string/description_root_record_out_file_type_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_compatibility">
app:layout="@layout/preference_category_custom"
app:title="@string/text_extensibility">
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_compatibility_with_classes_for_ver_4_x"
app:defaultValue="@bool/pref_compatibility_with_classes_for_ver_4_x"
app:title="@string/text_compatibility_with_classes_for_ver_4_x"
app:summary="@string/summary_compatibility_with_classes_for_ver_4_x"
app:longClickPrompt="@string/description_compatibility_with_classes_for_ver_4_x" />
app:layout="@layout/preference_custom"
app:key="@string/key_extending_js_build_in_objects"
app:defaultValue="@bool/pref_extending_js_build_in_objects"
app:title="@string/text_extending_js_build_in_objects"
app:summary="@string/summary_extending_js_build_in_objects"
app:longClickPrompt="@string/description_extending_js_build_in_objects" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_extensibility">
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_extending_js_build_in_objects"
app:defaultValue="@bool/pref_extending_js_build_in_objects"
app:title="@string/text_extending_js_build_in_objects"
app:summary="@string/summary_extending_js_build_in_objects"
app:longClickPrompt="@string/description_extending_js_build_in_objects" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_updates">
app:layout="@layout/preference_category_custom"
app:title="@string/text_updates">
<org.autojs.autojs.ui.settings.CheckForUpdatesPreference
app:layout="@layout/preference_custom"
app:key="@string/key_check_for_updates"
app:title="@string/text_check_for_updates"
app:longClickPrompt="@string/description_check_for_updates_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_check_for_updates"
app:title="@string/text_check_for_updates"
app:longClickPrompt="@string/description_check_for_updates_preference" />
<org.autojs.autojs.theme.preference.ThemeColorSwitchPreference
app:layout="@layout/preference_custom"
app:key="@string/key_auto_check_for_updates"
app:defaultValue="@bool/pref_auto_check_for_updates"
app:title="@string/text_auto_check_for_updates"
app:summary="@string/text_auto_check_for_updates_and_show_snackbar" />
app:layout="@layout/preference_custom"
app:key="@string/key_auto_check_for_updates"
app:defaultValue="@bool/pref_auto_check_for_updates"
app:title="@string/text_auto_check_for_updates"
app:summary="@string/text_auto_check_for_updates_and_show_snackbar" />
<org.autojs.autojs.ui.settings.ManageIgnoredUpdatesPreference
app:layout="@layout/preference_custom"
app:key="@string/key_manage_ignored_updates"
app:title="@string/text_manage_ignored_updates"
app:longClickPrompt="@string/description_manage_ignored_updates_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_manage_ignored_updates"
app:title="@string/text_manage_ignored_updates"
app:longClickPrompt="@string/description_manage_ignored_updates_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
app:layout="@layout/preference_category_custom"
app:title="@string/text_about">
app:layout="@layout/preference_category_custom"
app:title="@string/text_about">
<org.autojs.autojs.theme.preference.MaterialDialogPreference
app:layout="@layout/preference_custom"
app:key="@string/key_about_app_tips"
app:title="@string/text_about_app_tips"
app:summary="@string/summary_about_app_tips"
app:dialogContent="@string/content_about_app_tips"
app:positiveText="@string/dialog_button_cancel"
app:longClickPrompt="@string/description_about_app_tips_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_about_app_tips"
app:title="@string/text_about_app_tips"
app:summary="@string/summary_about_app_tips"
app:dialogContent="@string/content_about_app_tips"
app:positiveText="@string/dialog_button_cancel"
app:longClickPrompt="@string/description_about_app_tips_preference" />
<org.autojs.autojs.ui.settings.AboutAppAndDeveloperPreference
app:layout="@layout/preference_custom"
app:key="@string/key_about_app_and_developer"
app:title="@string/text_about_app_and_developer"
app:longClickPrompt="@string/description_about_app_and_developer_preference" />
app:layout="@layout/preference_custom"
app:key="@string/key_about_app_and_developer"
app:title="@string/text_about_app_and_developer"
app:longClickPrompt="@string/description_about_app_and_developer_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>