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
"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}"
179
+
"c_compiler_from_compiler_path": "Probíhá pokus o získání výchozích hodnot z kompilátoru jazyka C ve vlastnosti compilerPath: {0}",
180
+
"cpp_compiler_from_compiler_path": "Probíhá pokus o získání výchozích hodnot z kompilátoru jazyka C++ ve vlastnosti compilerPath: {0}",
181
+
"c_compiler_from_compile_commands": "Probíhá pokus o získání výchozích hodnot z kompilátoru jazyka C v souboru compile_commands.json: {0}",
182
+
"cpp_compiler_from_compile_commands": "Probíhá pokus o získání výchozích hodnot z kompilátoru jazyka C++ v souboru compile_commands.json: {0}",
183
+
"c_intellisense_mode_changed": "Pro zdrojové soubory jazyka C se režim IntelliSenseMode změnil z {0} na {1}.",
184
+
"cpp_intellisense_mode_changed": "Pro zdrojové soubory jazyka C++ se režim IntelliSenseMode změnil z {0} na {1}.",
185
+
"c_std_version_changed": "Pro zdrojové soubory jazyka C se cStandard změnil z {0} na {1}.",
186
+
"cpp_std_version_changed": "Pro zdrojové soubory jazyka C++ se cppStandard změnil z {0} na {1}.",
187
+
"c_intellisense_mode_and_std_version_changed": "Pro zdrojové soubory jazyka C se režim IntelliSenseMode změnil z {0} na {1} a cStandard se změnil z {2} na {3}.",
188
+
"cpp_intellisense_mode_and_std_version_changed": "Pro zdrojové soubory jazyka C++ se režim IntelliSenseMode změnil z {0} na {1} a cppStandard se změnil z {2} na {3}.",
189
+
"c_intellisense_mode_changed_with_path": "Pro zdrojové soubory jazyka C se režim IntelliSenseMode změnil z {0} na {1}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {2}",
190
+
"cpp_intellisense_mode_changed_with_path": "Pro zdrojové soubory jazyka C++ se režim IntelliSenseMode změnil z {0} na {1}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {2}",
191
+
"c_std_version_changed_with_path": "Pro zdrojové soubory jazyka C se cStandard změnil z {0} na {1}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {2}",
192
+
"cpp_std_version_changed_with_path": "Pro zdrojové soubory jazyka C++ se cppStandard změnil z {0} na {1}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {2}",
193
+
"c_intellisense_mode_and_std_version_changed_with_path": "Pro zdrojové soubory jazyka C se režim IntelliSenseMode změnil z {0} na {1} a cStandard se změnil z {2} na {3}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {4}",
194
+
"cpp_intellisense_mode_and_std_version_changed_with_path": "Pro zdrojové soubory jazyka C++ se režim IntelliSenseMode změnil z {0} na {1} a cppStandard se změnil z {2} na {3}, a to na základě argumentů kompilátoru a dotazu na vlastnost compilerPath: {4}",
195
+
"compiler_path_changed": "Nepovedlo se přeložit konfiguraci s vlastností compilerPath {0}. Místo toho se použije {1}.",
196
+
"compiler_path_invalid": "Nepovedlo se přeložit konfiguraci s vlastností compilerPath: {0}",
197
+
"compiler_path_empty": "Vynechává se dotaz na kompilátor kvůli explicitně prázdné vlastnosti compilerPath.",
198
+
"msvc_intellisense_specified": "Je zadaný režim intelliSenseMode MSVC. Probíhá konfigurace pro kompilátor cl.exe.",
199
+
"unable_to_configure_cl_exe": "Konfigurace pro kompilátor cl.exe nebyla úspěšná.",
200
+
"probing_compiler_default_target": "Probíhá dotazování na výchozí cíl kompilátoru pomocí příkazového řádku: {0} {1}",
201
+
"compiler_default_target": "Kompilátor vrátil výchozí hodnotu cíle: {0}",
202
+
"c_probing_compiler_default_standard": "Probíhá dotazování kompilátoru na výchozí standard jazyka C pomocí příkazového řádku: {0}",
203
+
"cpp_probing_compiler_default_standard": "Probíhá dotazování kompilátoru na výchozí standard jazyka C++ pomocí příkazového řádku: {0}",
204
+
"detected_language_standard_version": "Zjištěná verze standardu jazyka: {0}",
205
+
"unhandled_default_target_detected": "Zjistila se neošetřená výchozí hodnota cíle kompilátoru: {0}",
206
+
"unhandled_target_arg_detected": "Zjistila se neošetřená hodnota argumentu target: {0}"
"compiler_probe_command_line": "Befehlszeile des Compilertests: {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": "Es wird versucht, Standardwerte vom C-Compiler in der Eigenschaft \"compilerPath\"abzurufen: {0}",
180
+
"cpp_compiler_from_compiler_path": "Es wird versucht, Standardwerte vom C++-Compiler in der Eigenschaft \"compilerPath\"abzurufen: {0}",
181
+
"c_compiler_from_compile_commands": "Es wird versucht, Standardwerte vom C-Compiler in der Datei \"compile_commands.json\" abzurufen: {0}",
182
+
"cpp_compiler_from_compile_commands": "Es wird versucht, Standardwerte vom C++-Compiler in der Datei \"compile_commands.json\" abzurufen: {0}",
183
+
"c_intellisense_mode_changed": "Für C-Quelldateien wurde \"IntelliSenseMode\" von \"{0}\"in\"{1}\" geändert.",
184
+
"cpp_intellisense_mode_changed": "Für C++-Quelldateien wurde \"IntelliSenseMode\" von \"{0}\"in\"{1}\" geändert.",
185
+
"c_std_version_changed": "Für C-Quelldateien wurde \"cStandard\" von \"{0}\"in\"{1}\" geändert.",
186
+
"cpp_std_version_changed": "Für C++-Quelldateien wurde \"cppStandard\" von \"{0}\"in\"{1}\" geändert.",
187
+
"c_intellisense_mode_and_std_version_changed": "Für C-Quelldateien wurde \"IntelliSenseMode\" von \"{0}\"in\"{1}\"und \"cStandard\" von \"{2}\"in\"{3}\" geändert.",
188
+
"cpp_intellisense_mode_and_std_version_changed": "Für C++-Quelldateien wurde \"IntelliSenseMode\" von \"{0}\"in\"{1}\"und \"cppStandard\" von \"{2}\"in\"{3}\" geändert.",
189
+
"c_intellisense_mode_changed_with_path": "Für C-Quelldateien wurde \"IntelliSenseMode\" basierend auf Compilerargumenten und \"compilerPath\" von \"{0}\"in\"{1}\"geändert: \"{2}\"",
190
+
"cpp_intellisense_mode_changed_with_path": "Für C++-Quelldateien wurde \"IntelliSenseMode\" basierend auf Compilerargumenten und \"compilerPath\" von \"{0}\"in\"{1}\"geändert: \"{2}\"",
191
+
"c_std_version_changed_with_path": "Für C-Quelldateien wurde \"cStandard\" basierend auf Compilerargumenten und \"compilerPath\" von \"{0}\"in\"{1}\"geändert: \"{2}\"",
192
+
"cpp_std_version_changed_with_path": "Für C++-Quelldateien wurde \"cppStandard\" basierend auf Compilerargumenten und \"compilerPath\" von \"{0}\"in\"{1}\"geändert: \"{2}\"",
193
+
"c_intellisense_mode_and_std_version_changed_with_path": "Für C-Quelldateien wurde basierend auf Compilerargumenten und \"compilerPath\" der IntelliSenseMode-Wert von \"{0}\"in\"{1}\"und \"cStandard\" von \"{2}\"in\"{3}\"geändert: \"{4}\"",
194
+
"cpp_intellisense_mode_and_std_version_changed_with_path": "Für C++-Quelldateien wurde basierend auf Compilerargumenten und \"compilerPath\" der IntelliSenseMode-Wert von \"{0}\"in\"{1}\"und \"cppStandard\" von \"{2}\"in\"{3}\"geändert: \"{4}\"",
195
+
"compiler_path_changed": "Die Konfiguration mit compilerPath \"{0}\" kann nicht aufgelöst werden. Stattdessen wird\"{1}\"verwendet.",
196
+
"compiler_path_invalid": "Die Konfiguration mit compilerPath \"{0}\" kann nicht aufgelöst werden.",
197
+
"compiler_path_empty": "Der Compilertest wird aufgrund eines explizit leeren compilerPath-Werts übersprungen.",
198
+
"msvc_intellisense_specified": "Es wurde der MSVC-IntelliSenseMode angegeben. Der Compiler (cl.exe) wird konfiguriert.",
199
+
"unable_to_configure_cl_exe": "Der Compiler (cl.exe) kann nicht konfiguriert werden.",
200
+
"probing_compiler_default_target": "Test des Standardziels für den Compiler über die Befehlszeile: \"{0}\" {1}",
201
+
"compiler_default_target": "Der Compiler hat den Standardzielwert zurückgegeben: {0}",
202
+
"c_probing_compiler_default_standard": "Compilertest auf den C-Sprachstandard über die Befehlszeile: {0}",
203
+
"cpp_probing_compiler_default_standard": "Compilertest auf den C++-Sprachstandard über die Befehlszeile: {0}",
0 commit comments