-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
31 lines (31 loc) · 2.09 KB
/
package.nls.json
File metadata and controls
31 lines (31 loc) · 2.09 KB
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
26
27
28
29
30
31
{
"zoombar-vscode.title": "Zoom Bar",
"zoombar-vscode.selectZoom.title": "Select Zoom",
"zoombar-vscode.resetZoom.title": "Reset Zoom",
"zoombar-vscode.zoomIn.title": "Zoom In",
"zoombar-vscode.zoomout.title": "Zoom Out",
"zoombar-vscode.fontZoomReset.title": "Editor Font Zoom Reset",
"zoombar.defaultZoom.description": "default zoom ( can be specified below the decimal point. )",
"zoombar.zoomUnit.description": "zoom unit ( can be specified below the decimal point. )",
"zoombar.zoomUnitType.description": "zoom unit type",
"zoombar.zoomUnitType.multiplicative.description": "multiplicative",
"zoombar.zoomUnitType.additive.description": "additive",
"zoombar.preview.description": "Temporarily apply the zoom before confirming.",
"zoombar.zoomPreset.description": "zoom preset ( can be specified below the decimal point. )",
"zoombar.zoomInLabel.description": "zoom in's label",
"zoombar.zoomOutLabel.description": "zoom out's label",
"zoombar.fontZoomResetLabel.description": "font zoom reset's label",
"zoombar.uiDisplayOrder.description": "zoom UI display order",
"zoombar.configurationTarget.description": "Configuration target scope.",
"zoombar.configurationTarget.auto.description": "If the zoom level is overridden in the workspace settings, the workspace settings are targeted, otherwise the global settings are targeted.",
"zoombar.configurationTarget.global.description": "Always targets global settings. If the zoom level is overridden in the workspace settings, the workspace settings will be reset.",
"zoombar.configurationTarget.workspace.description": "Targets workspace settings. If the workspace is not open, the global settings are targeted.",
"zoombar-vscode.selectZoom.resetZoom": "Reset zoom",
"zoombar-vscode.selectZoom.inputZoom": "Input zoom",
"zoombar-vscode.selectZoom.current": "( current )",
"zoombar-vscode.selectZoom.placeHolder": "Select a zoom",
"zoombar-vscode.inputZoom.placeHolder": "Input a zoom",
"Must be a number.": "Must be a number.",
"Range": "Range",
"No preview": "No preview"
}