You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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}”",
"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}"
0 commit comments