6.3.3 - PR Review; 新增代码注释功能; 修复 ClassLoader 栈溢出 / VSCode 插件问题

This commit is contained in:
SuperMonster003
2023-07-21 23:46:44 +08:00
parent 413454796c
commit 49e9961a86
166 changed files with 2292 additions and 1743 deletions

View File

@@ -158,7 +158,7 @@
<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_successfully">構建成功.\n檔案路徑: %s</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>
@@ -260,7 +260,7 @@
<string name="text_broadcast_action">動作 (Action)</string>
<string name="text_broadcast_task">廣播觸發任務</string>
<string name="text_build_apk">打包應用</string>
<string name="text_build_successfully">打包成功</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>
@@ -525,7 +525,7 @@
<string name="text_project_media_access">投影媒體許可權</string>
<string name="text_project_media_access_description">被授予 \"投影媒體許可權\" 後, 錄製螢幕的安全提示視窗將不再彈出.</string>
<string name="text_project_save_error">專案儲存失敗</string>
<string name="text_project_save_success">專案已儲存</string>
<string name="text_project_save_succeeded">專案已儲存</string>
<string name="text_prompt">提示</string>
<string name="text_quit">放棄</string>
<string name="text_record_finished">錄製完成</string>
@@ -585,7 +585,7 @@
<string name="text_save_to">儲存到</string>
<string name="text_script_record">錄製指令碼</string>
<string name="text_script_running">指令碼執行</string>
<string name="text_script_save_successfully">儲存成功 (需重新整理目錄)</string>
<string name="text_script_save_succeeded">儲存成功 (需重新整理目錄)</string>
<string name="text_search">搜尋</string>
<string name="text_select">選擇</string>
<string name="text_select_by_exists">判斷控制元件存在 (exists)</string>
@@ -674,6 +674,10 @@
<string name="text_repo_url_of_vscode_vsc_ext">VSCode 外掛專案地址</string>
<string name="text_connection_cannot_be_established">無法建立連線</string>
<string name="text_min_version_of_vscode_vsc_ext">VSCode 外掛最低版本</string>
<string name="text_function">函式</string>
<string name="text_formatting_completed">格式化已完成</string>
<string name="text_failed_to_format">格式化失敗</string>
<string name="text_comment">註釋</string>
<plurals name="text_items_total_sum">
<item quantity="other">共計: %d 項</item>