12 lines
796 B
JSON
12 lines
796 B
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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.
|
|
{
|
|
"failed.to.find.user.info.for.SSH": "找不到 SSH 的用户信息。这可能是由于使用 \"snap\" 安装 VS Code 导致的。如果计划使用 SSH 功能,请使用 \"deb\" 包重新安装 VS Code。",
|
|
"failed.to.parse.SSH.config": "无法分析 SSH 配置文件 {0}: {1}",
|
|
"failed.to.read.file": "未能读取文件 {0}。",
|
|
"failed.to.write.file": "无法写入文件 {0}。"
|
|
}
|