Skip to content

Commit

Permalink
Localization - Translated Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs committed Sep 28, 2023
1 parent 661e9ed commit 9875ede
Show file tree
Hide file tree
Showing 52 changed files with 624 additions and 0 deletions.
15 changes: 15 additions & 0 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@
"cmake-tools.debugger.clean.description": "在配置之前清理。",
"cmake-tools.debugger.configureAll.description": "为所有项目配置。",
"cmake-tools.debugger.dapLog.description": "应记录调试器 DAP 日志的位置。",
"cmake-tools.debugger.scriptPath.description": "The path to the script to debug.",
"cmake-tools.debugger.scriptArgs.description": "Arguments for the script to debug.",
"cmake-tools.debugger.scriptEnv.description": "Environment for the script to use.",
"cmake-tools.debugger.name": "Name",
"cmake-tools.debugger.value": "Value",
"cmake-tools.debugger.debugType.description": "The type of the CMake debug session. Available options are: \"configure\", \"external\", \"script\".",
"cmake-tools.debugger.configure.snippet.label": "CMake: Configure",
"cmake-tools.debugger.configure.snippet.description": "Debug a CMake project configuration",
"cmake-tools.debugger.configure.snippet.body.name": "CMake: Configure project",
"cmake-tools.debugger.script.snippet.label": "CMake: Script",
"cmake-tools.debugger.script.snippet.description": "Debug a CMake script",
"cmake-tools.debugger.script.snippet.body.name": "CMake: Script debugging",
"cmake-tools.debugger.external.snippet.label": "CMake: External",
"cmake-tools.debugger.external.snippet.description": "Connect to an externally launched CMake invocation",
"cmake-tools.debugger.external.snippet.body.name": "CMake: Externally launched",
"cmake-tools.taskDefinitions.properties.label.description": "任务的名称",
"cmake-tools.taskDefinitions.properties.command.description": "CMake 命令",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake 生成目标",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.",
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\""
}
13 changes: 13 additions & 0 deletions i18n/chs/src/debug/debugConfigurationProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.without.launch": "Debugging cmake script with default launch",
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file",
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.",
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".",
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".",
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script."
}
11 changes: 11 additions & 0 deletions i18n/chs/src/debug/debuggerScriptDriver.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"run.script": "Executing CMake script: \"{0}\"",
"run.script.successful": "CMake script: \"{0}\" completed successfully.",
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.",
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later."
}
15 changes: 15 additions & 0 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@
"cmake-tools.debugger.clean.description": "在設定之前先清除。",
"cmake-tools.debugger.configureAll.description": "設定所有專案。",
"cmake-tools.debugger.dapLog.description": "應該記錄偵錯工具 DAP 記錄的位置。",
"cmake-tools.debugger.scriptPath.description": "The path to the script to debug.",
"cmake-tools.debugger.scriptArgs.description": "Arguments for the script to debug.",
"cmake-tools.debugger.scriptEnv.description": "Environment for the script to use.",
"cmake-tools.debugger.name": "Name",
"cmake-tools.debugger.value": "Value",
"cmake-tools.debugger.debugType.description": "The type of the CMake debug session. Available options are: \"configure\", \"external\", \"script\".",
"cmake-tools.debugger.configure.snippet.label": "CMake: Configure",
"cmake-tools.debugger.configure.snippet.description": "Debug a CMake project configuration",
"cmake-tools.debugger.configure.snippet.body.name": "CMake: Configure project",
"cmake-tools.debugger.script.snippet.label": "CMake: Script",
"cmake-tools.debugger.script.snippet.description": "Debug a CMake script",
"cmake-tools.debugger.script.snippet.body.name": "CMake: Script debugging",
"cmake-tools.debugger.external.snippet.label": "CMake: External",
"cmake-tools.debugger.external.snippet.description": "Connect to an externally launched CMake invocation",
"cmake-tools.debugger.external.snippet.body.name": "CMake: Externally launched",
"cmake-tools.taskDefinitions.properties.label.description": "工作的名稱",
"cmake-tools.taskDefinitions.properties.command.description": "CMake 命令",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake 組建目標",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.",
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\""
}
13 changes: 13 additions & 0 deletions i18n/cht/src/debug/debugConfigurationProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.without.launch": "Debugging cmake script with default launch",
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file",
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.",
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".",
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".",
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script."
}
11 changes: 11 additions & 0 deletions i18n/cht/src/debug/debuggerScriptDriver.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"run.script": "Executing CMake script: \"{0}\"",
"run.script.successful": "CMake script: \"{0}\" completed successfully.",
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.",
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later."
}
15 changes: 15 additions & 0 deletions i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@
"cmake-tools.debugger.clean.description": "Před konfigurací vyčistěte.",
"cmake-tools.debugger.configureAll.description": "Nakonfigurujte pro všechny projekty.",
"cmake-tools.debugger.dapLog.description": "Kde by se měl protokol DAP ladicího programu protokolovat.",
"cmake-tools.debugger.scriptPath.description": "The path to the script to debug.",
"cmake-tools.debugger.scriptArgs.description": "Arguments for the script to debug.",
"cmake-tools.debugger.scriptEnv.description": "Environment for the script to use.",
"cmake-tools.debugger.name": "Name",
"cmake-tools.debugger.value": "Value",
"cmake-tools.debugger.debugType.description": "The type of the CMake debug session. Available options are: \"configure\", \"external\", \"script\".",
"cmake-tools.debugger.configure.snippet.label": "CMake: Configure",
"cmake-tools.debugger.configure.snippet.description": "Debug a CMake project configuration",
"cmake-tools.debugger.configure.snippet.body.name": "CMake: Configure project",
"cmake-tools.debugger.script.snippet.label": "CMake: Script",
"cmake-tools.debugger.script.snippet.description": "Debug a CMake script",
"cmake-tools.debugger.script.snippet.body.name": "CMake: Script debugging",
"cmake-tools.debugger.external.snippet.label": "CMake: External",
"cmake-tools.debugger.external.snippet.description": "Connect to an externally launched CMake invocation",
"cmake-tools.debugger.external.snippet.body.name": "CMake: Externally launched",
"cmake-tools.taskDefinitions.properties.label.description": "Název úlohy",
"cmake-tools.taskDefinitions.properties.command.description": "Příkaz CMake",
"cmake-tools.taskDefinitions.properties.targets.description": "Cíle sestavení CMake",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.",
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\""
}
13 changes: 13 additions & 0 deletions i18n/csy/src/debug/debugConfigurationProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.without.launch": "Debugging cmake script with default launch",
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file",
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.",
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".",
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".",
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script."
}
11 changes: 11 additions & 0 deletions i18n/csy/src/debug/debuggerScriptDriver.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"run.script": "Executing CMake script: \"{0}\"",
"run.script.successful": "CMake script: \"{0}\" completed successfully.",
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.",
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later."
}
15 changes: 15 additions & 0 deletions i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@
"cmake-tools.debugger.clean.description": "Hiermit erfolgt vor der Konfiguration eine Bereinigung.",
"cmake-tools.debugger.configureAll.description": "Hiermit erfolgt die Konfiguration für alle Projekte.",
"cmake-tools.debugger.dapLog.description": "Der Speicherort, an dem das Debugger-DAP-Protokoll protokolliert werden soll.",
"cmake-tools.debugger.scriptPath.description": "The path to the script to debug.",
"cmake-tools.debugger.scriptArgs.description": "Arguments for the script to debug.",
"cmake-tools.debugger.scriptEnv.description": "Environment for the script to use.",
"cmake-tools.debugger.name": "Name",
"cmake-tools.debugger.value": "Value",
"cmake-tools.debugger.debugType.description": "The type of the CMake debug session. Available options are: \"configure\", \"external\", \"script\".",
"cmake-tools.debugger.configure.snippet.label": "CMake: Configure",
"cmake-tools.debugger.configure.snippet.description": "Debug a CMake project configuration",
"cmake-tools.debugger.configure.snippet.body.name": "CMake: Configure project",
"cmake-tools.debugger.script.snippet.label": "CMake: Script",
"cmake-tools.debugger.script.snippet.description": "Debug a CMake script",
"cmake-tools.debugger.script.snippet.body.name": "CMake: Script debugging",
"cmake-tools.debugger.external.snippet.label": "CMake: External",
"cmake-tools.debugger.external.snippet.description": "Connect to an externally launched CMake invocation",
"cmake-tools.debugger.external.snippet.body.name": "CMake: Externally launched",
"cmake-tools.taskDefinitions.properties.label.description": "Der Name der Aufgabe",
"cmake-tools.taskDefinitions.properties.command.description": "CMake-Befehl",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake-Buildziele",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.",
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\""
}
13 changes: 13 additions & 0 deletions i18n/deu/src/debug/debugConfigurationProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.without.launch": "Debugging cmake script with default launch",
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file",
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.",
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".",
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".",
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script."
}
11 changes: 11 additions & 0 deletions i18n/deu/src/debug/debuggerScriptDriver.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"run.script": "Executing CMake script: \"{0}\"",
"run.script.successful": "CMake script: \"{0}\" completed successfully.",
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.",
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later."
}
15 changes: 15 additions & 0 deletions i18n/esn/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@
"cmake-tools.debugger.clean.description": "Limpiar antes de la configuración.",
"cmake-tools.debugger.configureAll.description": "Configurar para todos los proyectos.",
"cmake-tools.debugger.dapLog.description": "Dónde debe registrarse el registro DAP del depurador.",
"cmake-tools.debugger.scriptPath.description": "The path to the script to debug.",
"cmake-tools.debugger.scriptArgs.description": "Arguments for the script to debug.",
"cmake-tools.debugger.scriptEnv.description": "Environment for the script to use.",
"cmake-tools.debugger.name": "Name",
"cmake-tools.debugger.value": "Value",
"cmake-tools.debugger.debugType.description": "The type of the CMake debug session. Available options are: \"configure\", \"external\", \"script\".",
"cmake-tools.debugger.configure.snippet.label": "CMake: Configure",
"cmake-tools.debugger.configure.snippet.description": "Debug a CMake project configuration",
"cmake-tools.debugger.configure.snippet.body.name": "CMake: Configure project",
"cmake-tools.debugger.script.snippet.label": "CMake: Script",
"cmake-tools.debugger.script.snippet.description": "Debug a CMake script",
"cmake-tools.debugger.script.snippet.body.name": "CMake: Script debugging",
"cmake-tools.debugger.external.snippet.label": "CMake: External",
"cmake-tools.debugger.external.snippet.description": "Connect to an externally launched CMake invocation",
"cmake-tools.debugger.external.snippet.body.name": "CMake: Externally launched",
"cmake-tools.taskDefinitions.properties.label.description": "Nombre de la tarea",
"cmake-tools.taskDefinitions.properties.command.description": "Comando CMake",
"cmake-tools.taskDefinitions.properties.targets.description": "Destinos de compilación de CMake",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.",
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\""
}
Loading

0 comments on commit 9875ede

Please sign in to comment.