forked from shalldie/vscode-background
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
16 lines (13 loc) · 1.04 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extension.background.command.info.title": "View plugin info",
"extension.background.command.uninstall.title": "Uninstall plugin",
"extension.background.enabled.description": "Plugin background enabled.",
"extension.background.useFront.description": "If use front image,which means image is placed on the top of your code.",
"extension.background.style.description": "Custom common style.",
"extension.background.styles.description": "Each style of backgrounds.",
"extension.background.customImages.description": "Your custom images.\n\nExample:\n\n`https://a.com/b.png`\n\n`file:///a/b.jpg`",
"extension.background.interval.description": "Seconds of interval for carousel, default `0` to disabled",
"extension.background.fullscreen.description": "Feature - fullscreen, may overwrite other config",
"extension.background.common.deprecation": "It will be removed in the next version, please delete this configuration item",
"extension.background.urlProtocol.error": "The image url must use https or file protocol"
}