-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localization - Translated Strings (#3539)
- Loading branch information
Showing
208 changed files
with
6,036 additions
and
212 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"contextkey.scanner.hint.didYouMean1": "你指的是 {0} 吗?", | ||
"contextkey.scanner.hint.didYouMean2": "你指的是 {0} 还是 {1}?", | ||
"contextkey.scanner.hint.didYouMean3": "你指的是 {0}、{1} 还是 {2}?", | ||
"contextkey.scanner.hint.didYouForgetToOpenOrCloseQuote": "忘记左引号或右引号了吗?", | ||
"contextkey.scanner.hint.didYouForgetToEscapeSlash": "忘记转义 \"/\"(斜杠)字符了吗? 在该字符前放置两个反斜杠以进行转义,例如 \"\\\\/\"。", | ||
"contextkey.parser.error.emptyString": "上下文键表达式为空", | ||
"contextkey.parser.error.emptyString.hint": "忘记写入表达式了吗? 还可以放置 \"false\" 或 \"true\" 以始终分别评估为 false 或 true。", | ||
"contextkey.parser.error.noInAfterNot": "\"not\" 后面的 \"in\"。", | ||
"contextkey.parser.error.closingParenthesis": "右括号 \")\"", | ||
"contextkey.parser.error.unexpectedToken": "意外的令牌", | ||
"contextkey.parser.error.unexpectedToken.hint": "忘记在令牌之前放置 && 或 || 了吗?", | ||
"contextkey.parser.error.unexpectedEOF": "意外的表达式结尾", | ||
"contextkey.parser.error.unexpectedEOF.hint": "忘记放置上下文键了吗?", | ||
"contextkey.parser.error.expectedButGot": "应为: {0}\n收到的: \"{1}\"。", | ||
"contextkey.scanner.errorForLinterWithHint": "意外的令牌。提示: {0}", | ||
"contextkey.scanner.errorForLinter": "意外的令牌。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"cpack.path.not.set": "未设置 CPath 路径", | ||
"package.preset.not.set": "未设置包预设", | ||
"cpack.run.terminated": "CPack 运行已终止", | ||
"cpack.finished.with.code": "CTest 已完成,返回代码为 {0}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"add.pinned.cmake.command": "选择要固定的 CMake 命令", | ||
"user.cancelled.add.pinned.cmake.command": "用户已取消选择要固定的 CMake 命令" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.