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

linesOperations.i18n.json « common « linesOperations « contrib « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b68fcebed849eddfaa0e14df6dac06d761ee1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"lines.copyUp": "行を上へコピー",
	"lines.copyDown": "行を下へコピー",
	"lines.moveUp": "行を上へ移動",
	"lines.moveDown": "行を下へ移動",
	"lines.sortAscending": "行を昇順に並べ替え",
	"lines.sortDescending": "行を降順に並べ替え",
	"lines.trimTrailingWhitespace": "末尾の空白のトリミング",
	"lines.delete": "行の削除",
	"lines.indent": "行のインデント",
	"lines.outdent": "行のインデント解除",
	"lines.insertBefore": "行を上に挿入",
	"lines.insertAfter": "行を下に挿入",
	"lines.deleteAllLeft": "残りをすべて削除する",
	"lines.deleteAllRight": "右側をすべて削除",
	"lines.joinLines": "行をつなげる",
	"editor.transpose": "カーソルの周囲の文字を入れ替える",
	"editor.transformToUppercase": "大文字に変換",
	"editor.transformToLowercase": "小文字に変換"
}