-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
108 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"background.command.install": "Install", | ||
"background.command.uninstall": "Uninstall", | ||
"background.command.reload": "Reload", | ||
"background.command.config": "Configuration", | ||
"background.command.changelog": "Changelog", | ||
"background.command.help": "Help", | ||
|
||
"background.configuration.backgroundDescriptionription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS", | ||
"background.configuration.window": "Window", | ||
"background.configuration.editor": "Editor", | ||
"background.configuration.sidebar": "Sidebar", | ||
"background.configuration.panel": "Panel", | ||
|
||
"background.configuration.alignment": "Alignment", | ||
"background.configuration.alignmentDescription": "Background alignment", | ||
"background.configuration.alignment.top_left": "Top Left", | ||
"background.configuration.alignment.top_center": "Top Center", | ||
"background.configuration.alignment.top_right": "Top Right", | ||
"background.configuration.alignment.center_left": "Center Left", | ||
"background.configuration.alignment.center_center": "Center Center", | ||
"background.configuration.alignment.center_right": "Center Right", | ||
"background.configuration.alignment.bottom_left": "Bottom Left", | ||
"background.configuration.alignment.bottom_center": "Bottom Center", | ||
"background.configuration.alignment.bottom_right": "Bottom Right", | ||
"background.configuration.alignment.manual": "Manual", | ||
"background.configuration.alignmentValue": "Alignment (CSS)", | ||
"background.configuration.blur": "Blur", | ||
"background.configuration.blurDescription": "Background blur (CSS)", | ||
"background.configuration.opacity": "Opacity", | ||
"background.configuration.opacityDescription": "The background opacity.\n\n`1` is fully visible and `0` is invisible", | ||
"background.configuration.repeat": "Repeat", | ||
"background.configuration.repeatDescription": "Background repeat", | ||
"background.configuration.repeat.no_repeat": "Do not repeat", | ||
"background.configuration.repeat.repeat": "Repeat X/Y", | ||
"background.configuration.repeat.repeat_x": "Repeat X", | ||
"background.configuration.repeat.repeat_y": "Repeat Y", | ||
"background.configuration.repeat.repeat_space": "Repeat with even spacing to fill the screen", | ||
"background.configuration.repeat.repeat_round": "Repeat and stretch images to fill the screen", | ||
"background.configuration.size": "Size", | ||
"background.configuration.sizeDescription": "Background size", | ||
"background.configuration.size.auto": "Original image size", | ||
"background.configuration.size.contain": "Fit image to the screen", | ||
"background.configuration.size.cover": "Stretch image to fill the screen", | ||
"background.configuration.size.manual": "Manual size", | ||
"background.configuration.sizeValue": "Size (CSS)", | ||
"background.configuration.time": "Change Time", | ||
"background.configuration.timeDescription": "How often to change the background image in seconds, set to 0 to never change", | ||
|
||
"background.configuration.autoInstall": "Auto Install", | ||
"background.configuration.autoInstallDescription": "Automatically install backgrounds on startup.\n\nThis option is disabled when you run the uninstall command.", | ||
"background.configuration.renderContentAboveBackground": "Render Content Above Background", | ||
"background.configuration.renderContentAboveBackgroundDescription": "Show images, PDFs, and markdown previews on top of the background", | ||
"background.configuration.useInvertedOpacity": "Use Inverted Opacity", | ||
"background.configuration.useInvertedOpacityDescription": "Use an inverted opacity, so 0 is visible and 1 is invisible", | ||
"background.configuration.smoothImageRendering": "Smooth Image Rendering", | ||
"background.configuration.smoothImageRenderingDescription": "Use smooth image rendering when resizing images instead of pixelated", | ||
"background.configuration.settingScope": "Setting Scope", | ||
"background.configuration.settingScopeDescription": "Where to save background settings - Global or Workspace", | ||
"background.configuration.settingScopeGlobal": "Global", | ||
"background.configuration.settingScopeWorkspace": "Workspace", | ||
"background.configuration.CSS": "CSS", | ||
"background.configuration.CSSDescription": "Custom CSS" | ||
} |