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/cht/extensions/emmet/package.i18n.json')
-rw-r--r--i18n/cht/extensions/emmet/package.i18n.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/cht/extensions/emmet/package.i18n.json b/i18n/cht/extensions/emmet/package.i18n.json
new file mode 100644
index 00000000000..a35321b4655
--- /dev/null
+++ b/i18n/cht/extensions/emmet/package.i18n.json
@@ -0,0 +1,20 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.balanceIn": "平衡(向內)",
+ "command.balanceOut": "平衡(向外)",
+ "command.mergeLines": "合併行",
+ "command.selectPrevItem": "選取上一個項目",
+ "command.selectNextItem": "選取下一個項目",
+ "command.toggleComment": "切換註解",
+ "command.evaluateMathExpression": "評估數學運算式",
+ "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