Skip to content

Commit 6a97dd8

Browse files
authored
[Auto] Localization - Translated Strings (#9420)
1 parent b55a98c commit 6a97dd8

File tree

146 files changed

+1618
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1618
-188
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@
171171
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "控制非活动预处理器块的不透明度。在 `0.1` 和 `1.0` 之间进行缩放。仅当启用非活动区域暗化时,此设置才适用。",
172172
"c_cpp.configuration.inactiveRegionForegroundColor.description": "控制非活动预处理程序块的字体颜色。输入的格式为十六进制颜色代码或有效的主题颜色。如果未设置,则默认为编辑器的语法颜色方案。此设置仅在启用非活动区域变暗时适用。",
173173
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "控制非活动预处理程序块的背景颜色。输入的格式为十六进制颜色代码或有效的主题颜色。如果未设置,则默认为透明。此设置仅在启用了非活动区域变暗时适用。",
174+
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "在声明中使用 `auto` 时显示推导类型的内嵌提示:\n```cpp \n\n 自动索引 /* : int */ = 0;\n```",
175+
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "在标识符左侧声明中使用 `auto` 时显示推导类型的内嵌提示:\n```cpp \n\n auto /* int */ index = 0;\n```",
176+
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "显示参数名称的内嵌提示:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
177+
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "在参数名称提示中隐藏开头的`_`。",
178+
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "当参数文本或内联注释包含参数名称时,抑制参数名称提示:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
179+
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "显示非常量引用传递的参数的内嵌提示引用运算符 `&`:\n```cpp \n\n 交换(/* &first: */ str1, /* &last: */ str2);\n```",
180+
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "控制在 `&` 后是否显示非常量引用传递的参数的空格:\n```cpp \n\n 交换(/* & first: */ str1, /* & last: */ str2);\n```",
174181
"c_cpp.configuration.loggingLevel.markdownDescription": "输出面板中日志记录的详细程度。从最不详细到最详细的级别顺序为: `None` < `Error` < `Warning` < `Information` < `Debug`。",
175182
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "控制当文件为 C/C++ 文件中导航操作的目标时,其是否自动添加到 `#files.associations#`。",
176183
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "控制分析非活动工作区文件是否使用睡眠以避免使用 100% CPU。值 `highest`/`high`/`medium`/`low` 对应于约 100/75/50/25% 的 CPU 使用率。",
@@ -299,6 +306,35 @@
299306
"c_cpp.debuggers.hardwareBreakpoints.description": "对远程目标的硬件断点行为的显式控制。",
300307
"c_cpp.debuggers.hardwareBreakpoints.require.description": "如果为 true,请始终使用硬件断点。默认值为 false。",
301308
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "要使用的可用硬件断点数量的可选限制。仅在“需要”为 true 且“限制”大于 0 时强制使用。默认值为 0。",
309+
"c_cpp.debuggers.variables.description": "此启动配置中递归替换的变量。每个变量都可以引用其他变量。",
310+
"c_cpp.debuggers.variables.properties.description": "此启动配置中递归替换的变量。该值可以引用其他变量。",
311+
"c_cpp.debuggers.host.description": "主机信息。",
312+
"c_cpp.debuggers.host.user.description": "登录到主机的用户。",
313+
"c_cpp.debuggers.host.hostName.description": "主机名。",
314+
"c_cpp.debuggers.host.port.description": "主机上的 SSH 端口。默认值为 22。",
315+
"c_cpp.debuggers.host.jumpHost.description": "首先连接到跳转主机以连接到目标主机。",
316+
"c_cpp.debuggers.host.localForward.description": "将本地(客户端)主机上给定 TCP 端口或 Unix 套接字的连接转发到远程端上的给定主机和端口或 Unix 套接字",
317+
"c_cpp.debuggers.host.localForward.bindAddress.description": "本地地址",
318+
"c_cpp.debuggers.host.localForward.port.description": "本地端口",
319+
"c_cpp.debuggers.host.localForward.host.description": "主机名",
320+
"c_cpp.debuggers.host.localForward.hostPort.description": "主机端口",
321+
"c_cpp.debuggers.host.localForward.localSocket.description": "本地套接字",
322+
"c_cpp.debuggers.host.localForward.remoteSocket.description": "远程套接字",
323+
"c_cpp.debuggers.deploySteps.description": "部署应用程序所需的步骤。顺序很重要。",
324+
"c_cpp.debuggers.deploySteps.scp.description": "使用 SCP 复制文件。",
325+
"c_cpp.debuggers.deploySteps.scp.files.description": "要通过 SCP 复制的文件。支持路径模式。",
326+
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "目标目录。",
327+
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "SCP 的可选完整路径。假定 SCP 位于 PATH 上(如果未指定)",
328+
"c_cpp.debuggers.deploySteps.debug": "如果为 true,则在不调试的情况下启动时跳过。如果为 false,则在开始调试时跳过。如果未定义,则从不跳过。",
329+
"c_cpp.debuggers.deploySteps.ssh.description": "SSH 命令步骤。",
330+
"c_cpp.debuggers.deploySteps.ssh.command.description": "要通过 SSH 执行的命令。SSH 命令中 \"-c\" 后面的命令。",
331+
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "SSH 的可选完整路径。假定 SSH 位于 PATH 上(如果未指定)",
332+
"c_cpp.debuggers.deploySteps.continueOn.description": "输出中的可选完成模式。在输出中看到此模式时,无论此步骤是否返回,都继续执行部署过程。",
333+
"c_cpp.debuggers.deploySteps.shell.description": "shell 命令步骤。",
334+
"c_cpp.debuggers.deploySteps.shell.command.description": "要执行的 shell 命令。",
335+
"c_cpp.debuggers.vsCodeCommand.description": "要调用的 VS Code 命令。可以是 VS Code 或活动扩展中的命令。",
336+
"c_cpp.debuggers.vsCodeCommand.command.description": "要调用的 VS Code 命令。",
337+
"c_cpp.debuggers.vsCodeCommand.args.description": "VS Code 命令的参数。",
302338
"c_cpp.taskDefinitions.name.description": "任务名称。",
303339
"c_cpp.taskDefinitions.command.description": "执行编译的编译器或脚本的路径。",
304340
"c_cpp.taskDefinitions.args.description": "其他要传递给编译器或编译脚本的参数。",

Extension/i18n/chs/src/Debugger/configurationProvider.i18n.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lldb.framework.install.xcode": "详细信息",
1212
"lldb.framework.not.found": "找不到用于 lldb-mi 的 \"LLDB.framework\"。请安装 XCode 或 XCode 命令行工具。",
1313
"debugger.launchConfig": "启动配置:",
14+
"vs.code.1.69+.required": "\"deploySteps\" 需要 VS Code 1.69+。",
1415
"pre.Launch.Task": "preLaunchTask: {0}",
1516
"build.and.debug.active.file": "生成和调试活动文件",
1617
"cl.exe.not.available": "仅当从 VS 开发人员命令提示符处运行 VS Code 时,{0} 生成和调试才可用。",
@@ -29,6 +30,12 @@
2930
"cannot.build.non.cpp": "无法生成和调试,因为活动文件不是 C 或 C++ 源文件。",
3031
"no.compiler.found": "未找到编译程序",
3132
"select.debug.configuration": "选择调试配置",
33+
"command.args.must.be.array": "命令部署步骤中的 \"args\" 必须为数组。",
34+
"missing.properties.scp": "scp 步骤中需要 \"host\"\"files\"\"targetDir\"",
35+
"incorrect.files.type.scp": "\"files\" 必须为 scp 步骤中的字符串或字符串数组。",
36+
"missing.properties.ssh": "SSH 步骤需要 \"host\"\"command\"",
37+
"missing.properties.shell": "shell 步骤需要 \"command\"",
38+
"deploy.step.type.not.supported": "不支持部署步骤类型 {0}。",
3239
"unexpected.os": "意外的 OS 类型",
3340
"path.to.pipe.program": "管道程序的完整路径,如 {0}",
3441
"enable.pretty.printing": "为 {0} 启用整齐打印",

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"fix_all_code_analysis_problems": "修复所有代码分析问题",
8-
"clear_all_code_analysis_problems": "清除所有代码分析问题",
9-
"c.cpp.debug.protocol": "C/C++ 调试协议",
10-
"c.cpp.warnings": "C/C++ 配置警告",
11-
"fix_all_type_problems": "修复所有 {0} 问题",
12-
"disable_all_type_problems": "禁用所有 {0} 问题",
13-
"clear_all_type_problems": "清除所有{0}问题",
14-
"clear_this_problem": "清除此 {0} 问题",
15-
"fix_this_problem": "修复此 {0} 问题",
16-
"show_documentation_for": "显示 {0} 文档",
177
"unable.to.start": "无法启动 C/C++ 语言服务器。IntelliSense 功能将被禁用。错误: {0}",
188
"check.permissions": "EPERM: 检查“{0}”的权限",
199
"server.crashed2": "在过去 3 分钟内,语言服务器崩溃了 5 次。它不会重新启动。",
@@ -23,7 +13,6 @@
2313
"allow.button": "允许",
2414
"dont.allow.button": "不允许",
2515
"ask.me.later.button": "稍后询问我",
26-
"c.cpp.diagnostics": "C/C++ 诊断",
2716
"dismiss.button": "消除",
2817
"diable.warnings.button": "禁用警告",
2918
"unable.to.provide.configuration": "{0} 无法为“{1}”提供 IntelliSense 配置信息。将改为使用“{2}”配置中的设置。",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"fix_all_code_analysis_problems": "修复所有代码分析问题",
8+
"clear_all_code_analysis_problems": "清除所有代码分析问题",
9+
"fix_all_type_problems": "修复所有 {0} 问题",
10+
"disable_all_type_problems": "禁用所有 {0} 问题",
11+
"clear_all_type_problems": "清除所有{0}问题",
12+
"clear_this_problem": "清除此 {0} 问题",
13+
"fix_this_problem": "修复此 {0} 问题",
14+
"show_documentation_for": "显示 {0} 文档"
15+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"c.cpp.symbolscope.separator": "{0},{1}"
8+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"local.forward.local.conflict": "在 localForwards 中,不能同时使用 \"bindAddress\"\"port\" 指定 \"localSocket\"",
8+
"local.forward.local.missing": "localForwards 中需要 \"port\"\"localSocket\"",
9+
"local.forward.remote.conflict": "在 localForwards 中,不能同时使用 \"host\"\"hostPort\" 指定 \"remoteSocket\"",
10+
"local.forward.remote.missing": "localForwards 中需要 \"host\"\"hostPort\"\"remoteSocket\""
11+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"ssh.canceled": "已取消 SSH 命令",
8+
"ssh.passphrase.input.box": "输入 ssh 密钥的密码{0}",
9+
"ssh.enter.password.for.user": "输入用户 \"{0}\" 的密码",
10+
"ssh_message_enterPassword": "输入密码",
11+
"ssh.continue.confirmation.placeholder": "您确定要继续吗?",
12+
"ssh.host.key.confirmation.title": "\"{0}\" 具有指纹 \"{1}\"",
13+
"continue": "继续",
14+
"cancel": "取消",
15+
"ssh.terminal.command.canceled": "已取消 \"{0}\" 终端命令。",
16+
"ssh.terminal.command.done": "已完成 \"{0}\" 终端命令。",
17+
"ssh.continuing.command.canceled": "已取消任务 \"{0}\",但基础命令可能不会终止。请手动进行检查。",
18+
"ssh.process.failed": "\"{0}\" 进程失败: {1}",
19+
"ssh.wrote.data.to.terminal": "\"{0}\" 已将数据写入终端: \"{1}\""
20+
}

