|
12 | 12 | "edit_include_path": "編輯 \"includePath\" 設定", |
13 | 13 | "disable_error_squiggles": "停用錯誤波浪線", |
14 | 14 | "enable_error_squiggles": "啟用所有錯誤波浪線", |
15 | | - "include_errors_update_include_path_squiggles_disables": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的波浪線已停用。", |
| 15 | + "include_errors_update_include_path_squiggles_disabled2": "偵測到 #include 錯誤。請更新您的 includePath。直到找到包含的檔案,才會回報此檔案的語法錯誤。", |
16 | 16 | "include_errors_update_include_path_intellisense_disabled": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
17 | 17 | "include_errors_update_compile_commands_or_include_path_intellisense_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
18 | 18 | "could_not_parse_compile_commands": "無法剖析 \"{0}\"。將改用資料夾 '{1}' 中 c_cpp_properties.json 的 'includePath'。", |
|
122 | 122 | "formatting_diff": "正在將差異輸出格式化:", |
123 | 123 | "disable_inactive_regions": "停用非作用中區域著色", |
124 | 124 | "error_limit_exceeded": "超過錯誤限制,未回報 {0} 個錯誤。", |
125 | | - "include_errors_update_compile_commands_or_include_path_squiggles_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的波浪線已停用。", |
| 125 | + "include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。直到找到包含的檔案,才會回報此檔案的語法錯誤。", |
126 | 126 | "cannot_reset_database": "無法重設 IntelliSense 資料庫。若要手動重設,請關閉所有 VS Code 執行個體,然後刪除此檔案: {0}", |
127 | 127 | "formatting_failed_see_output": "格式化失敗。如需詳細資料,請查看輸出視窗。", |
128 | 128 | "populating_include_completion_cache": "正在填入包含完成快取。", |
|
160 | 160 | "fallback_to_no_bitness": "無法查詢編譯器。請回復成沒有位元。", |
161 | 161 | "intellisense_client_creation_aborted": "已中止建立 IntelliSense 用戶端: {0}", |
162 | 162 | "include_errors_config_provider_intellisense_disabled": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
163 | | - "include_errors_config_provider_squiggles_disabled": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。已停用此編譯單位 ({0}) 的波浪線。", |
| 163 | + "include_errors_config_provider_squiggles_disabled2": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。直到找到包含的檔案,才會回報此檔案的語法錯誤。", |
164 | 164 | "preprocessor_keyword": "前置處理器關鍵字", |
165 | 165 | "c_keyword": "C 關鍵字", |
166 | 166 | "cpp_keyword": "C++ 關鍵字", |
|
346 | 346 | "auth_denied": "使用者拒絕授權。", |
347 | 347 | "auth_unexpected_error": "輪詢期間發生未預期的錯誤: {0}", |
348 | 348 | "auth_login_failed": "GitHub 登入失敗。請嘗試使用命令列中的 --login 進行登入。", |
349 | | - "auth_login_failed_plugin": "GitHub 登入失敗。請執行 npx @microsoft/cpp-language-server --login", |
| 349 | + "auth_login_failed_plugin": "GitHub 登入失敗。Run npx @microsoft/cpp-language-server --login", |
350 | 350 | "auth_eula_required": "必須接受 EULA 才能繼續。請使用 --accept-eula 執行。", |
351 | | - "auth_eula_required_plugin": "必須接受 EULA 才能繼續。請執行 npx @microsoft/cpp-language-server --accept-eula", |
| 351 | + "auth_eula_required_plugin": "必須接受 EULA 才能繼續。Run npx @microsoft/cpp-language-server --accept-eula", |
352 | 352 | "auth_already_authenticated": "已使用 GitHub 驗證。使用 --force-login 重新驗證。", |
353 | 353 | "config_unsupported_version": "初始化失敗: 不支援的設定版本。僅支援版本 1。", |
354 | 354 | "config_file_not_found": "初始化失敗: 找不到設定檔 '{0}'。", |
|
418 | 418 | "status_indexing_files_with_text": "正在編製索引檔案 {0}", |
419 | 419 | "help_allow_missing_lsp_config": "即使指定的 --lsp-config 檔案不存在,仍允許伺服器啟動。", |
420 | 420 | "initialize_failed_during_engine_setup": "引擎設定期間初始化失敗。", |
421 | | - "important_label": "重要:" |
| 421 | + "important_label": "重要:", |
| 422 | + "help_check": "透過完整剖析和分析來源檔案,並根據 compile_commands.json 進行驗證,同時回報任何診斷。如果發現錯誤,則以非零值結束。", |
| 423 | + "help_check_compile_commands": "要搭配 --check 使用的特定 compile_commands.json (或其目錄) 路徑。預設為自動探索。", |
| 424 | + "check_not_authorized": "未獲授權; 必須登入才能執行 --check", |
| 425 | + "check_requires_source": "--check 需要來源檔案: --check=<file>", |
| 426 | + "check_source_not_found": "找不到來源檔案: {0}", |
| 427 | + "check_compile_commands_not_found": "找不到 compile_commands.json: {0}", |
| 428 | + "check_compile_commands_not_discovered": "在 {0} 的任何父目錄中都找不到 compile_commands.json; 請傳遞 --check-compile-commands=<path> 以明確指定", |
| 429 | + "check_engine_init_failed": "無法初始化語言引擎", |
| 430 | + "check_no_workspace_folder": "未解析出 {0} 的工作區資料夾", |
| 431 | + "check_not_in_compile_commands": "{0} 不存在於 {1}", |
| 432 | + "check_read_failed": "無法讀取 {0}", |
| 433 | + "check_open_failed": "無法開啟 {0} 進行分析", |
| 434 | + "check_timed_out": "等候 {0} 的分析完成時逾時", |
| 435 | + "failed_to_open_browse_db_lock_file": "Failed to open browse database lock file: {0} (errno={1})", |
| 436 | + "failed_to_lock_browse_db_lock_file": "Failed to lock browse database lock file: {0} (errno={1})" |
422 | 437 | } |
0 commit comments