-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.nls.json
30 lines (25 loc) · 2.38 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
30
{
"extension.background.command.info.title": "Welcome to background.",
"extension.background.command.install.title": "Install and enable the background.",
"extension.background.command.disable.title": "Disable the background.",
"extension.background.command.uninstall.title": "Uninstall the extension.",
"extension.background.enabled.description": "Whether to enable background extension.",
"extension.background.editor.description": "Editor section config.",
"extension.background.editor.useFront": "Place the image above or below the code.",
"extension.background.editor.style": "Custom style for images. [MDN Reference](https://developer.mozilla.org/docs/Web/CSS)",
"extension.background.editor.styles": "Each style of editor section image.",
"extension.background.editor.images": "Your custom images.\n\nExample:\n\n`https://a.com/b.png`\n\n`file:///a/b.jpg`",
"extension.background.editor.interval": "Seconds of interval for carousel, default `0` to disabled.",
"extension.background.editor.random": "Whether to randomly display images.",
"extension.background.fullscreen.description": "Fullscreen section config.",
"extension.background.fullscreen.images": "Your custom images.\n\nExample:\n\n`https://a.com/b.png`\n\n`file:///a/b.jpg`",
"extension.background.fullscreen.opacity": "Opacity of the images, alias to [opacity](https://developer.mozilla.org/docs/Web/CSS/opacity),\n\n`0.1 ~ 0.3` recommended, it will be reset to the default `0.1` if exceeds the limit range `0 ~ 0.6`.",
"extension.background.fullscreen.size": "Alias to [background-size](https://developer.mozilla.org/docs/Web/CSS/background-size), `cover` to self-adaption (recommended).",
"extension.background.fullscreen.position": "Alias to [background-position](https://developer.mozilla.org/docs/Web/CSS/background-position), default `center`.",
"extension.background.fullscreen.interval": "Seconds of interval for carousel, default `0` to disabled.",
"extension.background.fullscreen.random": "Whether to randomly display images.",
"extension.background.sidebar.description": "sidebar section config.",
"extension.background.panel.description": "Panel section config.",
"extension.background.common.deprecation": "*Deprecated*, it has been moved to `background.editor`.",
"extension.background.urlProtocol.error": "The image url must use https or file protocol."
}