Extension/i18n/chs/src/common.i18n.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"failed.to.parse.json": "未能分析 json 文件,可能是因注释或尾部逗号所致。",
88
"extension.not.ready": "C/C++ 扩展仍在安装。请查看输出窗口获取详细信息。",
99
"refer.read.me": "请参阅 {0} 了解疑难解答信息。可在 {1} 处创建问题",
10-
"process.exited.with.code": "{0} 已退出,收到错误代码 {1}",
10+
"process.exited": "已退出进程,代码为 {0}",
11+
"process.succeeded": "已成功执行进程。",
12+
"killing.process": "正在终止进程 {0}",
1113
"warning.file.missing": "警告: 缺少预期的文件 {0}。",
1214
"warning.debugging.not.tested": "警告: 尚未为此平台测试调试。",
1315
"reload.workspace.for.changes": "重新加载工作区以使设置更改生效。",
1416
"reload.string": "重新加载",
15-
"invalid.download.location.received": "接收的下载位置无效",
16-
"c.cpp.symbolscope.separator": "{0},{1}"
17+
"invalid.download.location.received": "接收的下载位置无效"
1718
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"max.recursion.reached": "已达到最大字符串扩展递归。可能存在循环引用。",
8+
"invalid.var.reference": "字符串: {1} 中的变量引用 {0} 无效。",
9+
"env.var.not.found": "找不到环境变量 {0}",
10+
"commands.not.supported": "字符串: {0} 不支持命令。",
11+
"exception.executing.command": "执行字符串: {1} {2} 的命令 {0} 时出现异常。"
12+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"c.cpp.diagnostics": "C/C++ 诊断",
8+
"c.cpp.debug.protocol": "C/C++ 调试协议",
9+
"c.cpp.warnings": "C/C++ 配置警告"
10+
}

Extension/i18n/chs/src/main.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Do not edit this file. It is machine generated.
66
{
77
"macos.version.deprecated": "C/C++ 扩展的版本比 {0} 更新的版本至少需要 macOS 版本 {1}。",
8+
"intellisense.disabled": "已禁用 intelliSenseEngine",
89
"more.info.button": "详细信息",
910
"ignore.button": "忽略",
1011
"vsix.platform.incompatible": "已安装的 C/C++ 扩展与系统不匹配。",

0 commit comments

Comments
 (0)