mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
26 lines
1.3 KiB
JSON
26 lines
1.3 KiB
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.
|
|
{
|
|
"command.removeTag": "移除标签",
|
|
"command.updateTag": "更新标签",
|
|
"command.matchTag": "转至匹配对",
|
|
"command.prevEditPoint": "转到上一编辑点",
|
|
"command.nextEditPoint": "转到下一编辑点",
|
|
"command.mergeLines": "合并行",
|
|
"command.selectPrevItem": "选择上一项",
|
|
"command.selectNextItem": "选择下一项",
|
|
"command.splitJoinTag": "分离/联接标记",
|
|
"command.toggleComment": "切换注释",
|
|
"command.evaluateMathExpression": "求数学表达式的值",
|
|
"command.updateImageSize": "更新图像大小",
|
|
"command.reflectCSSValue": "映射 CSS 值",
|
|
"command.incrementNumberByOne": "增加 1",
|
|
"command.decrementNumberByOne": "减少 1",
|
|
"command.incrementNumberByOneTenth": "增加 0.1",
|
|
"command.decrementNumberByOneTenth": "减少 0.1",
|
|
"command.incrementNumberByTen": "增加 10",
|
|
"command.decrementNumberByTen": "减少 10"
|
|
} |