vscode-vibrancy-continued/package.nls.json

41 lines
2.9 KiB
JSON

{
"$schema": "https://json.schemastore.org/coffeelint",
"configuration.type.description": "Native method of Vibrancy Effect",
"configuration.type.auto.description": "Automatically switch with system version",
"configuration.type.acrylic.description": "(Windows 10 only) Fluent design blur",
"configuration.type.appearance-based.description": "(MacOS only)",
"configuration.type.light.description": "(MacOS only)",
"configuration.type.dark.description": "(MacOS only)",
"configuration.type.titlebar.description": "(MacOS only)",
"configuration.type.selection.description": "(MacOS only)",
"configuration.type.menu.description": "(MacOS only)",
"configuration.type.popover.description": "(MacOS only)",
"configuration.type.sidebar.description": "(MacOS only)",
"configuration.type.medium-light.description": "(MacOS only)",
"configuration.type.ultra-dark.description": "(MacOS only)",
"configuration.opacity.description": "Opacity of Vibrancy Effect. -1 is theme default.",
"configuration.theme.description": "Select Vibrancy theme.",
"configuration.imports.description": "Import CSS/JS files, as file paths.",
"configuration.refreshInterval.description": "Refresh interval (in milliseconds) for making the background transparent after window resizing. Lower values make the update less visible at the cost of increased CPU utilization.",
"configuration.preventFlash.description": "Use an alternative method to prevent window flashing when resizing. Eliminates the need for a refresh interval, but may be less compatible in some cases.",
"extension.installVibrancy.title": "Enable Vibrancy",
"extension.uninstallVibrancy.title": "Disable Vibrancy",
"extension.updateVibrancy.title": "Reload Vibrancy",
"messages.firstload": "Welcome to Vibrancy. Please make sure to read the extension's description. Click the button below to install.",
"messages.configupdate": "Config is changed, would you like to reload?",
"messages.enabled": "Vibrancy enabled. Restart to take effect. If Code complains about a corrupted installation, CLICK DON'T SHOW AGAIN. See description for more details.",
"messages.disabled": "Vibrancy disabled and reverted to default. Restart to take effect.",
"messages.already_disabled": "Vibrancy already disabled.",
"messages.smthingwrong": "Something went wrong: ",
"messages.unsupported": "Unsupported operating system, only macOS and Windows 10/11 are supported",
"messages.admin": "Apply changes failed, please run Visual Studio Code with administrator privileges, see description for more details: ",
"messages.recommendedColorTheme": "Your current color theme is \"%1\" and the Vibrancy theme is designed for \"%2\"!",
"messages.restartIde": "Restart Visual Studio Code",
"messages.installIde": "Install Vibrancy",
"messages.reloadIde": "Reload",
"messages.changeColorThemeIde": "Change The Color Theme",
"messages.noIde": "No",
"messages.importError": "Couldn't open custom import file: \"%1\""
}