Skip to content

Commit c90c130

Browse files
csigsDevDiv Build Lab - Dev14
andauthored
Localization - Translated Strings (#6063)
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
1 parent bcb7cd5 commit c90c130

19 files changed

+37
-24
lines changed

Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"c_cpp_properties.schema.json.definitions.configurations.items.properties.name": "配置标识符。Mac、Linux 和 Win32 是将在这些平台上自动选定的特殊配置标识符,但标识符可为任何内容。",
88
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compilerPath": "正在使用以便启用更准确的 IntelliSense 的编译器的完整路径,例如 /usr/bin/gcc。",
99
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compilerArgs": "用于修改所使用的包含或定义的编译器参数,例如 -nostdinc++、-m32 等。",
10-
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cStandard": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C 标准版本。",
10+
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cStandard": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliSense 将模拟等效的 C 标准版本。",
1111
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cppStandard": "用于 IntelliSense 的 C++ 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C++ 标准版本。",
1212
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compileCommands": "工作区的 compile_commands.json 文件的完整路径。",
1313
"c_cpp_properties.schema.json.definitions.configurations.items.properties.includePath": "在搜索包含的标头时 IntelliSense 引擎要使用的路径列表。对这些路径的搜索不是递归搜索。指定 \"**\" 可指示递归搜索。例如: \"${workspaceFolder}/**\" 将搜索所有子目录,而 \"${workspaceFolder}\" 将不搜索所有子目录。",

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"include_errors_update_include_path_squiggles_disables": "检测到 #include 错误。请更新 includePath。已为此翻译单元({0})禁用波形曲线。",
1515
"include_errors_update_include_path_intellisense_disabled": "检测到 #include 错误。请更新 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
1616
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
17-
"could_not_parse_compile_commands": "无法分析“{0}”。将改用文件夹“{1}”中来自 c_cpp_properties.json 的 \"includePath\"",
17+
"could_not_parse_compile_commands": "无法分析“{0}”。将改用来自文件夹“{1}”中的 c_cpp_properties.json 的 \"includePath\"",
1818
"could_not_find_compile_commands": "找不到“{0}”。将改用文件夹“{1}”中来自 c_cpp_properties.json 的 \"includePath\"",
1919
"file_not_found_in_path": "在“{1}”中未找到“{0}”。此文件将改用文件夹“{2}”中来自 c_cpp_properties.json 的 \"includePath\"",
2020
"database_reset": "已成功重置 IntelliSense 数据库。",

Extension/i18n/chs/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "程序包清单不存在",
810
"downloading.package": "正在下载程序包“{0}”",
9-
"downloading.progress.description": "正在下载 {0}: {1}",
1011
"error.from": "来自 {0} 的错误",
1112
"failed.download.url": "未能下载 {0}",
1213
"failed.retrying": "失败。正在重试...",

Extension/i18n/chs/ui/settings.html.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"switch.to.json": "通过单击文件链接或使用以下命令切换到 {0} 文件:",
1212
"edit.configurations.in.json": "编辑 JSON 文件中的配置",
1313
"edit.configurations.json": "C/C++: 编辑配置(JSON)",
14-
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
15-
"view.schema.reference": "Properties Schema Reference",
14+
"check.the.schema": "转到 {0},详细了解 C/C++ 属性。",
15+
"view.schema.reference": "属性架构引用",
1616
"intellisense.configurations": "IntelliSense 配置",
1717
"intellisense.configurations.description": "使用此编辑器编辑在基础 {0} 文件中定义的 IntelliSense 设置。在此编辑器中所做的更改仅适用于所选的配置。要一次编辑多个配置,请转到 {1}。",
1818
"configuration.name": "配置名称",
@@ -38,7 +38,7 @@
3838
"defines.description": "分析文件时 IntelliSense 引擎要使用的预处理器定义的列表。(可选)使用 {0} 设置值,例如 {1}。",
3939
"one.definition.per.line": "每行一个定义。",
4040
"c.standard": "C 标准",
41-
"c.standard.description": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C 标准版本。",
41+
"c.standard.description": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliSense 将模拟等效的 C 标准版本。",
4242
"cpp.standard": "C++ 标准",
4343
"cpp.standard.description": "用于 IntelliSense 的 C++ 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C++ 标准版本。",
4444
"advanced.settings": "高级设置",

Extension/i18n/cht/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "套件資訊清單不存在",
810
"downloading.package": "下載套件 '{0}'",
9-
"downloading.progress.description": "正在下載 {0}: {1}",
1011
"error.from": "來自 {0} 的錯誤",
1112
"failed.download.url": "無法下載 {0}",
1213
"failed.retrying": "失敗。正在重試...",

Extension/i18n/csy/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "Manifest balíčku neexistuje.",
810
"downloading.package": "Stahuje se balíček {0}. ",
9-
"downloading.progress.description": "Staženo {0}: {1}",
1011
"error.from": "Chyba ze souboru {0}",
1112
"failed.download.url": "Nepovedlo se stáhnout {0}.",
1213
"failed.retrying": "Nepovedlo se. Pokus se opakuje...",

Extension/i18n/csy/ui/settings.html.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"switch.to.json": "Pokud se chcete přepnout na soubor {0}, klikněte na odkaz na soubor nebo použijte příkaz:",
1212
"edit.configurations.in.json": "Upravit konfigurace v souboru JSON",
1313
"edit.configurations.json": "C/C++: Upravit konfigurace (JSON)",
14-
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
15-
"view.schema.reference": "Properties Schema Reference",
14+
"check.the.schema": "Další informace o vlastnostech jazyků C/C++ najdete tady: {0}",
15+
"view.schema.reference": "Referenční informace ke schématu vlastností",
1616
"intellisense.configurations": "Konfigurace IntelliSense",
1717
"intellisense.configurations.description": "Pomocí tohoto editoru můžete upravovat nastavení IntelliSense definovaná v základním souboru {0}. Změny provedené v tomto editoru se budou vztahovat jen na vybranou konfiguraci. Pokud chcete upravit více konfigurací najednou, přejděte na {1}.",
1818
"configuration.name": "Název konfigurace",

Extension/i18n/deu/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "Das Paketmanifest ist nicht vorhanden.",
810
"downloading.package": "Paket \"{0}\" wird heruntergeladen.",
9-
"downloading.progress.description": "{0} heruntergeladen: {1}",
1011
"error.from": "Fehler von \"{0}\".",
1112
"failed.download.url": "Fehler beim Herunterladen von \"{0}\".",
1213
"failed.retrying": "Fehler. Vorgang wird wiederholt...",

Extension/i18n/esn/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "El manifiesto del paquete no existe",
810
"downloading.package": "Descargando el paquete \"{0}\" ",
9-
"downloading.progress.description": "Descargando el {0}: {1}",
1011
"error.from": "Error de {0}",
1112
"failed.download.url": "No se pudo descargar {0}",
1213
"failed.retrying": "Error. Reintentando...",

Extension/i18n/fra/src/packageManager.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"downloading.progress.description": "Downloading {0}",
8+
"installing.progress.description": "Installing {0}",
79
"package.manager.missing": "Le manifeste du package n'existe pas",
810
"downloading.package": "Téléchargement du package '{0}'",
9-
"downloading.progress.description": "Téléchargement de {0} : {1}",
1011
"error.from": "Erreur de {0}",
1112
"failed.download.url": "Le téléchargement de {0} a échoué",
1213
"failed.retrying": "Échec. Nouvelle tentative...",

0 commit comments

Comments
 (0)