Files
AutoJs6/app/src/main/res/values-zh/strings.xml
2023-11-12 23:40:28 +08:00

708 lines
56 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="apk_builder_build" tools:ignore="TypographyEllipsis">构建中...</string>
<string name="apk_builder_clean" tools:ignore="TypographyEllipsis">清理临时文件...</string>
<string name="apk_builder_package" tools:ignore="TypographyEllipsis">打包中...</string>
<string name="apk_builder_plugin_version_incompatible">打包插件需更新\n是否下载</string>
<string name="apk_builder_prepare" tools:ignore="TypographyEllipsis">准备文件...</string>
<string name="confirm_overwrite_file">文件已存在, 是否覆盖</string>
<string name="content_about_app_tips">1. 长按主页应用名称 (AutoJs6) 可跳转至设置页面\n2. 设置页面长按设置选项可查看详细信息</string>
<string name="content_github_feedback">即将跳转到项目议题反馈 WEB 页面.\n可能需要 GitHub 账户以完成问题反馈.</string>
<string name="content_way_of_output_for_recorded_script">选择一个已录制脚本的输出方式</string>
<string name="crash_feedback">可复制调试信息到剪贴板或直接退出应用</string>
<string name="default_script_notification_channel_description">@string/default_script_notification_content</string>
<string name="default_script_notification_channel_name">@string/default_script_notification_title</string>
<string name="default_script_notification_content">来自脚本的通知</string>
<string name="default_script_notification_title">脚本通知</string>
<string name="default_value_working_directory">/脚本</string>
<string name="description_about_app_and_developer_preference">AutoJs6 是 Android 平台支持无障碍服务的 JavaScript 自动化工具, 克隆 (clone) 自 \"hyb1996/Auto.js\" 且保持开源.\n\n如需获取帮助或提交反馈, 可浏览项目的 GitHub 议题 (issues) 板块, 或加入腾讯 (Tencent) QQ 群组 690946137.</string>
<string name="description_about_app_tips_preference">1. 在 \"关于应用与开发者\" 页面长按应用图标可跳转至 AutoJs6 开发者选项页面</string>
<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>
<string name="description_hidden_files_preference">用于设置是否在 AutoJs6 文件管理器中显示隐藏文件和文件夹 (通常以 \".\" 开头).</string>
<string name="description_keep_screen_on_when_in_foreground_preference">用于当 AutoJs6 位于前台时使设备屏幕保持常亮.\n如需在 AutoJs6 应用的所有页面中, 仅在主页时保持设备屏幕常亮, 可选择 \"仅限主页\" 选项.</string>
<string name="description_manage_ignored_updates_preference">点击可查看或管理列表项.\n长按可移除列表项.</string>
<string name="description_night_mode_preference">夜间模式, 亦称 [ 暗黑模式 / 深色主题 ] 等.\n夜间模式应用于安卓系统 UI (如通知栏和导航栏) 及 AutoJs6 应用页面.\n夜间模式可提升设备在低光环境下的易用性, 同时有助于提升弱视或光敏感用户的视觉体验.\n\n跟随系统: AutoJs6 与安卓操作系统的夜间模式设置一致\n总是开启: AutoJs6 保持开启夜间模式 (忽略操作系统设置)\n总是关闭: AutoJs6 保持关闭夜间模式 (忽略操作系统设置)\n\n注: 跟随系统功能仅支持安卓 API 级别 28 (安卓 9) [P] 及以上操作系统.</string>
<string name="description_night_mode_preference_more">启用安卓系统的夜间模式:\n- API 级别 29 (安卓 10) [Q] 及以上: 通过 [ 设置 -> 显示 -> 主题 ] 开启.\n- API 级别 28 (安卓 9) [P]: 通过 [ 开发者选项 -> 夜间模式 ] 开启.\n\n对于基于 WebView 组件的内容 (如 AutoJs6 的文档页面), 夜间模式支持需要满足以下条件:\n1. WebView (或 Google Chrome 等浏览器) 版本要求:\n- API 级别 29 (安卓 10) [Q] 及以上: 版本不低于 76\n- API 级别 28 (安卓 9) [P]: 版本不低于 105\n2. WebView 组件页面内容可适配夜间模式 (通过 CSS 或 安卓 XML 资源等方式实现)</string>
<string name="description_root_mode_preference">如果设备使用非常规 Root 方式或 Root 权限检测结果异常, 可设置 \"强制 Root 模式\" 或 \"强制非 Root 模式\".</string>
<string name="description_root_record_out_file_type_preference">二进制文件: 不可编辑, 文件扩展名为 \"auto\"\nJavaScript 文件: 可编辑或直接复制, 文件扩展名为 \"js\"</string>
<string name="description_stable_mode">稳定模式省略布局细节, 脚本分析布局时更稳定, 但可能影响获取的控件总量.\n需重启无障碍服务.</string>
<string name="description_theme_color_preference">主题色的应用范围包括但不限于以下部件:\n系统通知栏\n应用栏 (AppBar)\n文件图标\n任务项图标\n浮动操作按钮 (Fab)\n设置页面类别标题\n按钮开关\n\n注: 截至 6.2.0 版本, AutoJs6 主题色暂未对 [ 主要色 (Primary Color) / 主要暗色 (Primary Dark Color) / 强调色 (Accent Color) ] 作出区分.</string>
<string name="dialog_button_back">@string/text_back</string>
<string name="dialog_button_continue">@string/text_continue</string>
<string name="dialog_button_cancel">取消</string>
<string name="dialog_button_cancel_download">取消下载</string>
<string name="dialog_button_confirm">确定</string>
<string name="dialog_button_copy">@string/text_copy</string>
<string name="dialog_button_details">了解更多</string>
<string name="dialog_button_download_with_browser">浏览器下载</string>
<string name="dialog_button_history">历史记录</string>
<string name="dialog_button_ignore_current_update">忽略此版本</string>
<string name="dialog_button_join_group">加入群组</string>
<string name="dialog_button_more">了解更多</string>
<string name="dialog_button_quit">放弃</string>
<string name="dialog_button_remove">移除</string>
<string name="dialog_button_retry">重试</string>
<string name="dialog_button_save">保存</string>
<string name="dialog_button_system_settings">系统设置</string>
<string name="dialog_button_system_settings_simplified">@string/dialog_button_system_settings</string>
<string name="dialog_button_update_now">立即更新</string>
<string name="dialog_button_use_default">使用默认值</string>
<string name="text_app_shortcut_docs_long_label">AutoJs6 文档</string>
<string name="text_app_shortcut_docs_short_label">文档</string>
<string name="edit_and_run_handle_intent_error">无法处理文件</string>
<string name="edit_exit_without_save_warn">内容尚未保存, 确定要退出吗</string>
<string name="entry_app_language_auto">跟随系统</string>
<string name="entry_documentation_source_local">本地文档</string>
<string name="entry_documentation_source_online">在线文档</string>
<string name="entry_editor_pinch_to_zoom_change_text_size">更改字体大小</string>
<string name="entry_editor_pinch_to_zoom_disable">禁用</string>
<string name="entry_editor_pinch_to_zoom_scale_view">缩放视图</string>
<string name="entry_hidden_files_not_show">不显示隐藏文件或文件夹</string>
<string name="entry_hidden_files_show">显示隐藏文件和文件夹</string>
<string name="entry_keep_screen_on_when_in_foreground_all_pages">所有页面</string>
<string name="entry_keep_screen_on_when_in_foreground_disabled">禁用</string>
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">仅限主页</string>
<string name="entry_night_mode_always_off">总是关闭</string>
<string name="entry_night_mode_always_on">总是开启</string>
<string name="entry_night_mode_follow_system">跟随系统</string>
<string name="entry_root_mode_auto_detect">自动检测 Root 权限</string>
<string name="entry_root_mode_force_non_root">强制非 Root 模式</string>
<string name="entry_root_mode_force_root">强制 Root 模式</string>
<string name="entry_root_record_out_file_type_binary">二进制文件 (不可编辑)</string>
<string name="entry_root_record_out_file_type_js">JavaScript 文件 (可编辑)</string>
<string name="error_a_runtime_has_been_set">运行时已存在</string>
<string name="error_abandoned_method">方法 %s 已被废弃, 应避免使用</string>
<string name="error_app_not_installed">应用未安装: \"%s\"</string>
<string name="error_both_bitmap_and_mat_are_null">Bitmap 与 Mat 不能同时为 null</string>
<string name="error_cannot_be_null">%s 不能为 null</string>
<string name="error_cannot_connect_to_github">无法连接到 GitHub</string>
<string name="error_cannot_find_editor_view_from_child_view">无法在子控件 %s 中找到 EditorView</string>
<string name="error_cannot_get_download_url">无法获取下载链接</string>
<string name="error_cannot_rename">重命名失败</string>
<string name="error_cannot_retrieve_battery_state">无法获取设备电池状态</string>
<string name="error_change_password_error_length">密码长度不足</string>
<string name="error_change_password_error_match">密码不一致</string>
<string name="error_check_for_update">检查更新失败</string>
<string name="error_colon_must_follow_a_valid_ip_address">冒号需跟随有效的 IP 地址</string>
<string name="error_compass_cannot_be_null">罗盘参数不能为 null</string>
<string name="error_connect_to_remote">连接失败: %s</string>
<string name="error_continuation_resume_called_without_suspend">方法 resume() 调用前需先调用 suspend()</string>
<string name="error_continuation_suspend_called_more_than_once">方法 suspend() 只能调用一次</string>
<string name="error_corresponding_github_release_may_not_published">对应的 GitHub 发行版可能还未发布</string>
<string name="error_dot_decimal_notation_num_over_255">点分十进制数超过 255</string>
<string name="error_download_interrupted">下载中断</string>
<string name="error_email_taken">邮箱已被占用</string>
<string name="error_empty_broadcast_selection">需至少选择一个广播事件</string>
<string name="error_empty_github_release_assets">无可供下载的 GitHub 发行版资源</string>
<string name="error_empty_shell_command">命令为空</string>
<string name="error_enable_server">AutoJs6 服务启用失败: %s</string>
<string name="error_failed_to_convert_into_drawable">无法将值 %s 转换为 Drawable 实例</string>
<string name="error_function_called_in_ui_thread">UI 线程内无法执行阻塞操作. 可尝试在子线程或子脚本中执行 %s()</string>
<string name="error_function_called_more_than_once">%s() 调用不能超过一次</string>
<string name="error_get_github_latest_release">无法获取最新的 GitHub 发行版</string>
<string name="error_handshake_timed_out">握手超时 (%d 毫秒)</string>
<string name="error_illegal_argument" formatted="false">不合法的参数 %s: %s</string>
<string name="error_illegal_relative_url_argument_without_base">使用相对 URL 时必须指定 Base URL</string>
<string name="error_illegal_ui_object_result_type" formatted="false">结果类型 \"%s\" 不适用于 UiObject</string>
<string name="error_illegal_url_argument" formatted="false">URL 需以协议标识开头 (如 \"https://\" 等)</string>
<string name="error_illegal_widget_command" formatted="false">参数 %s (%s) 需要属于或可转换为 %s 类型</string>
<string name="error_image_has_been_recycled">图像资源已被回收</string>
<string name="error_invalid_compass">无效的罗盘参数: %s</string>
<string name="error_invalid_github_repo">无效的 GitHub 仓库: %s</string>
<string name="error_invalid_ip_address">无效的 IP 地址</string>
<string name="error_invalid_login_credentials">无效的登录凭证</string>
<string name="error_invalid_rest_compass">无效的剩余罗盘参数: %s</string>
<string name="error_invalid_selector_map_element" formatted="false">不合法的选择器集合元素: { %s: %s (%s) }</string>
<string name="error_ip_address_should_not_be_empty">IP 地址不可为空</string>
<string name="error_max_listeners_exceeded">超出最大监听器数量限制: %d</string>
<string name="error_may_not_have_root_access_to_run_auto_file">AutoJs6 可能因缺少 Root 权限而无法运行 \"auto\" 文件</string>
<string name="error_method_called_with_null_argument" formatted="false">%s() 传入的 %s 参数为空</string>
<string name="error_no_accessibility_permission">无障碍服务未启用</string>
<string name="error_no_accessibility_permission_to_capture">无障碍服务未启用</string>
<string name="error_no_accessibility_service">没有无障碍服务</string>
<string name="error_no_display_over_other_apps_permission">缺少 \"显示在其他应用上层\" 权限</string>
<string name="error_no_post_notifications_permission">缺少 \"发布通知\" 权限</string>
<string name="error_no_read_phone_state_permission">缺少 \"读取手机状态\" 权限</string>
<string name="error_no_screen_capture_permission">缺少屏幕捕获权限</string>
<string name="error_no_storage_rw_permission">缺少 \"读写存储空间\" 权限</string>
<string name="error_no_such_selector_method" formatted="false">不存在的选择器方法 %s(%s: %s)</string>
<string name="error_no_usage_stats_permission">缺少 \"查看使用情况\" 权限</string>
<string name="error_no_write_settings_permission">缺少 \"修改系统设置\" 权限</string>
<string name="error_only_one_child_for_scroll_view">ScrollView 只能拥有至多一个直接子控件</string>
<string name="error_parse_github_release_assets">解析 GitHub 发行版资源信息失败</string>
<string name="error_parse_version_info">无法解析版本信息</string>
<string name="error_pattern_syntax">正则表达式句法错误</string>
<string name="error_port_num_over_65535">端口号超过 65535</string>
<string name="error_put_value_into_json">无法将值 %s 存入 JSON</string>
<string name="error_regex_find_prev">正则表达式不支持向前查找</string>
<string name="error_repeated_colon_symbol">重复的分号符号</string>
<string name="error_repeated_dot_symbol">重复的句点符号</string>
<string name="error_script_is_on_exiting">脚本正在退出中</string>
<string name="error_selector_method_without_calling">选择器方法需调用而不可作为参数直接传入: %s</string>
<string name="error_selector_result_type_with_compass">结果类型为 selector 时, 无法同时使用罗盘参数</string>
<string name="error_set_both_icon_res_and_icon">不支持同时设置 iconRes 与 icon</string>
<string name="error_thread_is_not_alive">线程处于非活动状态</string>
<string name="error_unacceptable_character">不接受的字符</string>
<string name="error_unknown">未知错误</string>
<string name="error_unknown_algorithm_selector_param">未知的 algorithm 选择器参数: %s</string>
<string name="error_unknown_color_name">未知颜色名称: %s</string>
<string name="error_unknown_operation">未知操作指令</string>
<string name="error_unknown_picker_result_type">未知结果类型 {名称: %s}</string>
<string name="error_unknown_picker_result_type_with_params" formatted="false">未知结果类型 {名称: %s, 参数: %s}</string>
<string name="error_unknown_picker_selector_type" formatted="false">未知选择器 {名称: %s, 类型: %s}</string>
<string name="error_unknown_type">未知类型: %s</string>
<string name="file_not_exist_or_readable">文件不存在或不可读: %s</string>
<string name="foreground_notification_channel_name">AutoJs6 前台服务</string>
<string name="foreground_notification_text">点击返回 AutoJs6 主界面</string>
<string name="foreground_notification_title">AutoJs6 前台服务</string>
<string name="format_build_succeeded">构建成功.\n文件路径: %s</string>
<string name="format_debug_bar_title">调试 [ %s ]</string>
<string name="format_editor_info" formatted="false">字符数: %d\n行数: %d\n大小: %s</string>
<string name="format_file_downloaded">文件已下载至 %s</string>
<string name="go_to_accessibility_settings"><![CDATA[[打开] 系统设置 -> 无障碍服务 -> AutoJs6 [启用]]]></string>
<string name="hint_find_with_regex">支持正则表达式搜索, 可使用 \"$1\" - \"$9\" 表示分组捕获</string>
<string name="hint_long_click_run_to_debug">长按 \"运行\" 图标可启动调试</string>
<string name="hint_loop_delay">开始循环前的延迟</string>
<string name="hint_loop_times">0 表示无限循环</string>
<string name="mt_color_picker_title">选择颜色</string>
<string name="mt_custom">自定义</string>
<string name="no_apk_builder_plugin">打包插件未安装</string>
<string name="no_root_access_for_record">AutoJs6 无 root 权限, 无法录制脚本</string>
<string name="prompt_add_ignored_version">确定忽略当前更新版本吗?\n在应用设置中可管理已忽略的所有版本.</string>
<string name="prompt_restart_is_needed_for_docs_source_switch">需要重启应用才能完成文档源切换</string>
<string name="prompt_restart_may_be_needed_for_language_switch">部分内容可能需要重启应用才能完成语言切换</string>
<string name="screen_capturer_foreground_notification_channel_name">屏幕捕获器前台服务</string>
<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>
<string name="summary_guard_mode">当 AutoJs6 前置时禁用自动化行为以避免误操作</string>
<string name="summary_not_showing_main_activity">启动应用后直接运行脚本</string>
<string name="summary_pre_execute_script">在脚本文件之前执行</string>
<string name="summary_record_prompt">录制开始及停止时显示提示消息</string>
<string name="summary_stable_mode">增强布局分析稳定性但降低代码兼容性 (需重启无障碍服务)</string>
<string name="summary_use_volume_control_record">按 \"音量减\" 键开始或停止脚本录制 (需开启浮动按钮)</string>
<string name="summary_use_volume_key_to_stop_running_scripts">按 \"音量加\" 键停止所有正在运行的脚本</string>
<string name="text_a11y_service">无障碍服务</string>
<string name="text_a11y_service_description">脚本自动操作 (点击/长按/滑动等) 所需</string>
<string name="text_a11y_service_enabled_but_not_running">无障碍服务已启用但未运行 (尝试重新启用或重启设备)</string>
<string name="text_a11y_service_may_be_needed">可能需要启用无障碍服务</string>
<string name="text_abis">支持 ABI</string>
<string name="text_abis_32bit">支持 ABI (32 位)</string>
<string name="text_abis_64bit">支持 ABI (64 位)</string>
<string name="text_about">关于</string>
<string name="text_about_all_files_access">关于所有文件访问权限</string>
<string name="text_about_app_and_developer">关于应用与开发者</string>
<string name="text_about_app_tips">使用技巧</string>
<string name="text_about_display_over_other_apps">关于显示在其他应用上层</string>
<string name="text_about_functions_feedback">问题反馈</string>
<string name="text_about_functions_licenses">许可信息</string>
<string name="text_about_functions_update">检查更新</string>
<string name="text_access_has_been_granted">授权成功</string>
<string name="text_act_by_click">点击 (click)</string>
<string name="text_act_by_long_click">长按 (longClick)</string>
<string name="text_act_by_scroll_backward">向后/上/左滑动 (scrollBackward)</string>
<string name="text_act_by_scroll_forward">向前/右/下滑动 (scrollForward)</string>
<string name="text_act_by_set_text">设置文本 (setText)</string>
<string name="text_action">动作</string>
<string name="text_activity_not_found_for_apk_installing">找不到 APK 安装器</string>
<string name="text_adb_tool_needed">需要 ADB 命令行工具</string>
<string name="text_all_files_access">所有文件管理权限</string>
<string name="text_all_files_access_is_needed">需要授予 \"所有文件管理权限\" 才能正常读写脚本文件</string>
<string name="text_already_copied_to_clip">已复制到剪贴板</string>
<string name="text_already_created">已创建</string>
<string name="text_already_deleted">已删除</string>
<string name="text_android_build_id">安卓构建 ID</string>
<string name="text_android_build_version">安卓构建版本</string>
<string name="text_android_release_version">安卓发行版本</string>
<string name="text_android_sdk_version">安卓 SDK 版本</string>
<string name="text_apk_builder_plugin_unavailable">打包插件不可用</string>
<string name="text_app_and_device_info">应用及设备信息</string>
<string name="text_app_crashed">AutoJs6 应用崩溃</string>
<string name="text_app_language">语言</string>
<string name="text_app_name">应用名称</string>
<string name="text_app_name_alipay">支付宝</string>
<string name="text_app_name_amap">高德地图</string>
<string name="text_app_name_baidumap">百度地图</string>
<string name="text_app_name_bilibili">哔哩哔哩</string>
<string name="text_app_name_brevent">黑阈</string>
<string name="text_app_name_calendar">日历</string>
<string name="text_app_name_coolapk">酷安</string>
<string name="text_app_name_dianping">大众点评</string>
<string name="text_app_name_drive">云端硬盘</string>
<string name="text_app_name_es">ES文件浏览器</string>
<string name="text_app_name_eudic">欧路词典</string>
<string name="text_app_name_geometric_weather">几何天气</string>
<string name="text_app_name_keep_notes">Keep 记事</string>
<string name="text_app_name_meituan">美团</string>
<string name="text_app_name_mt">MT管理器</string>
<string name="text_app_name_mxpro">MX 播放器专业版</string>
<string name="text_app_name_parallel_space">平行空间(原双开大师)</string>
<string name="text_app_name_qqmusic">QQ音乐</string>
<string name="text_app_name_wechat">微信</string>
<string name="text_app_source_code">软件源码</string>
<string name="text_app_version_code">应用版本号</string>
<string name="text_app_version_name">应用版本名</string>
<string name="text_appearance">外观</string>
<string name="text_attribute">属性</string>
<string name="text_auto_check_for_updates">自动检查更新</string>
<string name="text_auto_check_for_updates_and_show_snackbar">自动检查更新并在首页下方显示通知条</string>
<string name="text_auto_night_mode">自动夜间模式</string>
<string name="text_auto_operate_service">无障碍服务</string>
<string name="text_auto_operate_service_enabled_but_not_working">无障碍服务已启用但未正常运行</string>
<string name="text_back">返回</string>
<string name="text_broadcast_action">动作 (Action)</string>
<string name="text_broadcast_task">广播触发任务</string>
<string name="text_build_apk">打包应用</string>
<string name="text_build_succeeded">打包成功</string>
<string name="text_cancel">取消</string>
<string name="text_cancel_simplified">取消</string>
<string name="text_cannot_read_file">无法读取文件</string>
<string name="text_change_working_dir">更改工作路径</string>
<string name="text_check_for_updates">检查更新</string>
<string name="text_checking_update" tools:ignore="TypographyEllipsis">正在检查更新...</string>
<string name="text_class_or_package_name">类/包名</string>
<string name="text_clear">清空</string>
<string name="text_clear_file_selection">清空文件选择</string>
<string name="text_clear_pre_execute_script">清空预执行脚本</string>
<string name="text_clear_updates_checked_states">清除更新检查状态</string>
<string name="text_click_item_to_remove">点击条目可移除</string>
<string name="text_click_ok_to_go_to_access_settings">点击 \"OK\" 跳转到设置页面</string>
<string name="text_click_too_frequently">操作频率过快</string>
<string name="text_client_mode">客户端模式</string>
<string name="text_close">关闭</string>
<string name="text_close_floating_button">关闭浮动按钮</string>
<string name="text_code">代码</string>
<string name="text_code_beautify">格式化代码</string>
<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>
<string name="text_connect_to_pc">连接到计算机</string>
<string name="text_connection_cannot_be_established">无法建立连接</string>
<string name="text_console">控制台</string>
<string name="text_continue">继续</string>
<string name="text_copy">复制</string>
<string name="text_copy_all">复制全部</string>
<string name="text_copy_all_files_to_new_directory">复制原目录文件到新目录</string>
<string name="text_copy_command">复制指令</string>
<string name="text_copy_debug_info">复制调试信息</string>
<string name="text_copy_line">复制行</string>
<string name="text_copy_to_clip">复制到剪贴板</string>
<string name="text_copy_value">复制值</string>
<string name="text_current_version">当前版本</string>
<string name="text_daily_task">每日任务</string>
<string name="text_date">日期</string>
<string name="text_day1"></string>
<string name="text_day2"></string>
<string name="text_day3"></string>
<string name="text_day4"></string>
<string name="text_day5"></string>
<string name="text_day6"></string>
<string name="text_day7"></string>
<string name="text_debug">调试</string>
<string name="text_debug_resume_script">继续</string>
<string name="text_debug_step_into">进入</string>
<string name="text_debug_step_out">跳出</string>
<string name="text_debug_step_over">单步</string>
<string name="text_delete">删除</string>
<string name="text_delete_line">删除行</string>
<string name="text_details">详情</string>
<string name="text_developer_details_under_development" tools:ignore="TypographyEllipsis">\"开发者详情\" 正在开发中...</string>
<string name="text_developer_options">开发者选项</string>
<string name="text_device_brand">设备品牌</string>
<string name="text_device_hardware_name">设备硬件名称</string>
<string name="text_device_hardware_serial_number">设备硬件序列号</string>
<string name="text_device_manufacturer">设备厂商</string>
<string name="text_device_model">设备型号</string>
<string name="text_device_name">设备名称</string>
<string name="text_device_product_name">设备产品名称</string>
<string name="text_directly_download">直接下载</string>
<string name="text_directory">文件夹</string>
<string name="text_display_over_other_app">显示在其他应用上层</string>
<string name="text_display_over_other_app_is_recommended">建议授予 \"显示在其他应用上层\" 权限以确保应用窗口组件正常显示</string>
<string name="text_disposable_task">一次性任务</string>
<string name="text_disposable_task_time_before_now">任务时间小于当前时间</string>
<string name="text_do_not_ask_again_for_this_version">此版本不再提示</string>
<string name="text_do_not_show_again">不再提示</string>
<string name="text_documentation">文档</string>
<string name="text_documentation_source">文档源</string>
<string name="text_done">完成</string>
<string name="text_download">下载</string>
<string name="text_download_cancelled">下载已取消</string>
<string name="text_download_interruption_warning">继续操作将中断当前下载</string>
<string name="text_download_url">下载地址</string>
<string name="text_downloading">下载中</string>
<string name="text_drawer_close">关闭侧拉抽屉</string>
<string name="text_drawer_open">打开侧拉抽屉</string>
<string name="text_edit">编辑</string>
<string name="text_edit_prepare_script">编辑预执行脚本</string>
<string name="text_edit_script">编辑脚本</string>
<string name="text_editor_theme">编辑器主题</string>
<string name="text_email">邮箱</string>
<string name="text_email_cannot_be_empty">邮箱不能为空</string>
<string name="text_email_format_error">邮箱格式错误</string>
<string name="text_empty_release_note">无版本信息</string>
<string name="text_enable_a11y_service">启用无障碍服务</string>
<string name="text_enable_a11y_service_with_root_access_automatically">使用 root 权限自动启用无障碍服务</string>
<string name="text_enable_a11y_service_with_root_access_timeout">使用 root 权限启用无障碍服务超时</string>
<string name="text_enable_a11y_service_with_secure_settings_automatically">使用修改安全设置权限自动启用无障碍服务</string>
<string name="text_enable_a11y_service_with_secure_settings_timeout">使用修改安全设置权限启用无障碍服务超时</string>
<string name="text_error">错误</string>
<string name="text_error_copy_file">文件复制失败: %s</string>
<string name="text_error_report">错误报告</string>
<string name="text_execute">执行</string>
<string name="text_execute_code">执行代码</string>
<string name="text_execution_finished" formatted="false">[%s] 运行结束 (用时 %s 秒)\n</string>
<string name="text_exit">退出</string>
<string name="text_exit_directly">直接退出</string>
<string name="text_export">导出</string>
<string name="text_extending_js_build_in_objects">JavaScript 内置对象扩展</string>
<string name="text_extensibility">扩展性</string>
<string name="text_failed">失败</string>
<string name="text_failed_to_build">打包失败</string>
<string name="text_failed_to_create">创建失败</string>
<string name="text_failed_to_delete">删除失败</string>
<string name="text_failed_to_disable_a11y_service">禁用无障碍服务失败</string>
<string name="text_failed_to_download">下载失败</string>
<string name="text_failed_to_enable_a11y_service_with_root_access">使用 root 权限启用无障碍服务失败</string>
<string name="text_failed_to_enable_a11y_service_with_secure_settings">使用修改安全设置权限启用无障碍服务失败</string>
<string name="text_failed_to_format">格式化失败</string>
<string name="text_failed_to_generate">生成失败</string>
<string name="text_failed_to_grant_access">授权失败</string>
<string name="text_failed_to_grant_draw_overlays_permission">显示在其他应用上层权限授予失败</string>
<string name="text_failed_to_import">导入失败</string>
<string name="text_failed_to_login">登录失败</string>
<string name="text_failed_to_register">注册失败</string>
<string name="text_failed_to_report">提交失败</string>
<string name="text_failed_to_save_remote_project_to_local_storage">无法保存远程项目至本地</string>
<string name="text_failed_to_write_file">文件写入失败</string>
<string name="text_file">文件</string>
<string name="text_file_exists">文件已存在</string>
<string name="text_file_name">文件名</string>
<string name="text_file_not_exists">文件不存在</string>
<string name="text_files_transfer">文件迁移</string>
<string name="text_find">查找</string>
<string name="text_find_java_classes">搜索 Java 类</string>
<string name="text_find_next_simplified">下一个</string>
<string name="text_find_or_replace">查找 / 替换</string>
<string name="text_find_prev_simplified">上一个</string>
<string name="text_floating_button">浮动按钮</string>
<string name="text_force_stop">强制停止</string>
<string name="text_foreground_service">前台服务</string>
<string name="text_foreground_service_description">前台服务执行一些用户能注意到的操作.\n前台服务必须显示通知, 确保用户知道应用正在执行的任务.\n前台服务通知无法移除, 除非服务停止运行.\n可通过长按通知将通知优先级降低 (部分系统支持关闭前台服务通知), 以减少通知对用户的影响.</string>
<string name="text_formatting_completed">格式化已完成</string>
<string name="text_function">函数</string>
<string name="text_fx_keyboard">多功能键盘</string>
<string name="text_generate">生成</string>
<string name="text_generate_code">生成代码</string>
<string name="text_generated_code">已生成代码</string>
<string name="text_getting_release_notes" tools:ignore="TypographyEllipsis">正在获取版本信息...</string>
<string name="text_github_backup_url_used">备用 URL 已使用</string>
<string name="text_go_to_settings">打开 \"设置\"</string>
<string name="text_granted">已授予</string>
<string name="text_guard_mode">保护模式</string>
<string name="text_help">帮助</string>
<string name="text_hidden_files_description">设置是否在文件浏览器页面显示隐藏文件和文件夹 (文件名以 \".\" 开头)</string>
<string name="text_hidden_files_title">隐藏文件和文件夹</string>
<string name="text_histories">历史记录</string>
<string name="text_icon">图标</string>
<string name="text_ignore_battery_optimizations">忽略电池优化</string>
<string name="text_ignored_updates">已忽略更新</string>
<string name="text_import">导入</string>
<string name="text_import_script">导入脚本文件</string>
<string name="text_import_succeed">导入成功</string>
<string name="text_import_to_my_scripts">导入到 \"我的脚本\"</string>
<string name="text_in_progress">处理中</string>
<string name="text_info">信息</string>
<string name="text_insist_on_record">录制</string>
<string name="text_inspect_layout">布局分析</string>
<string name="text_inspect_layout_bounds">布局范围分析</string>
<string name="text_inspect_layout_hierarchy">布局层次分析</string>
<string name="text_install">安装</string>
<string name="text_invalid_package_name">无效包名</string>
<string name="text_invalid_project">无效项目</string>
<string name="text_is_latest_version">已是最新版本</string>
<string name="text_issue_report">问题反馈</string>
<string name="text_js_file">*.js 文件</string>
<string name="text_jump">跳转</string>
<string name="text_jump_to_end">跳转到文件末尾</string>
<string name="text_jump_to_line">跳转到行</string>
<string name="text_jump_to_line_end">跳转到行尾</string>
<string name="text_jump_to_line_start">跳转到行首</string>
<string name="text_jump_to_start">跳转到文件开始</string>
<string name="text_keep_screen_on_when_in_foreground">前台时保持屏幕常亮</string>
<string name="text_last_updates_checked_time">上次检查: %s</string>
<string name="text_latest_activity">最近活动</string>
<string name="text_latest_package">最近包名</string>
<string name="text_launch_config">运行配置</string>
<string name="text_launch_debugger">启动调试</string>
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">布局分析中...</string>
<string name="text_licenses">开源许可信息</string>
<string name="text_log">日志</string>
<string name="text_app_shortcut_log_long_label">AutoJs6 日志</string>
<string name="text_app_shortcut_log_short_label">日志</string>
<string name="text_logging_in">登录中</string>
<string name="text_login">登录</string>
<string name="text_login_succeed">登录成功</string>
<string name="text_logout">退出登录</string>
<string name="text_loop_delay">延迟执行 (秒)</string>
<string name="text_loop_interval">循环间隔 (秒)</string>
<string name="text_loop_times">循环次数</string>
<string name="text_lower_than">低于</string>
<string name="text_main_file_name">主脚本文件名</string>
<string name="text_manage">管理</string>
<string name="text_manage_a11y_service">管理无障碍服务</string>
<string name="text_manage_ignored_updates">管理已忽略更新</string>
<string name="text_min_version">最低版本</string>
<string name="text_min_version_of_vscode_vsc_ext">VSCode 插件最低版本</string>
<string name="text_mobile_qq_not_installed">未安装 \"手机QQ\"</string>
<string name="text_more">更多</string>
<string name="text_more_details">了解详情</string>
<string name="text_move_all_files_to_new_directory">移动原目录文件到新目录</string>
<string name="text_multiple_options">多个可选项</string>
<string name="text_name">名称</string>
<string name="text_need_to_enable_a11y_service">需要启用无障碍服务</string>
<string name="text_new_file">新建文件</string>
<string name="text_new_path">新路径</string>
<string name="text_new_path_is_same_as_old_path">新旧路径相同</string>
<string name="text_new_project">新建项目</string>
<string name="text_new_version_found">检测到新版本</string>
<string name="text_new_watching_variables">增加监视的变量或表达式</string>
<string name="text_next_run_time">下次运行</string>
<string name="text_night_mode">夜间模式</string>
<string name="text_no_browser">未安装浏览器应用</string>
<string name="text_no_histories">无历史记录</string>
<string name="text_no_ignored_updates">暂无已忽略更新</string>
<string name="text_no_root">免 root</string>
<string name="text_no_root_access">无 root 权限</string>
<string name="text_no_scripts_to_stop_running">无运行中的脚本</string>
<string name="text_not_granted">未授予</string>
<string name="text_not_showing_main_activity">不显示主界面</string>
<string name="text_notification">通知</string>
<string name="text_notification_access_permission">通知读取权限</string>
<string name="text_notification_service_disabled">通知服务未运行</string>
<string name="text_null"></string>
<string name="text_number_format_error">数字格式无效</string>
<string name="text_ok">确定</string>
<string name="text_old_path">旧路径</string>
<string name="text_open">打开</string>
<string name="text_open_by_other_apps">用其他应用打开</string>
<string name="text_open_main_activity">打开主界面</string>
<string name="text_open_with">打开方式</string>
<string name="text_operation_is_completed">操作已完成</string>
<string name="text_options">选项</string>
<string name="text_original_developer">原始开发者</string>
<string name="text_others">其他</string>
<string name="text_output_apk_path">打包应用保存路径</string>
<string name="text_package_name">包名</string>
<string name="text_password">密码</string>
<string name="text_password_cannot_be_empty">密码不能为空</string>
<string name="text_paste">粘贴</string>
<string name="text_path_is_empty">路径为空</string>
<string name="text_pc_server_address">PC 服务端地址</string>
<string name="text_permission_granted">已授予权限</string>
<string name="text_permission_granted_failed_with_root">权限授予失败 (with root)</string>
<string name="text_permission_granted_with_root">已授予权限 (with root)</string>
<string name="text_permission_revoked">已撤消授权</string>
<string name="text_permission_revoked_failed_with_root">权限撤消失败 (with root)</string>
<string name="text_permission_revoked_with_root">已撤消授权 (with root)</string>
<string name="text_permission_test">权限测试</string>
<string name="text_permissions">权限</string>
<string name="text_pinch_to_zoom">手势缩放</string>
<string name="text_please_choose">请选择</string>
<string name="text_please_choose_a_script">请选择脚本</string>
<string name="text_please_input_name">请输入名称</string>
<string name="text_pointer_location">指针位置 (root)</string>
<string name="text_pointer_location_toggle_failed_with_hint">切换 \"指针位置\" 显示状态失败\n可能缺少 root 权限</string>
<string name="text_post_notifications_permission">发布通知权限</string>
<string name="text_pre_execute_script">预执行脚本</string>
<string name="text_preparing" tools:ignore="TypographyEllipsis">准备中...</string>
<string name="text_press_again_to_dismiss_dialog">再按一次关闭对话框</string>
<string name="text_press_again_to_exit">再按一次退出应用</string>
<string name="text_preview">预览</string>
<string name="text_processing">处理中</string>
<string name="text_project">项目</string>
<string name="text_project_location">项目位置</string>
<string name="text_project_media_access">投影媒体权限</string>
<string name="text_project_media_access_description">被授予 \"投影媒体权限\" 后, 录制屏幕的安全提示窗口将不再弹出.</string>
<string name="text_prompt">提示</string>
<string name="text_quit">放弃</string>
<string name="text_record_finished">录制完成</string>
<string name="text_record_prompt">录制提示</string>
<string name="text_record_stopped">录制已停止</string>
<string name="text_recorded_output_file_type">录制生成文件类型</string>
<string name="text_redo">重做</string>
<string name="text_redo_simplified">重做</string>
<string name="text_refresh">刷新</string>
<string name="text_refresh_explorer_may_needed">可能需要下拉刷新文件浏览器页面</string>
<string name="text_regex">正则表达式</string>
<string name="text_register">注册</string>
<string name="text_register_succeed">注册成功</string>
<string name="text_registering">注册中</string>
<string name="text_release_notes">更新日志</string>
<string name="text_remote">远程</string>
<string name="text_remote_file_saved_to_local_storage_successfully">远程文件已保存至本地</string>
<string name="text_remote_project_saved_to_local_storage_successfully">远程项目已保存至本地</string>
<string name="text_remove_all_breakpoints">删除所有断点</string>
<string name="text_rename">重命名</string>
<string name="text_replace">替换</string>
<string name="text_replace_all">全部替换</string>
<string name="text_replace_simplified">替换</string>
<string name="text_repo_url_of_vscode_vsc_ext">VSCode 插件项目地址</string>
<string name="text_report_succeed">提交成功</string>
<string name="text_requires_android_os_version" formatted="false">要求最低安卓系统版本 %s (API %s), 当前为 %s (API %s)</string>
<string name="text_reset_password">重置密码</string>
<string name="text_reset_succeed">重置成功</string>
<string name="text_reset_to_initial_content">重置为初始内容</string>
<string name="text_reset_to_initial_content_only_for_assets">只能重置示例代码文件</string>
<string name="text_restart_app">重启</string>
<string name="text_result">结果</string>
<string name="text_root_mode_title">强制 Root 权限检查</string>
<string name="text_run">运行</string>
<string name="text_run_on_battery_change">电量变化时</string>
<string name="text_run_on_boot">开机时</string>
<string name="text_run_on_config_change">某些设置 (屏幕方向, 地区等) 更改时</string>
<string name="text_run_on_conn_change">网络连接变化时</string>
<string name="text_run_on_headset_plug">耳机插拔时</string>
<string name="text_run_on_package_install">新应用安装时</string>
<string name="text_run_on_package_uninstall">应用卸载时</string>
<string name="text_run_on_package_update">应用更新时</string>
<string name="text_run_on_power_connect">电源连接时</string>
<string name="text_run_on_power_disconnect">电源断开时</string>
<string name="text_run_on_screen_off">息屏时</string>
<string name="text_run_on_screen_on">亮屏时</string>
<string name="text_run_on_screen_unlock">屏幕解锁时</string>
<string name="text_run_on_startup">AutoJs6 启动时</string>
<string name="text_run_on_time_tick">每分钟一次</string>
<string name="text_run_on_user_defined_broadcast">自定义广播</string>
<string name="text_run_repeatedly">循环运行</string>
<string name="text_run_script">运行脚本</string>
<string name="text_run_simplified">运行</string>
<string name="text_running_task">运行中任务</string>
<string name="text_sample">示例代码</string>
<string name="text_sample_name">正在运行的服务</string>
<string name="text_save">保存</string>
<string name="text_save_and_exit">保存并退出</string>
<string name="text_save_simplified">保存</string>
<string name="text_save_to">保存到</string>
<string name="text_script_record">录制脚本</string>
<string name="text_script_running">脚本运行</string>
<string name="text_search">搜索</string>
<string name="text_select">选择</string>
<string name="text_select_by_exists">判断控件存在 (exists)</string>
<string name="text_select_by_find_one">直到找到一个 (findOne)</string>
<string name="text_select_by_until_find">直到找到所有 (untilFind)</string>
<string name="text_select_by_wait_for">等待控件出现 (waitFor)</string>
<string name="text_select_file_to_import">选择要导入的文件</string>
<string name="text_select_file_to_upload">选择要上传的文件</string>
<string name="text_select_icon">选择图标</string>
<string name="text_select_image">选择图片</string>
<string name="text_send">发送</string>
<string name="text_send_shortcut">创建快捷方式</string>
<string name="text_server_mode">服务端模式</string>
<string name="text_service">服务</string>
<string name="text_set_as_working_dir">用作工作路径</string>
<string name="text_set_breakpoint">设置断点</string>
<string name="text_settings">设置</string>
<string name="text_app_shortcut_settings_long_label">AutoJs6 设置</string>
<string name="text_app_shortcut_settings_short_label">设置</string>
<string name="text_should_not_be_empty">文本不能为空</string>
<string name="text_show_layout_bounds">在布局范围中查看</string>
<string name="text_show_layout_hierarchy">在布局层次中查看</string>
<string name="text_show_widget_information">显示控件信息</string>
<string name="text_size">大小</string>
<string name="text_source_file_path">源代码路径</string>
<string name="text_stable_mode">稳定模式</string>
<string name="text_star">收藏</string>
<string name="text_start_record">开始录制</string>
<string name="text_start_running">开始运行</string>
<string name="text_stop">停止</string>
<string name="text_symbols_settings">符号设置</string>
<string name="text_tailor_made_developer">二次开发者</string>
<string name="text_task">任务</string>
<string name="text_text_size">字体大小</string>
<string name="text_text_size_current_value">字体大小: %d</string>
<string name="text_theme_color">主题色</string>
<string name="text_time">时间</string>
<string name="text_timed_task">定时任务</string>
<string name="text_timed_task_timing">定时</string>
<string name="text_tools">工具</string>
<string name="text_tutorial">教程</string>
<string name="text_type">类型</string>
<string name="text_under_development_content">将在后续版本实现当前功能</string>
<string name="text_under_development_title">开发中</string>
<string name="text_undo">撤销</string>
<string name="text_undo_simplified">撤销</string>
<string name="text_updates">更新</string>
<string name="text_updates_checked_states_cleared">更新检查状态已清除</string>
<string name="text_updates_snack_bar_act_later">稍后提示</string>
<string name="text_updates_snack_bar_act_view">查看更新</string>
<string name="text_usage_stats_permission">查看使用情况权限</string>
<string name="text_usage_stats_permission_description">\"查看使用情况\" 权限可获取本设备过去使用应用的情况,从而使 \"获取当前应用\" (currentPackage) 结果更准确</string>
<string name="text_use_android_n_shortcut">使用安卓 7.0 快捷方式</string>
<string name="text_use_volume_control_record">使用 \"音量减\" 键控制录制</string>
<string name="text_use_volume_key_to_control_script_running">使用 \"音量加\" 键控制脚本运行</string>
<string name="text_username">用户名</string>
<string name="text_username_cannot_be_empty">用户名不能为空</string>
<string name="text_using_desc_selector">使用描述选择器 (desc)</string>
<string name="text_using_id_selector">使用 id 选择器 (id)</string>
<string name="text_using_text_selector">使用文本选择器 (text)</string>
<string name="text_value"></string>
<string name="text_variable_or_expr">变量或表达式</string>
<string name="text_version">版本</string>
<string name="text_version_code">版本号</string>
<string name="text_version_info">版本信息</string>
<string name="text_version_name">版本名称</string>
<string name="text_view_docs">查看文档</string>
<string name="text_vsc_ext_version_not_meet_requirement">VSCode 插件版本不符合要求</string>
<string name="text_weekly_task">每周任务</string>
<string name="text_weekly_task_should_check_day_of_week">需至少选择一天</string>
<string name="text_working_dir_path">工作路径</string>
<string name="text_write_secure_settings">修改安全设置</string>
<string name="text_write_secure_settings_description">安全设置包含应用程序可读但不可写入的设置选项, 这些选项只能由 UI 或系统级别应用修改.\n被授予 \"修改安全设置权限\" 后, 普通应用可直接修改上述安全设置 (例如无障碍服务).</string>
<string name="text_write_system_settings">修改系统设置</string>
<string name="theme_color_default">默认</string>
<string name="text_only_latest_few_items_will_be_sent">仅最新的 %d 个条目将被发送</string>
<string name="text_num_of_log_entries_exceeds_limit_for_sending">当前日志总条目数 %d 超出可发送限制</string>
<string name="text_failed_to_send_log_entries">日志条目发送失败</string>
<string name="text_no_log_entries_to_send">无可发送的日志条目</string>
<string name="text_no_log_entries_to_export">无可导出的日志条目</string>
<string name="text_no_log_entries_to_copy">无可复制的日志条目</string>
<string name="text_failed_to_copy">复制失败</string>
<string name="text_already_copied_to_clip_but_only_latest_few_items">已复制到剪贴板 (仅最新的 %d 个条目)</string>
<string name="text_failed_to_export_log_entries">日志条目导出失败</string>
<string name="dialog_button_dismiss">关闭</string>
<string name="dialog_button_view_file">查看文件</string>
<string name="text_exported">已导出</string>
<string name="text_some_items_exported">已导出 %d 个条目</string>
<string name="text_app_shortcut_disabled">此快捷方式已禁用</string>
<string name="text_launcher_shortcuts">启动器快捷方式</string>
<string name="description_launcher_shortcuts">快捷方式可以在 AutoJs6 中执行特定操作, 用户可以在启动器中显示这些快捷方式, 并快速开始某些任务或启动某个活动, 如阅读 AutoJs6 应用文档, 启动 AutoJs6 设置页面等.</string>
<string name="summary_text_launcher_shortcuts">添加快捷方式到启动器</string>
<string name="text_pin_shortcut_not_unsupported">将快捷方式固定到启动器不被支持</string>
<string name="text_template_apk_path">模板APK路径</string>
<plurals name="text_items_total_sum">
<item quantity="other">共计: %d 项</item>
</plurals>
<plurals name="text_already_stop_n_scripts">
<item quantity="other">已停止运行 %d 个脚本</item>
</plurals>
</resources>