Skip to content

Commit a0c9386

Browse files
Localization - Translated Strings (#4353)
Co-authored-by: csigs <[email protected]>
1 parent e552a9f commit a0c9386

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cmake-tools.command.cmake.configureAll.title": "Configurar todos los proyectos",
3333
"cmake-tools.command.cmake.configureAllWithDebugger.title": "Configurar todos los proyectos con el depurador de CMake",
3434
"cmake-tools.command.cmake.showConfigureCommand.title": "Mostrar comando Configurar",
35-
"cmake-tools.command.cmake.build.title": "Versión de compilación",
35+
"cmake-tools.command.cmake.build.title": "Compilación",
3636
"cmake-tools.command.cmake.buildAll.title": "Compilar todos los proyectos",
3737
"cmake-tools.command.cmake.showBuildCommand.title": "Mostrar comando de compilación",
3838
"cmake-tools.command.cmake.compileFile.title": "Compilar el archivo activo",

i18n/esn/src/status.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"run.workflow.tooltip": "Ejecutar flujo de trabajo",
2323
"run.workflow": "Ejecutar flujo de trabajo",
2424
"build.tooltip": "Compilar el destino seleccionado",
25-
"build": "Versión de compilación",
25+
"build": "Compilación",
2626
"stop": "Detener",
2727
"click.to.change.configure.preset.tooltip": "Hacer clic para cambiar la configuración preestablecida",
2828
"no.configure.preset.selected": "No hay ninguna configuración preestablecida seleccionada",

i18n/ita/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Consente di eseguire i ctest in parallelo, ma l'output dei risultati potrebbe essere illeggibile ed Esplora test potrebbe non riflettere accuratamente l'avanzamento del test.",
110110
"cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Indica se l'integrazione con Esplora test è abilitata o meno. È utile disabilitare questa opzione se si preferisce usare un'estensione diversa per l'integrazione dei test.",
111111
"cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Delimitatore facoltativo usato per separare gerarchicamente i nomi dei gruppi di test e i test dei gruppi in Editor elenco dei test. Questa stringa viene usata in un'espressione regolare, di conseguenza alcuni delimitatori potrebbero richiedere escape. Esempi: `-` ( Un delimitatore: `-`), `\\.|::` (Due delimitatori: `.` o `::`. Si noti che `.` deve essere preceduto da un carattere di escape).",
112-
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Target name from launch.json to start when debugging a test with CTest. By default and in case of a non-existing target, this will show a picker with all available targets.",
112+
"cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nome della destinazione da launch.json da avviare durante il debug di un test con CTest. Per impostazione predefinita, nel caso in cui la destinazione non esista, verrà visualizzato un selettore con tutte le destinazioni disponibili.",
113113
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analizza l'output del compilatore per individuare avvisi ed errori.",
114114
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "Parser di output da usare. Analizzatori supportati: `cmake`, `gcc`, `gnuld` per l'output del linker di tipo GNULD, `msvc` per Microsoft Visual C++, `ghs` per il compilatore Green Hills con --no_wrap_diagnostics --brief_diagnostics e `diab` per il compilatore Wind River Diab.",
115115
"cmake-tools.configuration.cmake.debugConfig.description": "Configurazione di debug da usare quando si esegue il debug di una destinazione.",

i18n/ita/src/cmakeTaskProvider.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"configure": "configura",
1313
"clean": "pulizia",
1414
"clean.rebuild": "ricompilazione pulita",
15-
"project.not.found": "Project not found.",
15+
"project.not.found": "Progetto non trovato.",
1616
"cmake.template.task": "Attività di {0} del modello CMake",
17-
"workspace.folder.not.found": "Workspace folder not found.",
17+
"workspace.folder.not.found": "La cartella dell'area di lavoro non è stata trovata.",
1818
"select.build.task": "Selezionare un'attività di compilazione",
1919
"command.not.recognized": "{0} non è un comando riconosciuto.",
2020
"target.is.ignored": "Le destinazioni definite in questa attività vengono ignorate.",

0 commit comments

Comments
 (0)