Skip to content

Commit ca4482d

Browse files
csigsDevDiv Build Lab - Dev14
andauthored
Localization - Translated Strings (#6243)
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
1 parent b31c42e commit ca4482d

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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",
8+
"c.cpp.warnings": "C/C++ 配置警告",
99
"unable.to.start": "无法启动 C/C++ 语言服务器。IntelliSense 功能将被禁用。错误: {0}",
1010
"check.permissions": "EPERM: 检查“{0}”的权限",
1111
"server.crashed2": "在过去 3 分钟内,语言服务器崩溃了 5 次。它不会重新启动。",

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

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"timed_out_attempting_to_communicate_with_process": "尝试与进程通信时超时!",
146146
"process_failed_to_run": "进程未能运行",
147147
"wsl_not_detected": "未检测到 WSL",
148-
"compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}",
148+
"compiler_in_compilerpath_not_found": "未找到指定的编译器: {0}",
149149
"config_data_invalid": "配置数据无效,{0}",
150150
"cmake_executable_not_found": "在 {0} 找不到 CMake 可执行文件",
151151
"no_args_provider": "无参数提供程序",
@@ -176,32 +176,32 @@
176176
"exceptions_label": "异常:",
177177
"template_parameters_label": "模板参数:",
178178
"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}"
179+
"c_compiler_from_compiler_path": "正在尝试从 \"compilerPath\" 属性中的 C 编译器获取默认值:“{0}",
180+
"cpp_compiler_from_compiler_path": "正在尝试从 \"compilerPath\" 属性中的 C++ 编译器获取默认值:“{0}",
181+
"c_compiler_from_compile_commands": "正在尝试从 compile_commands.json 文件中的 C 编译器获取默认值:“{0}",
182+
"cpp_compiler_from_compile_commands": "正在尝试从 compile_commands.json 文件中的 C++ 编译器获取默认值:“{0}",
183+
"c_intellisense_mode_changed": "对于 C 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”。",
184+
"cpp_intellisense_mode_changed": "对于 C++ 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”。",
185+
"c_std_version_changed": "对于 C 源文件,cStandard 已从“{0}”更改为“{1}”。",
186+
"cpp_std_version_changed": "对于 C++ 源文件,cppStandard 已从“{0}”更改为“{1}”。",
187+
"c_intellisense_mode_and_std_version_changed": "对于 C 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”,cStandard 已从“{2}”更改为“{3}”。",
188+
"cpp_intellisense_mode_and_std_version_changed": "对于 C++ 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”,cppStandard 已从“{2}”更改为“{3}”。",
189+
"c_intellisense_mode_changed_with_path": "对于 C 源文件,IntelliSenseMode 已根据编译器参数和探测 compilerPath 从“{0}”更改为“{1}”:“{2}",
190+
"cpp_intellisense_mode_changed_with_path": "对于 C++ 源文件,IntelliSenseMode 已根据编译器参数和探测 compilerPath 从“{0}”更改为“{1}”:“{2}",
191+
"c_std_version_changed_with_path": "对于 C 源文件,cStandard 已根据编译器参数和探测 compilerPath 从“{0}”更改为“{1}”:“{2}",
192+
"cpp_std_version_changed_with_path": "对于 C++ 源文件,cppStandard 已根据编译器参数和探测 compilerPath 从“{0}”更改为“{1}”:“{2}",
193+
"c_intellisense_mode_and_std_version_changed_with_path": "对于 C 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”,cStandard 已根据编译器参数和探测 compilerPath 从“{2}”更改为“{3}”:“{4}",
194+
"cpp_intellisense_mode_and_std_version_changed_with_path": "对于 C++ 源文件,IntelliSenseMode 已从“{0}”更改为“{1}”,cppStandard 已根据编译器参数和探测 compilerPath 从“{2}”更改为“{3}”:“{4}",
195+
"compiler_path_changed": "无法使用 compilerPath{0}”解析配置。 请改用“{1}”。",
196+
"compiler_path_invalid": "无法使用 compilerPath 解析配置:“{0}",
197+
"compiler_path_empty": "由于 compilerPath 明确为空,因此正在跳过对编译器的探测",
198+
"msvc_intellisense_specified": "已指定 MSVC intelliSenseMode。正在针对编译器 cl.exe 进行配置。",
199+
"unable_to_configure_cl_exe": "无法针对编译器 cl.exe 进行配置。",
200+
"probing_compiler_default_target": "正在使用命令行探测编译器的目标:“{0}{1}",
201+
"compiler_default_target": "编译器返回的默认目标值: {0}",
202+
"c_probing_compiler_default_standard": "正在使用命令行探测默认 C 语言标准的编译器: {0}",
203+
"cpp_probing_compiler_default_standard": "正在使用命令行探测默认 C++ 语言标准的编译器: {0}",
204+
"detected_language_standard_version": "检测到的语言标准版本: {0}",
205+
"unhandled_default_target_detected": "检测到未处理的默认编译器目标值: {0}",
206+
"unhandled_target_arg_detected": "检测到未处理的目标参数值: {0}"
207207
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"c.cpp.debug.protocol": "Protokół debugowania języka C/C++",
8-
"c.cpp.warnings": "C/C++ Configuration Warnings",
8+
"c.cpp.warnings": "Ostrzeżenia dotyczące konfiguracji języka C/C++",
99
"unable.to.start": "Nie można uruchomić serwera języka C/C++. Funkcje IntelliSense zostaną wyłączone. Błąd: {0}",
1010
"check.permissions": "EPERM: sprawdź uprawnienia dla elementu „{0}”",
1111
"server.crashed2": "W ciągu ostatnich 3 minut awaria serwera języka wystąpiła 5 razy. Nie zostanie on ponownie uruchomiony.",

Extension/i18n/plk/src/nativeStrings.i18n.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"timed_out_attempting_to_communicate_with_process": "Przekroczono limit czasu przy próbie komunikowania się z procesem.",
146146
"process_failed_to_run": "Nie można uruchomić procesu",
147147
"wsl_not_detected": "Nie wykryto podsystemu WSL",
148-
"compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}",
148+
"compiler_in_compilerpath_not_found": "Nie znaleziono określonego kompilatora: {0}",
149149
"config_data_invalid": "Dane konfiguracji są nieprawidłowe, {0}",
150150
"cmake_executable_not_found": "Nie znaleziono pliku wykonywalnego narzędzia CMake w lokalizacji {0}",
151151
"no_args_provider": "Nie ma dostawcy argumentów",
@@ -176,32 +176,32 @@
176176
"exceptions_label": "Wyjątki:",
177177
"template_parameters_label": "Parametry szablonu:",
178178
"compiler_probe_command_line": "Wiersz polecenia sondy kompilatora: {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}"
179+
"c_compiler_from_compiler_path": "Próba pobrania wartości domyślnych z kompilatora języka C we właściwości „compilerPath”: „{0}",
180+
"cpp_compiler_from_compiler_path": "Próba pobrania wartości domyślnych z kompilatora języka C++ we właściwości „compilerPath”: „{0}",
181+
"c_compiler_from_compile_commands": "Próba pobrania wartości domyślnych z kompilatora języka C w pliku compile_commands.json: „{0}",
182+
"cpp_compiler_from_compile_commands": "Próba pobrania wartości domyślnych z kompilatora języka C++ w pliku compile_commands.json: „{0}",
183+
"c_intellisense_mode_changed": "W przypadku plików źródłowych w języku C wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}.",
184+
"cpp_intellisense_mode_changed": "W przypadku plików źródłowych w języku C++ wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}.",
185+
"c_std_version_changed": "W przypadku plików źródłowych w języku C wartość właściwości cStandard została zmieniona z „{0}” na „{1}.",
186+
"cpp_std_version_changed": "W przypadku plików źródłowych w języku C++ wartość właściwości cppStandard została zmieniona z „{0}” na „{1}.",
187+
"c_intellisense_mode_and_std_version_changed": "W przypadku plików źródłowych w języku C wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}”, a wartość właściwości cStandard — z „{2}” na „{3}.",
188+
"cpp_intellisense_mode_and_std_version_changed": "W przypadku plików źródłowych w języku C++ wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}”, a wartość właściwości cppStandard — z „{2}” na „{3}.",
189+
"c_intellisense_mode_changed_with_path": "W przypadku plików źródłowych w języku C wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{2}",
190+
"cpp_intellisense_mode_changed_with_path": "W przypadku plików źródłowych w języku C++ wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{2}",
191+
"c_std_version_changed_with_path": "W przypadku plików źródłowych w języku C wartość właściwości cStandard została zmieniona z „{0}” na „{1}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{2}",
192+
"cpp_std_version_changed_with_path": "W przypadku plików źródłowych w języku C++ wartość właściwości cppStandard została zmieniona z „{0}” na „{1}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{2}",
193+
"c_intellisense_mode_and_std_version_changed_with_path": "W przypadku plików źródłowych w języku C wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}”, a wartość właściwości cStandard została zmieniona z „{2}” na „{3}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{4}",
194+
"cpp_intellisense_mode_and_std_version_changed_with_path": "W przypadku plików źródłowych w języku C++ wartość właściwości IntelliSenseMode została zmieniona z „{0}” na „{1}”, a wartość właściwości cppStandard została zmieniona z „{2}” na „{3}” na podstawie argumentów kompilatora i właściwości compilerPath sondowania: „{4}",
195+
"compiler_path_changed": "Nie można rozpoznać konfiguracji za pomocą właściwości compilerPath {0}”. Zamiast tego zostanie użyta wartość „{1}.",
196+
"compiler_path_invalid": "Nie można rozpoznać konfiguracji za pomocą właściwości compilerPath{0}”.",
197+
"compiler_path_empty": "Pomijanie sondowania kompilatora z powodu jawnie pustej właściwości compilerPath",
198+
"msvc_intellisense_specified": "Określono wartość MSVC dla właściwości intelliSenseMode. Konfigurowanie pod kątem kompilatora cl.exe.",
199+
"unable_to_configure_cl_exe": "Nie można skonfigurować pod kątem kompilatora cl.exe.",
200+
"probing_compiler_default_target": "Sondowanie domyślnego elementu docelowego kompilatora przy użyciu wiersza polecenia: „{0} {1}",
201+
"compiler_default_target": "Kompilator zwrócił domyślną wartość docelową: {0}",
202+
"c_probing_compiler_default_standard": "Sondowanie kompilatora domyślnego standardu języka C przy użyciu wiersza polecenia: {0}",
203+
"cpp_probing_compiler_default_standard": "Sondowanie kompilatora domyślnego standardu języka C++ przy użyciu wiersza polecenia: {0}",
204+
"detected_language_standard_version": "Wykryta wersja standardowa języka: {0}",
205+
"unhandled_default_target_detected": "Wykryto nieobsługiwaną domyślną wartość docelową kompilatora: {0}",
206+
"unhandled_target_arg_detected": "Wykryto nieobsługiwaną docelową wartość argumentu: {0}"
207207
}

0 commit comments

Comments
 (0)