|
11 | 11 | "edit_include_path": "編輯 \"includePath\" 設定", |
12 | 12 | "disable_error_squiggles": "停用錯誤波浪線", |
13 | 13 | "enable_error_squiggles": "啟用所有錯誤波浪線", |
14 | | - "include_errors_update_include_path_squiggles_disables": "偵測到 #include 錯誤。請更新您的 includePath。此轉譯單位 ({0}) 的波浪線已停用。", |
15 | | - "include_errors_update_include_path_intellisense_disabled": "偵測到 #include 錯誤。請更新您的 includePath。此轉譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
16 | | - "include_errors_update_compile_commands_or_include_path_intellisense_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此轉譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
| 14 | + "include_errors_update_include_path_squiggles_disables": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的波浪線已停用。", |
| 15 | + "include_errors_update_include_path_intellisense_disabled": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
| 16 | + "include_errors_update_compile_commands_or_include_path_intellisense_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。", |
17 | 17 | "could_not_parse_compile_commands": "無法剖析 \"{0}\"。將改為使用來自 c_cpp_properties.json 的 'includePath'。", |
18 | 18 | "could_not_find_compile_commands": "找不到 \"{0}\"。將改為使用來自 c_cpp_properties.json 的 'includePath'。", |
19 | 19 | "file_not_found_in_path": "在 \"{1}\" 中找不到 \"{0}\"。將針對此檔案改為使用來自 c_cpp_properties.json 的 'includePath'。", |
|
114 | 114 | "intellisense_client_not_available_go_to_definition": "IntelliSense 用戶端無法使用,請使用標籤剖析器前往定義。", |
115 | 115 | "wsl_compiler_detected": "偵測到 WSL 編譯器", |
116 | 116 | "error_squiggle_count": "錯誤波浪線計數: {0}", |
117 | | - "queueing_update_intellisense": "正在將轉譯單位中檔案的 IntelliSense 更新排入佇列: {0}", |
| 117 | + "queueing_update_intellisense": "正在將編譯單位中檔案的 IntelliSense 更新排入佇列: {0}", |
118 | 118 | "formatting_document": "正在將文件格式化: {0}", |
119 | 119 | "formatting_input_label": "格式化輸入:", |
120 | 120 | "formatting_raw_output_label": "正在將原始輸出格式化:", |
|
123 | 123 | "formatting_diff": "正在將差異輸出格式化:", |
124 | 124 | "disable_inactive_regions": "停用非作用中區域著色", |
125 | 125 | "error_limit_exceeded": "超過錯誤限制,未回報 {0} 個錯誤。", |
126 | | - "include_errors_update_compile_commands_or_include_path_squiggles_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此轉譯單位 ({0}) 的波浪線已停用。", |
| 126 | + "include_errors_update_compile_commands_or_include_path_squiggles_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的波浪線已停用。", |
127 | 127 | "cannot_reset_database": "無法重設 IntelliSense 資料庫。若要手動重設,請關閉所有 VS Code 執行個體,然後刪除此檔案: {0}", |
128 | 128 | "formatting_failed_see_output": "格式化失敗。如需詳細資料,請查看輸出視窗。", |
129 | 129 | "populating_include_completion_cache": "正在填入包含完成快取。", |
|
0 commit comments