Files
AutoJs6/.readme/lang_en.json

173 lines
23 KiB
JSON

{
"$name": "English",
"bq_annotation_android_sdk_preparation_accept_agreements": "Note: During the process, one or more relevant agreements may need to be accepted to continue",
"bq_annotation_android_sdk_preparation_skip_if_sdk_installed": "Note: If the Android SDK is already installed on the computer system, this section can be skipped",
"bq_annotation_android_sdk_tools_preparation_skip_if_tools_installed": "Note: If all required Android SDK Tools for AutoJs6 are already installed on the computer system, this section can be skipped",
"bq_annotation_android_studio_release_date_note": "Note: The release date for the above version is {{ var_date_android_studio_latest_recommended_version_name }}. To download other versions, or if the above link is invalid, you can visit the [Android Studio release archive](https://developer.android.com/studio/archive?hl=en) page",
"bq_annotation_autojs6_project_building_reference": "Note: For more details on building and running the app, please refer to [Android Docs](https://developer.android.com/studio/run?hl=en)",
"bq_annotation_autojs6_project_cloning_retry_clone": "Note: The above process may take a long time. If network conditions are poor, it may need to be retried multiple times (click the Retry button)",
"bq_annotation_autojs6_project_deploy_apk": "Note: For more information on building an app for user release, please refer to [Android Docs](https://developer.android.com/build/build-for-release?hl=en)",
"bq_annotation_autojs6_resources_cloning_install_git_note": "Note: The above process may require the installation of [Git](https://git-scm.com/download)",
"bq_annotation_gradle_task_inrt_rebuild_if_needed": "Note: The template file is missing; run the `inrt:assemble` task manually to generate it before rebuilding and redeploying the app",
"bq_annotation_jdk_preparation_skip_if_jdk_installed": "Note: If the JDK is already installed on the computer system and the version meets the above requirements, this section can be skipped",
"h3_contribution": "Contribution",
"h3_environment": "Environment",
"h3_functions": "Functions",
"h3_introduction": "Introduction",
"h3_languages_with_ascii": "Languages",
"h3_major_changes": "Major Changes",
"h3_manual": "Manual",
"h3_project_compilation_and_build": "Project Compilation and Build",
"h3_script_development_assistance": "Script Development Assistance",
"h3_version_histories": "Version Histories",
"h4_android_sdk_preparation": "Android SDK Preparation",
"h4_android_sdk_tools_preparation": "Android SDK Tools Preparation",
"h4_android_studio_preparation": "Android Studio Preparation",
"h4_autojs6_gradle_tasks": "Predefined Gradle Build Tasks for AutoJs6",
"h4_autojs6_project_building": "AutoJs6 Project Building",
"h4_autojs6_project_deploy_apk": "AutoJs6 Project Deployment (Generate APK)",
"h4_autojs6_project_deploy_run": "AutoJs6 Project Deployment (Run App)",
"h4_autojs6_resources_cloning": "AutoJs6 Resources Cloning",
"h4_jdk_preparation": "JDK Preparation",
"h5_for_more_version_history": "For more version history, refer to",
"label_after": "After",
"label_before": "Before",
"li_deploy_run_step_click_run": "Click the `Run` (triangle icon) button on the right to launch the app. The default shortcut is `F10`",
"li_deploy_run_step_select_app": "In the Toolbar, select `app` from the `Run/Debug Configurations` menu, which is the main AutoJs6 application",
"li_deploy_run_step_select_device": "In the `Available Devices` dropdown on the right, choose the device on which the project app should run (physical or virtual)",
"li_deploy_run_step_wait_install": "Wait for the deployment to finish; the chosen device will automatically install and run the project app",
"li_development_assistance_autojs6_api_reference_docs": "When writing code, AutoJs6-related API and usage can be consulted in the documentation at any time",
"li_development_assistance_code_completion_assist_development": "When writing code using development tools, code completion functionality can better assist developers in completing code",
"li_development_assistance_develop_scripts_for_autojs6": "To develop scripts that run with AutoJs6, appropriate development tools must be used",
"li_development_assistance_existing_projects_inspiration": "Existing script development projects can serve as references and inspire creativity for personal script projects",
"li_development_assistance_project_autojs6_documentation": "[AutoJs6-Documentation](http://docs-project.autojs6.com) - AutoJs6 application documentation",
"li_development_assistance_project_autojs6_typescript_declarations": "[AutoJs6-TypeScript-Declarations](http://dts-project.autojs6.com) - AutoJs6 declaration files (code completion)",
"li_development_assistance_project_autojs6_vscode_extension": "[AutoJs6-VSCode-Extension](http://vscext-project.autojs6.com) - AutoJs6 debugger (VSCode platform plugin)",
"li_development_assistance_projects_inspiration_ant_forest_supermonster003": "[Ant-Forest](https://github.com/SuperMonster003/Ant-Forest) - Ant Forest energy auto-collect script by [SuperMonster003](https://github.com/SuperMonster003)",
"li_development_assistance_projects_inspiration_ant_forest_tonyjiangwj": "[Ant-Forest](https://github.com/TonyJiangWJ/Ant-Forest) - Ant Forest energy auto-collect script by [TonyJiangWJ](https://github.com/TonyJiangWJ)",
"li_development_assistance_projects_inspiration_autojs_demo_snailuncle": "[autojsDemo](https://github.com/snailuncle/autojsDemo) - Auto.js demonstration example by [snailuncle](https://github.com/snailuncle)",
"li_development_assistance_projects_inspiration_autojs_related_repos": "[autojs related repositories](https://github.com/topics/autojs) - All repositories related to the autojs topic on GitHub",
"li_development_assistance_projects_inspiration_autojs_util_scripts_e1399579": "[autojs](https://github.com/e1399579/autojs) - Auto.js utility scripts by [e1399579](https://github.com/e1399579)",
"li_development_assistance_vscode_plugin_pc_script_development": "For writing and debugging scripts on a PC, the VSCode plugin can enable PC-to-phone connectivity",
"li_environment_android_os": "Android Operating System",
"li_environment_api_requirement": "[API](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels) [24](https://developer.android.com/reference/android/os/Build.VERSION_CODES#N) ([7.0](https://zh.wikipedia.org/wiki/Android_Nougat)) [[N](https://developer.android.com/reference/android/os/Build.VERSION_CODES#N)] and above",
"li_function_accessibility_service_support": "Supports automation based on [Accessibility Service](https://developer.android.com/reference/android/accessibilityservice/AccessibilityService)",
"li_function_e4x_support": "Supports [E4X](https://en.wikipedia.org/wiki/E4X) (ECMAScript for XML) for interface writing",
"li_function_floating_button_quick_actions": "Supports floating button quick actions (script recording and running/view package name and activity/layout analysis)",
"li_function_ide_features": "Can be used as a JavaScript IDE (code completion/variable renaming/code formatting)",
"li_function_layout_analysis_support": "Supports layout interface analysis (similar to Android Studio's LayoutInspector)",
"li_function_packaging_to_apk_support": "Supports packaging script files or projects into APK files",
"li_function_recording_and_playback_support": "Supports recording functionality and playback of recorded actions",
"li_function_root_features_support": "Supports expanded functionality using Root privileges (screen click/slide/record/Shell)",
"li_function_screenshot_and_image_matching_support": "Supports screen capture/save screenshots/color search in images/image matching",
"li_function_selector_api_support": "Supports Selector API and provides control traversal/information retrieval/control operations (similar to [UiAutomator](https://developer.android.com/training/testing/ui-automator))",
"li_function_tasker_plugin_support": "Supports use as a Tasker plugin",
"li_function_vscode_integration_support": "Supports connection with VSCode for desktop development (requires [AutoJs6-VSCode-Extension](http://vscext-project.autojs6.com) plugin)",
"li_major_changes_multilingual_support": "Multilingual support [ Spanish / French / Russian / Arabic / Japanese / Korean / English / Simplified Chinese / Traditional Chinese / ... ]",
"li_major_changes_new_modules": "New modules [ [base64](https://docs.autojs6.com/#/base64) / [crypto](https://docs.autojs6.com/#/crypto) / [sqlite](https://docs.autojs6.com/#/sqlite) / [i18n](https://docs.autojs6.com/#/i18n) / [notice](https://docs.autojs6.com/#/notice) / [ocr](https://docs.autojs6.com/#/ocr) / [opencc](https://docs.autojs6.com/#/opencc) / [qrcode](https://docs.autojs6.com/#/qrcode) / [shizuku](https://docs.autojs6.com/#/shizuku) / ... ]",
"li_major_changes_night_mode_support": "Night mode adaptation [ Settings page / Documentation page / Layout analysis page / Floating window / ... ]",
"li_major_changes_rhino_engine_upgrade": "[Rhino](https://github.com/mozilla/rhino/) engine upgraded from [v1.7.7.2](https://github.com/mozilla/rhino/releases/tag/Rhino1_7_7_2_Release) to {{ latest_rhino_engine_name_with_github_lineno_address }}",
"li_major_changes_shizuku_adb_privileges_support": "Supports obtaining ADB privileges through [Shizuku](https://shizuku.rikka.app/introduction/) and using system API",
"li_major_changes_theme_color_support": "Theme color adaptation [ Grouping / Location / Search / History / Automatic Adaptation of Brightness and Contrast / ... ]",
"li_major_changes_vscode_plugin_support": "[VSCode plugin](http://vscext-project.autojs6.com) supports both client (LAN) and server (LAN/ADB) connection methods",
"li_major_changes_websocket_support": "Supports building [WebSocket](https://docs.autojs6.com/#/webSocketType) instances to perform network requests based on the [WebSocket protocol](https://en.wikipedia.org/wiki/WebSocket)",
"li_manual_documentation": "Application Documentation",
"li_manual_troubleshooting": "Troubleshooting",
"li_manual_user_manual": "User Manual (to be written)",
"li_project_build_step_click_build_project": "Click the `Build Project` (hammer icon) button on the left to start building the project. The default shortcut is CTRL + F9",
"li_project_build_step_toolbar": "From the `Run/Debug Configurations` menu in the Toolbar, select `app`, which is the main AutoJs6 application",
"li_project_build_step_wait_build_success": "Wait for the build to complete. The `Builder Output` tab will display a message such as \"BUILD SUCCESSFUL in 1h 17m 34s\"",
"li_rhino_feature_array_includes_support": "Supports [Array.prototype.includes()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes)",
"li_rhino_feature_bigint_support": "Supports [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)",
"li_rhino_feature_object_values_support": "Supports [Object.values()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/values)",
"li_rhino_feature_rhino_engine_compatibility_list": "View Rhino engine [compatibility list](https://mozilla.github.io/rhino/compat/engines.html)",
"li_rhino_feature_rhino_engine_new_features": "View more new features of the Rhino engine [here](http://project.autojs6.com/blob/master/app/src/main/assets-app/doc/RHINO.md)",
"li_rhino_feature_template_strings_support": "Supports [template strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)",
"li_rhino_feature_unicode_code_point_escapes_support": "Unicode [code point](https://developer.mozilla.org/en-US/docs/Glossary/Code_point) escape support for [supplementary plane](https://en.wikipedia.org/wiki/Plane_(Unicode)#Supplementary_Multilingual_Plane) characters",
"p_android_sdk_preparation_auto_sdk_location_filled": "The `Android SDK Location` field above will auto-populate with the path, completing the SDK preparation work",
"p_android_sdk_preparation_edit_sdk_location": "If the `Android SDK Location` field is blank, click the `Edit` button on the right and click `Next` multiple times in the pop-up window",
"p_android_sdk_preparation_finish_sdk_installation": "Once the related resources are downloaded and installed, click the `Finish` button",
"p_android_sdk_preparation_open_settings_android_studio": "Use `CTRL + ALT + S` in Android Studio to open the settings page",
"p_android_sdk_tools_preparation_sdk_tools": "Use `CTRL + ALT + S` in Android Studio to open the settings page",
"p_android_sdk_tools_preparation_sdk_tools_required": "AutoJs6 requires certain SDK tools (like NDK and CMake)",
"p_android_sdk_tools_preparation_show_package_details": "Check `Show Package Details`, click NDK and CMake respectively to ensure the corresponding version tools are checked, the version information of the SDK tools is located in the `version.properties` file in the root directory of the AutoJs6 project",
"p_android_studio_preparation_download_android_studio": "Download `{{ android_studio_latest_recommended_version_name }}` version (choose one as needed)",
"p_android_studio_preparation_install_android_studio": "Install or extract the above file, then run the Android Studio software (e.g., `\"D:\\android-studio\\bin\\studio64.exe\"`)",
"p_autojs6_gradle_tasks_intro": "Besides building the project App, AutoJs6 supports several predefined Gradle build tasks that help developers perform convenient project-related operations",
"p_autojs6_gradle_tasks_overview": "Under the `Run/Debug Configurations` menu in the Toolbar, you can find various predefined Gradle tasks, each indicated by an elephant icon on the left",
"p_autojs6_project_building_failed": "If the build fails, you can report the error message to the AutoJs6 project's [Issues](http://issues.autojs6.com) page",
"p_autojs6_project_building_if_failed": "If the build couldn't proceed automatically or you need to rebuild the project, follow these steps",
"p_autojs6_project_cloning_autobuild_dependencies": "After cloning, Android Studio will open the AutoJs6 project window and automatically complete the preliminary `Dependencies` download and Gradle build work",
"p_autojs6_project_cloning_build_successful": "Upon completion of the build, the `Build` tab in Android Studio will show a message similar to `BUILD SUCCESSFUL in 1h 17m 34s`",
"p_autojs6_project_cloning_debug_version_apk": "Package the project and generate an APK file that can be installed on an Android device",
"p_autojs6_project_deploy_apk_overview": "Package the project and generate an APK file that can be installed on Android devices",
"p_autojs6_project_deploy_run_overview": "Once the project is built successfully, it can be deployed as an application (App) to a physical device (e.g., phone/tablet) or a virtual device (e.g., Android emulator)",
"p_autojs6_resources_cloning_click_clone_button": "Click the `Clone` button, wait for the AutoJs6 project resources to be cloned to the local device",
"p_autojs6_resources_cloning_clone_from_vcs": "Click `Get from VCS` button on the main page of Android Studio",
"p_autojs6_resources_cloning_fill_directory": "The `Directory` field can be modified to a specific path if needed",
"p_autojs6_resources_cloning_fill_url": "Fill `URL` field with `https://github.com/SuperMonster003/AutoJs6.git`",
"p_contribution_table_data_entries_sorted_by_recent_submissions": "Data entries sorted in descending order by `recent submissions`",
"p_contribution_table_data_updated_on": "Data updated on {{ var_date_contribution_table_data_updated }}",
"p_contribution_table_new_pull_requests_pending_processing": "Newly initiated, unprocessed Pull Requests will be included in the data statistics after merging",
"p_contribution_table_some_contributors_not_appearing": "Some contributors do not appear correctly in the [GitHub Contributors](https://github.com/SuperMonster003/AutoJs6/graphs/contributors) due to empty contribution records, but their contribution records can still be viewed via [Pull Request](https://github.com/SuperMonster003/AutoJs6/pulls)",
"p_contribution_table_thank_all_contributors": "Thank you to everyone who contributed to the AutoJs6 project development",
"p_gradle_task_app_bundle_description": "After running the task, it produces the latest JAR file for the AutoJs6 project. Using the [Android d.ts Generator](https://github.com/NativeScript/android-dts-generator) (by [NativeScript](https://github.com/NativeScript)), you can generate the type definitions (d.ts format) for the main AutoJs6 app",
"p_gradle_task_app_bundle_summary": "Package the outputs of the debug build process, primarily for the [AutoJs6 TypeScript definitions](http://dts-project.autojs6.com) project",
"p_gradle_task_app_digest_filename_comparison": "Below is the comparison of filenames before and after appending the digest information",
"p_gradle_task_app_digest_summary": "Append digest information to the APK produced by the release build, mainly to finalize the filename before publishing the latest version of AutoJs6 to GitHub",
"p_gradle_task_inrt_description": "The AutoJs6 project has various build variants. The \"inrt\" variant is used for packaging scripts, generating the template file \"template.apk\" required for packaging",
"p_gradle_task_inrt_exception": "When using the packaging feature, you might encounter the following error message",
"p_gradle_task_inrt_exception_explanation": "This indicates that the template file does not exist. You need to manually run the `inrt:assemble` task to generate the template file, then rebuild and redeploy the app",
"p_gradle_task_inrt_summary": "Assemble the \"inrt\" build variant, which primarily serves the AutoJs6 script packaging feature",
"p_introduction_autojs6_is_based_on_autojs": "AutoJs6 is based on the final project of Auto.js, undergoing secondary development on `2021/12/01` and continues to be open-source and free",
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) is a JavaScript automation tool software for the Android platform that supports [Accessibility Service](https://developer.android.com/guide/topics/ui/accessibility/service?hl=en)",
"p_introduction_autojs_released_information": "Auto.js was first released by [hyb1996](https://github.com/hyb1996) on `2017/01/27` and ceased maintenance on `2020/03/13`, with the final version name being `4.1.1 Alpha2` and build number `461`",
"p_introduction_related_autojs_table_announce": "The table below lists some Auto.js-related projects (sorted by development date)",
"p_introduction_related_autojs_table_app_is_free_or_not": "Auto.js Pro 7/8/9 in the table are paid versions, and the rest are free open-source versions",
"p_introduction_related_autojs_table_date_is_estimated": "The dates in the table are estimated and may differ from actual dates",
"p_jdk_preparation_add_existing_jdk": "You can also choose `Add JDK` to add an existing local JDK, locating its directory and completing the JDK addition",
"p_jdk_preparation_download_jdk": "JDK can be downloaded directly via the IDE or from the [Oracle website](https://www.oracle.com/java/technologies/downloads/)",
"p_jdk_preparation_download_new_jdk": "Alternatively, you can choose `Download JDK` to download a suitable JDK, click the `Download` button and wait for the download to complete",
"p_jdk_preparation_jdk_max_supported_version": "As of {{ var_date_jdk_max_supported }}, AutoJs6 supports up to version `{{ jdk_max_supported }}` of the JDK",
"p_jdk_preparation_jdk_version_requirements": "The `JDK (Java Development Kit)` version required for the AutoJs6 project should be at least `{{ jdk_min_supported }}`, but `{{ jdk_min_suggested }}` or higher is recommended",
"p_jdk_preparation_open_jdk_settings": "Use `CTRL + ALT + S` in Android Studio to open the settings page",
"p_jdk_preparation_select_existing_jdk": "If a suitable version of the JDK (>= `{{ jdk_min_supported }}`) already exists in the list, it can be selected directly",
"p_jdk_preparation_select_gradle_jdk": "`Gradle JDK` can be chosen or added with different versions of JDK",
"p_languages_all_supported_for_readme": "The current README.md supports the following languages",
"p_major_changes_autojs6_version_updates": "Compared to the final open-source version `4.1.1 Alpha2` of Auto.js, the main upgrades or changes in AutoJs6 are",
"p_project_compilation_and_build_android_studio_build_methods": "This section introduces the compilation and build methods of the AutoJs6 open-source project using Android Studio as an example. IntelliJ IDEA is similar",
"p_project_compilation_and_build_android_studio_intellij_idea": "For debugging or developing the AutoJs6 open-source project, you can use [Android Studio](https://pro.autojs.org/) (a product of [Google](https://www.google.com/)) or [IntelliJ IDEA](https://www.jetbrains.com/idea/) (a product of [Jetbrains](https://www.jetbrains.com/))",
"step_android_sdk_location": "Android SDK",
"step_appearance_behavior": "Appearance & Behavior",
"step_build_execution_deployment": "Build, Execution, Deployment",
"step_build_tools": "Build Tools",
"step_debug_apk_path": "Generate signed debug APK",
"step_debug_version_path": "Debug Version",
"step_example_debug_path": "Path example: `\"D:\\AutoJs6\\app\\build\\outputs\\apk\\debug\\\"`",
"step_example_release_path": "Path example: `\"D:\\AutoJs6\\app\\release\\\"`",
"step_generate_debug_apk": "`Build`",
"step_prepare_signing_file": "Prepare the signing file (create new or select existing), generate the signed release package",
"step_release_version_apk": "Release Version",
"step_release_version_path": "`Build`",
"step_sdk_android_sdk": "Android SDK",
"step_sdk_appearance_behavior": "Appearance & Behavior",
"step_sdk_system_settings": "System Settings",
"step_sdk_tools_show_details": "SDK Tools (located in the right window)",
"step_select_apk_option": "Select `APK` option",
"step_system_settings": "System Settings",
"symbol_arrow": "->",
"table_header_contribution_contributors": "Contributors",
"table_header_contribution_number_of_commits": "Number of Commits",
"table_header_contribution_recent_submissions": "Recent Submissions",
"table_header_introduction_related_autojs_app_name": "App Name",
"table_header_introduction_related_autojs_developer": "Developer",
"table_header_introduction_related_autojs_development_end_date": "Development End Date",
"table_header_introduction_related_autojs_development_start_date": "Development Start Date",
"table_header_introduction_related_autojs_project": "Project",
"text_autojs6_synopsis": "JavaScript automation tool supporting accessibility service on the Android platform",
"text_changelog_item_dependency": "Some dependency or local library version adjustments",
"text_current_lowercase": "current",
"text_reference": "Reference",
"text_stands_for": "stands for",
"text_traditional_method_lowercase": "traditional method"
}