mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
20 lines
1.0 KiB
JSON
20 lines
1.0 KiB
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.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 遞減"
|
|
} |