-
Notifications
You must be signed in to change notification settings - Fork 525
Expand file tree
/
Copy pathproc.i18n.json
More file actions
17 lines (17 loc) · 1.03 KB
/
proc.i18n.json
File metadata and controls
17 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
* 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.
{
"executing.command": "正在执行命令: {0}",
"execution.environment": " 环境为 {0}",
"process.error": "The command: {0} failed with error: {1}",
"process.exit.with.signal": "The command: {0} exited with code: {1} and signal: {2}",
"process.exit": "The command: {0} exited with code: {1}",
"process.exit.stdout": "Command output on standard out: {0}",
"process.exit.stderr": "Command output on standard error: {0}",
"processing.data.event.stdout": "正在处理 proc stdout 中的 {0} 事件",
"processing.data.event.stderr": "正在处理 proc stderr 中的 {0} 事件",
"resolving.close.event": "正在解析 {0} 事件上的进程"
}