Skip to content

Commit 2136b84

Browse files
csigsDevDiv Build Lab - Dev14
andauthored
Localization - Translated Strings (#6227)
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
1 parent 9c835e5 commit 2136b84

32 files changed

+421
-70
lines changed

Extension/i18n/chs/src/LanguageServer/client.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"c.cpp.debug.protocol": "C/C++ 调试协议",
8+
"c.cpp.warnings": "C/C++ Configuration Warnings",
89
"unable.to.start": "无法启动 C/C++ 语言服务器。IntelliSense 功能将被禁用。错误: {0}",
910
"check.permissions": "EPERM: 检查“{0}”的权限",
1011
"server.crashed2": "在过去 3 分钟内,语言服务器崩溃了 5 次。它不会重新启动。",

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
"not_exited_yet": "尚未退出。将休眠 {0} 毫秒,然后重试。",
9393
"failed_to_spawn_process": "未能生成进程。错误: {0}({1})",
9494
"offering_completion": "提供完成",
95-
"compiler_from_compiler_path": "正在尝试从 \"compilerPath\" 属性中的编译器获取默认值:“{0}”",
96-
"compiler_from_compile_commands": "正在尝试从 compile_commands.json file 文件中的编译器获取默认值:“{0}”",
9795
"compiler_on_machine": "正在尝试从计算机上找到的编译器获取默认值:“{0}”",
9896
"unable_to_resolve_include_path": "无法解析包含路径: {0}",
9997
"error_searching_for_intellisense_client": "搜索 IntelliSense 客户端时出错: {0}",
@@ -147,7 +145,7 @@
147145
"timed_out_attempting_to_communicate_with_process": "尝试与进程通信时超时!",
148146
"process_failed_to_run": "进程未能运行",
149147
"wsl_not_detected": "未检测到 WSL",
150-
"compiler_in_compilerpath_not_found": "找不到 \"compilerPath\" 属性中的编译器: {0}",
148+
"compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}",
151149
"config_data_invalid": "配置数据无效,{0}",
152150
"cmake_executable_not_found": "在 {0} 找不到 CMake 可执行文件",
153151
"no_args_provider": "无参数提供程序",
@@ -177,5 +175,33 @@
177175
"deprecated_label": "已弃用:",
178176
"exceptions_label": "异常:",
179177
"template_parameters_label": "模板参数:",
180-
"compiler_probe_command_line": "编译器探测命令行: {0}"
178+
"compiler_probe_command_line": "编译器探测命令行: {0}",
179+
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187+
"c_intellisense_mode_and_std_version_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\".",
188+
"cpp_intellisense_mode_and_std_version_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\".",
189+
"c_intellisense_mode_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
190+
"cpp_intellisense_mode_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
191+
"c_std_version_changed_with_path": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
192+
"cpp_std_version_changed_with_path": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
193+
"c_intellisense_mode_and_std_version_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
194+
"cpp_intellisense_mode_and_std_version_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
195+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201+
"compiler_default_target": "Compiler returned default target value: {0}",
202+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204+
"detected_language_standard_version": "Detected language standard version: {0}",
205+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
181207
}

Extension/i18n/cht/src/LanguageServer/client.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"c.cpp.debug.protocol": "C/C++ 偵錯通訊協定",
8+
"c.cpp.warnings": "C/C++ Configuration Warnings",
89
"unable.to.start": "無法啟動 C/C + + 語言伺服器。將停用 IntelliSense 功能。錯誤: {0}",
910
"check.permissions": "EPERM: 檢查 '{0}' 的權限",
1011
"server.crashed2": "語言伺服器在過去 3 分鐘內發生 5 次故障。將不會重新啟動。",

Extension/i18n/cht/src/nativeStrings.i18n.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
"not_exited_yet": "尚未結束。將睡眠 {0} 毫秒並再試一次。",
9393
"failed_to_spawn_process": "無法產生處理序。錯誤: {0} ({1})",
9494
"offering_completion": "正在提供完成",
95-
"compiler_from_compiler_path": "正在嘗試從 \"compilerPath\" 屬性中的編譯器取得預設: '{0}'",
96-
"compiler_from_compile_commands": "正在嘗試從 compile_commands.json 檔案中的編譯器取得預設: '{0}'",
9795
"compiler_on_machine": "正在嘗試從電腦上找到的編譯器取得預設: '{0}'",
9896
"unable_to_resolve_include_path": "無法解析包含路徑: {0}。",
9997
"error_searching_for_intellisense_client": "搜尋 IntelliSense 用戶端時發生錯誤: {0}",
@@ -147,7 +145,7 @@
147145
"timed_out_attempting_to_communicate_with_process": "嘗試與處理序通訊時發生逾時!",
148146
"process_failed_to_run": "處理序無法執行",
149147
"wsl_not_detected": "未偵測到 WSL",
150-
"compiler_in_compilerpath_not_found": "找不到 \"compilerPath\" 屬性中的編譯器: {0}",
148+
"compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}",
151149
"config_data_invalid": "組態資料無效,{0}",
152150
"cmake_executable_not_found": "在 {0} 找不到 CMake 可執行檔",
153151
"no_args_provider": "沒有任何引數提供者",
@@ -177,5 +175,33 @@
177175
"deprecated_label": "已淘汰:",
178176
"exceptions_label": "例外狀況:",
179177
"template_parameters_label": "範本參數:",
180-
"compiler_probe_command_line": "編譯器探查命令列: {0}"
178+
"compiler_probe_command_line": "編譯器探查命令列: {0}",
179+
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187+
"c_intellisense_mode_and_std_version_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\".",
188+
"cpp_intellisense_mode_and_std_version_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\".",
189+
"c_intellisense_mode_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
190+
"cpp_intellisense_mode_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
191+
"c_std_version_changed_with_path": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
192+
"cpp_std_version_changed_with_path": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
193+
"c_intellisense_mode_and_std_version_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
194+
"cpp_intellisense_mode_and_std_version_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
195+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201+
"compiler_default_target": "Compiler returned default target value: {0}",
202+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204+
"detected_language_standard_version": "Detected language standard version: {0}",
205+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
181207
}

