-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.nls.zh-CN.json
36 lines (35 loc) · 3 KB
/
package.nls.zh-CN.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
{
"$schema": "./nls-schema.json",
"configuration.type.description": "设置毛玻璃效果的类型。",
"configuration.type.auto.description": "自动",
"configuration.type.acrylic.description": "(仅限 Windows 10) Fluent design blur",
"configuration.type.macos-only.description": "(仅限 macOS)",
"configuration.type.macos-only-legacy.description": "已在 VSCode 1.86 中删除 (仅限 macOS)",
"configuration.opacity.description": "毛玻璃效果的透明度。",
"configuration.theme.description": "毛玻璃效果的主题样式。",
"configuration.enableAutoTheme.description": "根据操作系统模式启用自动暗/亮模式切换。要求同时启用 \"window.autoDetectColorScheme(自动检测颜色模式)\"。",
"configuration.imports.description": "自定义 CSS 或 JS 文件的路径。",
"configuration.refreshInterval.description": "试验性功能:改变背景颜色刷新率以避免在改变窗口大小后出现的闪屏,更改后需要 [卸载 -> 重启 -> 安装 -> 重启]才会生效",
"configuration.preventFlash.description": "另一种启用的途径,可以防止在改变窗口大小时闪屏。启用后不需要“刷新率”设置,但在某些情况下兼容性可能会降低。",
"extension.installVibrancy.title": "安装毛玻璃效果",
"extension.uninstallVibrancy.title": "卸载毛玻璃效果",
"extension.updateVibrancy.title": "重新安装毛玻璃效果",
"messages.firstload": "欢迎使用 Vibrancy,请先阅读 README,单击下面的按钮进行安装。",
"messages.updateNeeded": "Vibrancy 需要更新。点击下面的按钮进行更新。",
"messages.configupdate": "配置已更改,是否要重新加载。",
"messages.enabled": "已安装毛玻璃效果,重启后才能生效。如果 Visual Studio Code 提示”安装似乎损坏“,请点击“不再提示”。有关详细信息,请参阅自述文件。",
"messages.disabled": "毛玻璃已卸载并恢复为默认值。重启才能生效。",
"messages.already_disabled": "毛玻璃已经禁用。",
"messages.smthingwrong": "发生了预料之外的错误: ",
"messages.unsupported": "操作系统不支持,仅支持 macos 和 win10。",
"messages.admin": "无法应用更改,请使用管理员权限运行 Visual Studio Code,有关详细信息,请参阅自述文件: ",
"messages.recommendedColorTheme": "你当前的颜色主题是 \"%1\" ,而你的毛玻璃主题是为 \"%2\" 设计的!",
"messages.restartIde": "重启 Visual Studio Code",
"messages.installIde": "安装毛玻璃效果",
"messages.reloadIde": "重新加载",
"messages.changeColorThemeIde": "改变颜色主题",
"messages.noIde": "不要",
"messages.importError": "错误打开文件: \"%1\"",
"messages.htmlError": "workbench.html文件与预期的不同。请确保你没有其他的扩展程序来修改workbench.html文件。",
"messages.electronDeprecatedType": "在此版本的 VSCode 中,\"%1\" 类型已被弃用。请更新配置,使用受支持的类型。"
}