Skip to content

Commit

Permalink
localized strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jan 21, 2025
1 parent 0a950e1 commit 4f412a8
Showing 1 changed file with 87 additions and 1 deletion.
88 changes: 87 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,91 @@
"background.configuration.settingScopeGlobal": "Global",
"background.configuration.settingScopeWorkspace": "Workspace",
"background.configuration.CSS": "CSS",
"background.configuration.CSSDescription": "Custom CSS"
"background.configuration.CSSDescription": "Custom CSS",

"background.extension.config.modInstall": "Background has been modified, a reinstall is required to see changes.",
"background.extension.config.installAndReload": "Install and Reload",
"background.extension.config.ignore": "Ignore",
"background.extension.writer.snapError": "Background extension does not support snap installations, use deb or rpm",
"background.extension.writer.adminAsk": "Failed to write changes, run command as administrator?",
"background.extension.writer.adminPrompt": "The Background extension does not have permission to write changes, run command using administrator permissions?",
"background.extension.writer.failedWrite": "Failed to write changes",

"background.lib.vscode.quickpickBack": "Back",

"background.menu.align.title": "Alignment",
"background.menu.align.detail": "Background position",
"background.menu.align.description": "The literal value for the 'background-position' css property.",
"background.menu.blur.title": "Blur",
"background.menu.blur.detail": "Background blur",
"background.menu.cssError": "Invalid CSS",

"background.menu.file.update.title": "Update {0}",
"background.menu.file.update.detail": "File path, glob, or URL; leave blank to remove",
"background.menu.file.update.description": "Use only '/' for directories, '\\' is reserved for escape characters. Leave this field blank to remove.",
"background.menu.file.update.file": "Do not include 'file://' as part of the file path",
"background.menu.file.update.http": "Images must be served over HTTPS",
"background.menu.file.addFile.title": "Add a File",
"background.menu.file.addFile.label": "Select Image",
"background.menu.file.addFile.type": "Images",
"background.menu.file.addFolder.title": "Add a Folder",
"background.menu.file.addFolder.label": "Select Folder",
"background.menu.file.addGlob.title": "Add a Glob",
"background.menu.file.addGlob.detail": "File path or glob",
"background.menu.file.addGlob.description": "Add a file or a glob. Use only '/' for directories, '\\' is reserved for escape characters.",
"background.menu.file.addGlob.file": "Do not include 'file://' as part of the file path",
"background.menu.file.addGlob.http": "Image URLs do not support glob, use Add URL option",
"background.menu.file.addURL.title": "Add a URL",
"background.menu.file.addURL.detail": "Image URL",
"background.menu.file.addURL.description": "Add a image URL. Must be served over HTTPS",
"background.menu.file.addURL.file": "File URLs not accepted, use Add File option",
"background.menu.file.addURL.http": "Images must be served over HTTPS",
"background.menu.file.delete.title": "Delete a Background",
"background.menu.file.delete.count": "{0} matching file",
"background.menu.file.delete.action": "Delete",
"background.menu.file.detail.actionDetail": "Files",
"background.menu.file.title": "Files",
"background.menu.install": "Install",
"background.menu.uninstall": "Uninstall",
"background.menu.reload": "Reload",
"background.menu.more": "More Options",
"background.menu.help": "Help",
"background.menu.workspace": "Workspace",
"background.menu.more.report": "Report an issue",
"background.menu.more.feature": "Request a feature",
"background.menu.more.detail": "More Options",
"background.menu.second": "{0} second",
"background.menu.fileDetail": "Select background image files",
"background.menu.alignmentDetail": "Background image alignment",
"background.menu.blurDetail": "Background image blur",
"background.menu.opacityDetail": "Background image opacity",
"background.menu.repeatDetail": "Background image repeat",
"background.menu.sizeDetail": "Background image size",
"background.menu.timeDetail": "How often to change the background",

"background.menu.opacity.title": "Opacity",
"background.menu.opacity.detail": "Background opacity",
"background.menu.opacity.description": "{0} is fully visible and {} is invisible.",
"background.menu.opacity.nan": "Not a number",
"background.menu.opacity.range": "Opacity must be between 0 and 1",
"background.menu.opacity.low": "An opacity of {0} might make it difficult to see the UI, are you sure you want to use this opacity?",
"background.menu.opacity.y": "Yes",
"background.menu.repeat.title": "Repeat",
"background.menu.repeat.detail": "Background repeat",
"background.menu.size.title": "Size",
"background.menu.size.detail": "Background size",
"background.menu.size.description": "The literal value for the 'background-size' css property.",
"background.menu.time.title": "Change Time",
"background.menu.time.detail": "Background change time",
"background.menu.time.description": "How long in seconds before the background should automatically change. Set to 0 to always use the same image.",
"background.menu.time.nan": "Not a number",
"background.menu.time.range": "Background change time must be a postivie number",
"background.status.tooltip": "Open background configuration",
"background.install.missing": "Failed to find '{0}', please report this issue",
"background.install.backupError": "Failed to backup files, run command as administrator?",
"background.install.backupPrompt": "The Background extension does not have permission to backup to the VSCode folder, run command using administrator permissions?",
"background.install.failedBackup": "Failed to backup files",
"background.install.unsafe": "Background extension is running without backup files",
"background.install.dirError": "Failed to find application directory, please report this issue",
"background.install.migrate": "Background opacity settings have been migrated to the latest version."
}

0 comments on commit 4f412a8

Please sign in to comment.