Skip to content

Commit 3ffd98f

Browse files
authored
Merge in latest localization changes with fixes applied (#13373)
1 parent 3196778 commit 3ffd98f

33 files changed

+47
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
7+
"copilot.relatedfilesprovider.error": "检索结果时出错。原因: {0}"
88
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.projectcontext.error": "Error while retrieving the project context. Reason: {0}",
8-
"copilot.cppcontext.error": "Error while retrieving the #cpp context."
7+
"copilot.projectcontext.error": "检索项目上下文时出错。原因: {0}",
8+
"copilot.cppcontext.error": "检索 #cpp 上下文时出错。"
99
}

Extension/i18n/cht/src/LanguageServer/copilotProviders.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
7+
"copilot.relatedfilesprovider.error": "擷取結果時發生錯誤。原因: {0}"
88
}

Extension/i18n/cht/src/LanguageServer/lmTool.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.projectcontext.error": "Error while retrieving the project context. Reason: {0}",
8-
"copilot.cppcontext.error": "Error while retrieving the #cpp context."
7+
"copilot.projectcontext.error": "擷取項目內容時發生錯誤。原因: {0}",
8+
"copilot.cppcontext.error": "擷取 #cpp 內容時發生錯誤。"
99
}

Extension/i18n/csy/src/LanguageServer/copilotProviders.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
7+
"copilot.relatedfilesprovider.error": "Při načítání výsledku došlo k chybě. Důvod: {0}"
88
}

Extension/i18n/csy/src/LanguageServer/lmTool.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.projectcontext.error": "Error while retrieving the project context. Reason: {0}",
8-
"copilot.cppcontext.error": "Error while retrieving the #cpp context."
7+
"copilot.projectcontext.error": "Při načítání kontextu projektu došlo k chybě. Důvod: {0}",
8+
"copilot.cppcontext.error": "Při načítání kontextu #cpp došlo k chybě."
99
}

Extension/i18n/deu/src/LanguageServer/copilotProviders.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
7+
"copilot.relatedfilesprovider.error": "Fehler beim Abrufen des Ergebnisses. Grund: {0}"
88
}

Extension/i18n/deu/src/LanguageServer/lmTool.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.projectcontext.error": "Error while retrieving the project context. Reason: {0}",
8-
"copilot.cppcontext.error": "Error while retrieving the #cpp context."
7+
"copilot.projectcontext.error": "Fehler beim Abrufen des Projektkontexts. Grund: {0}",
8+
"copilot.cppcontext.error": "Fehler beim Abrufen des #cpp Kontexts."
99
}

Extension/i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"c_cpp.configuration.hover.description": "Si se deshabilita, el servidor de lenguaje ya no proporciona detalles al mantener el puntero.",
252252
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilita los servicios de integración para el [administrador de dependencias de vcpkgs](https://aka.ms/vcpkg/).",
253253
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Agrega rutas de acceso de inclusión de `nan` y `node-addon-api` cuando sean dependencias.",
254-
"c_cpp.configuration.copilotHover.markdownDescription": "Si está `deshabilitado`, no aparecerá información de Copilot al mantener el puntero.",
254+
"c_cpp.configuration.copilotHover.markdownDescription": "Si está `disabled`, no aparecerá información de Copilot al mantener el puntero.",
255255
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Si es `true`, 'Cambiar nombre de símbolo' requerirá un identificador de C/C++ válido.",
256256
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Si es `true`, la opción de autocompletar agregará `(` de forma automática después de las llamadas a funciones, en cuyo caso puede que también se agregue `)`, en función del valor de la configuración de `editor.autoClosingBrackets`.",
257257
"c_cpp.configuration.filesExclude.markdownDescription": "Configure patrones globales para excluir carpetas (y archivos si se cambia `#C_Cpp.exclusionPolicy#`). Son específicos de la extensión de C/C++ y se agregan a `#files.exclude#`, pero a diferencia de `#files.exclude#`, también se aplican a las rutas de acceso fuera de la carpeta del área de trabajo actual y no se quitan de la vista del Explorador. Obtenga información sobre [patrones globales](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",

Extension/i18n/esn/src/LanguageServer/copilotProviders.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
7+
"copilot.relatedfilesprovider.error": "Error al recuperar el resultado. Motivo: {0}"
88
}

0 commit comments

Comments
 (0)