-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.zh-cn.json
29 lines (29 loc) · 1.93 KB
/
package.nls.zh-cn.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: 导入 CodeSnap 设置",
"commands.openSettings.title": "Easy CodeSnap: 开启设置",
"commands.snap.title": "开启 Easy CodeSnap",
"easy-codesnap.backgroundColor": "容器的背景颜色",
"easy-codesnap.boxShadow": "CSS 方块阴影",
"easy-codesnap.containerPadding": "容器的 padding",
"easy-codesnap.roundedCorners": "对窗口使用圆角",
"easy-codesnap.showWindowControls": "显示 OS X 风格的窗口控件",
"easy-codesnap.showWindowTitle": "显示带有开启的文件夹/文件名称的窗口标题",
"easy-codesnap.windowTitleTemplate": "定义显示片段窗口标题的模板,您可以使用 {workspace} 和 {fileName} 变量",
"easy-codesnap.showLineNumbers": "显示行号",
"easy-codesnap.realLineNumbers": "从所选内容的行号而不是 1 开始",
"easy-codesnap.highlightLineNumber": "当一行被高亮时,使用 `editorLineNumber-activeForeground` vscode 主题颜色来高亮行号。",
"easy-codesnap.transparentBackground": "截图时使用透明背景",
"easy-codesnap.target": "使用或不使用容器进行拍摄",
"easy-codesnap.shutterAction": "快门按钮的行为",
"easy-codesnap.enableResizing": "启用调整快照容器的大小",
"easy-codesnap.roundingLevel": "更改容器边框半径级别",
"easy-codesnap.lockOnOpen": "开启时自动锁定快照画面",
"easy-codesnap.linkOnOpen": "开启时自动将快照画面链接到编辑器",
"easy-codesnap.saveFormat": "单元格式",
"easy-codesnap.saveScale": "将比例存储为 PNG 文件。",
"easy-codesnap.windowStyle": "窗口风格",
"easy-codesnap.aspect-ratio": "定义要捕捉的长宽比(当容器是目标时)",
"easy-codesnap.fullLinesSelection": "开启快照画面时是否全行选择",
"easy-codesnap.watermark": "启用水印",
"easy-codesnap.defaultWatermarkText": "默认的水印文本"
}