6.6.4 - Alpha - README.md 项目编译构建小节添加多种方式便于定位目标设置页面 (issue #404)

This commit is contained in:
SuperMonster003
2025-05-29 20:59:04 +08:00
parent a8001cd7b0
commit 1b16861526
25 changed files with 495 additions and 328 deletions

View File

@@ -87,8 +87,8 @@
"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_preparation_open_settings_android_studio": "Open the `Android SDK (Android Software Development Kit)` settings page (any of the following ways)",
"p_android_sdk_tools_preparation_sdk_tools": "Open the `SDK Tools` settings page (any of the following ways)",
"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)",
@@ -130,14 +130,14 @@
"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_open_jdk_settings": "Open the `Gradle JDK` settings page (any of the following ways)",
"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_android_sdk": "Android SDK",
"step_appearance_behavior": "Appearance & Behavior",
"step_build_execution_deployment": "Build, Execution, Deployment",
"step_build_tools": "Build Tools",
@@ -145,17 +145,21 @@
"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_file": "File",
"step_find_action": "Find action",
"step_generate_debug_apk": "`Build`",
"step_help": "Help",
"step_languages_and_frameworks": "Language & Frameworks",
"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_settings": "Settings",
"step_system_settings": "System Settings",
"symbol_arrow": "->",
"symbol_hash": "#",
"symbol_pipe": "|",
"table_header_contribution_contributors": "Contributors",
"table_header_contribution_number_of_commits": "Number of Commits",
"table_header_contribution_recent_submissions": "Recent Submissions",
@@ -167,7 +171,10 @@
"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_input": "Input",
"text_or": "or",
"text_reference": "Reference",
"text_search": "Search",
"text_stands_for": "stands for",
"text_traditional_method_lowercase": "traditional method"
}