This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.nls.json
37 lines (36 loc) · 2.35 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
31
32
33
34
35
36
37
{
"$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.",
"configuration.theme.description": "Select Vibrancy theme.",
"configuration.imports.description": "Import CSS/JS files, as file paths.",
"extension.installVibrancy.title": "Enable Vibrancy",
"extension.uninstallVibrancy.title": "Disable Vibrancy",
"extension.updateVibrancy.title": "Reload Vibrancy",
"messages.firstload": "Welcome to use Vibrancy. Please read the README first. Click the button below to install.",
"messages.configupdate": "Config is changed, do you want to reload.",
"messages.enabled": "Vibrancy enabled. Restart to take effect. If Code complains about it is corrupted, CLICK DON\"T SHOW AGAIN. See README for more detail.",
"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 win10 are supported",
"messages.admin": "Apply changes failed, please run Visual Studio Code with administrator privileges, see README for more detail: ",
"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"
}