-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.json
29 lines (29 loc) · 2.1 KB
/
package.nls.json
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
{
"commands.importSettings.title": "Easy CodeSnap: Import CodeSnap Settings",
"commands.openSettings.title": "Easy CodeSnap: Open Settings",
"commands.snap.title": "Open Easy CodeSnap",
"easy-codesnap.backgroundColor": "The background color of the snippet's container",
"easy-codesnap.boxShadow": "The CSS box-shadow for the snippet",
"easy-codesnap.containerPadding": "The padding for the snippet's container",
"easy-codesnap.roundedCorners": "Use rounded corners for the window",
"easy-codesnap.showWindowControls": "Display OS X style window controls",
"easy-codesnap.showWindowTitle": "Display window title with open folder / file name",
"easy-codesnap.windowTitleTemplate": "Defines the template to show snippet window title, you can use {workspace} and {fileName} variables",
"easy-codesnap.showLineNumbers": "Display line numbers",
"easy-codesnap.realLineNumbers": "Start from the selection's line number instead of 1",
"easy-codesnap.highlightLineNumber": "When a line is highlighted, use 'editorLineNumber-activeForeground' vscode theme color to highlight the line number",
"easy-codesnap.transparentBackground": "Use a transparent background when taking the screenshot",
"easy-codesnap.target": "Take the shot with or without the container",
"easy-codesnap.shutterAction": "The behavior of the shutter button",
"easy-codesnap.enableResizing": "Enable resizing the snap container",
"easy-codesnap.roundingLevel": "Change window border radius level",
"easy-codesnap.lockOnOpen": "Auto Lock the snap screen on open",
"easy-codesnap.linkOnOpen": "Auto link the snap screen to editor on open",
"easy-codesnap.saveFormat": "Save format",
"easy-codesnap.saveScale": "Save Scale to PNG files.",
"easy-codesnap.windowStyle": "Window Style",
"easy-codesnap.aspect-ratio": "Defines an aspect ratio to snap (when container is the target)",
"easy-codesnap.fullLinesSelection": "Does get full line selection when open snap scren",
"easy-codesnap.watermark": "Enable watermark",
"easy-codesnap.defaultWatermarkText": "Default watermark text"
}