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/jpn/extensions/emmet/package.i18n.json')
-rw-r--r--i18n/jpn/extensions/emmet/package.i18n.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n/jpn/extensions/emmet/package.i18n.json b/i18n/jpn/extensions/emmet/package.i18n.json
new file mode 100644
index 00000000000..ce72c51b95b
--- /dev/null
+++ b/i18n/jpn/extensions/emmet/package.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.matchTag": "一致するペアに移動",
+ "command.prevEditPoint": "前の編集点に移動",
+ "command.nextEditPoint": "次の編集点に移動",
+ "command.selectPrevItem": "前の項目を選択",
+ "command.selectNextItem": "次の項目を選択",
+ "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