Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/extensions/emmet/package.i18n.json')
-rw-r--r--i18n/chs/extensions/emmet/package.i18n.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/i18n/chs/extensions/emmet/package.i18n.json b/i18n/chs/extensions/emmet/package.i18n.json
new file mode 100644
index 00000000000..a6d0d75c963
--- /dev/null
+++ b/i18n/chs/extensions/emmet/package.i18n.json
@@ -0,0 +1,26 @@
+/*---------------------------------------------------------------------------------------------
+ * 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"
+} \ No newline at end of file