Extension/i18n/csy/src/LanguageServer/client.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"c.cpp.debug.protocol": "Protokol ladění C/C++",
8+
"c.cpp.warnings": "C/C++ Configuration Warnings",
89
"unable.to.start": "Nepovedlo se spustit jazykový server C/C++. Funkce IntelliSense se zakážou. Chyba: {0}",
910
"check.permissions": "EPERM: Zkontrolujte oprávnění pro {0}.",
1011
"server.crashed2": "Jazykový server se 5krát za poslední 3 minuty chybově ukončil. Nebude se restartovat.",

Extension/i18n/csy/src/nativeStrings.i18n.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
"not_exited_yet": "Proces se ještě neukončil. Počká se {0} ms a proběhne nový pokus.",
9393
"failed_to_spawn_process": "Nepovedlo se vygenerovat proces. Chyba: {0} ({1})",
9494
"offering_completion": "Nabízí se dokončení.",
95-
"compiler_from_compiler_path": "Probíhá pokus získat výchozí hodnoty od kompilátoru ve vlastnosti compilerPath: {0}",
96-
"compiler_from_compile_commands": "Probíhá pokus získat výchozí hodnoty od kompilátoru v souboru compile_commands.json: {0}",
9795
"compiler_on_machine": "Probíhá pokus získat výchozí hodnoty od kompilátoru nalezeného na počítači: {0}",
9896
"unable_to_resolve_include_path": "Nepovedlo se přeložit cestu pro vložené soubory: {0}",
9997
"error_searching_for_intellisense_client": "Při hledání klienta IntelliSense došlo k chybě: {0}",
@@ -147,7 +145,7 @@
147145
"timed_out_attempting_to_communicate_with_process": "Při pokusu komunikovat s procesem vypršel časový limit!",
148146
"process_failed_to_run": "Proces se nepovedlo spustit.",
149147
"wsl_not_detected": "WSL se nezjistilo",
150-
"compiler_in_compilerpath_not_found": "Kompilátor ve vlastnosti compilerPath nebyl nalezen: {0}",
148+
"compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}",
151149
"config_data_invalid": "Neplatná data konfigurace, {0}",
152150
"cmake_executable_not_found": "Spustitelný soubor CMake se v místě {0} nenašel.",
153151
"no_args_provider": "Žádný zprostředkovatel argumentů",
@@ -177,5 +175,33 @@
177175
"deprecated_label": "Zastaralé:",
178176
"exceptions_label": "Výjimky:",
179177
"template_parameters_label": "Parametry šablony:",
180-
"compiler_probe_command_line": "Příkazový řádek sondy kompilátoru: {0}"
178+
"compiler_probe_command_line": "Příkazový řádek sondy kompilátoru: {0}",
179+
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187+
"c_intellisense_mode_and_std_version_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\".",
188+
"cpp_intellisense_mode_and_std_version_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\".",
189+
"c_intellisense_mode_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
190+
"cpp_intellisense_mode_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
191+
"c_std_version_changed_with_path": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
192+
"cpp_std_version_changed_with_path": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"",
193+
"c_intellisense_mode_and_std_version_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
194+
"cpp_intellisense_mode_and_std_version_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"",
195+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201+
"compiler_default_target": "Compiler returned default target value: {0}",
202+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204+
"detected_language_standard_version": "Detected language standard version: {0}",
205+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
181207
}

Extension/i18n/deu/src/LanguageServer/client.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"c.cpp.debug.protocol": "C/C++-Debugprotokoll",
8+
"c.cpp.warnings": "C/C++ Configuration Warnings",
89
"unable.to.start": "Der C/C++-Sprachserver kann nicht gestartet werden. IntelliSense-Features werden deaktiviert. Fehler: {0}",
910
"check.permissions": "EPERM: Berechtigungen für \"{0}\" überprüfen",
1011
"server.crashed2": "Der Sprachserver ist in den letzten 3 Minuten 5-mal abgestürzt. Er wird nicht neu gestartet.",

0 commit comments

Comments
 (0)