mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
18 lines
991 B
JSON
18 lines
991 B
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.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 ずつ減少"
|
|
} |