-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.nls.zh-cn.json
71 lines (71 loc) · 6.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"displayName": "Syncing",
"description": "在多台设备之间同步您的所有 VSCode 配置。",
"configuration.title": "Syncing",
"configuration.syncing.excludedExtensions": "通过该配置项,您可以排除特定的 VSCode 扩展,以防它们被同步。例如:\n[\n \"somepublisher.*\",\n \"nonoroazoro.syncing\"\n]\n这样一来 `nonoroazoro.syncing`(也就是本扩展)以及所有属于 `somepublisher` 这个作者的扩展就不会再被同步啦。",
"configuration.syncing.excludedSettings": "通过该配置项,您可以排除特定的 VSCode 配置项,以防它们被同步。例如:\n[\n \"editor.*\",\n \"workbench.colorTheme\"\n]\n这样一来您的 VSCode 主题(`workbench.colorTheme`)以及所有与编辑器(`editor`)相关的配置项就不会再被同步啦。",
"configuration.syncing.extensions.autoUpdate": "通过该配置项,可以让 Syncing 在同步时自动升级您的 VSCode 扩展。",
"configuration.syncing.pokaYokeThreshold": "通过配置该阈值,每次同步配置时,Syncing 都会检查您的本地和云端配置间的差异量。\n如果超出该阈值,就会显示一个确认对话框,以防错误的覆盖您的配置。\n该配置项的默认值是 10。将其设置为 0 可以关闭该功能。",
"configuration.syncing.separateKeybindings": "通过该配置项,可以决定是否让 Syncing 按照设备操作系统的不同来分开同步您的`快捷键配置`。\n鉴于 VSCode 从 1.27 版本开始提供了 `Platform Specific Keybindings` 功能,您现在可以关闭该功能了。\n注意:在关闭该功能之前,请务必确保您已经手动合并了现有的快捷键配置。",
"commands.uploadSettings": "Syncing: 上传配置",
"commands.downloadSettings": "Syncing: 下载配置",
"commands.openSettings": "Syncing: 打开配置文件",
"toast.box.choose.gist.download": "请选择一个 Gist 以下载您的配置",
"toast.box.choose.gist.upload": "请选择一个 Gist 来上传您的配置",
"toast.box.enter.gist.id.description": "Syncing 会用该 Gist 来同步您的配置",
"toast.box.enter.gist.id.download": "请输入 Gist ID",
"toast.box.enter.gist.id.manually": "手动输入 Gist ID...",
"toast.box.enter.gist.id.upload": "请输入 Gist ID(如果您想让 Syncing 自动创建一个新的 Gist,请留空)",
"toast.box.enter.github.token.description": "Syncing 会用该 Token 来访问您的 Gist",
"toast.box.enter.github.token.download": "请输入您的 GitHub Personal Access Token(如果您想从一个公开的 Gist 下载配置,请留空)",
"toast.box.enter.github.token.upload": "请输入您的 GitHub Personal Access Token",
"toast.box.gist.last.uploaded": "最后上传于 {0}",
"toast.box.reload": "重新加载窗口",
"toast.box.reload.message": "配置已成功同步,请重新加载 VSCode 以让配置生效。",
"toast.settings.autoSync.checkingSettings": "Syncing: 正在自动检查您的配置...",
"toast.settings.autoSync.failed": "Syncing: 自动同步失败: {0}",
"toast.settings.autoSync.nothingChanged": "Syncing: 未检测到任何配置变更,您已正在使用最新配置。",
"toast.settings.checking.remote": "Syncing: 正在检查云端配置",
"toast.settings.checking.remote.gists": "Syncing: 正在检查云端配置",
"toast.settings.gathering.local": "Syncing: 正在收集本地配置",
"toast.settings.downloaded": "Syncing: 下载完成",
"toast.settings.downloading": "Syncing: 正在下载配置",
"toast.settings.downloading.canceled": "Syncing: 下载已被取消: {0}",
"toast.settings.downloading.extension": "Syncing: 正在下载扩展: {0}",
"toast.settings.downloading.failed": "Syncing: 下载失败: {0}",
"toast.settings.uploaded": "Syncing: 上传完成",
"toast.settings.uploading": "Syncing: 正在上传配置",
"toast.settings.uploading.canceled": "Syncing: 上传已被取消: {0}",
"toast.settings.uploading.failed": "Syncing: 上传失败: {0}",
"toast.settings.installing.extension": "Syncing: 正在安装扩展: {0}",
"toast.settings.uninstalling.extension": "Syncing: 正在卸载扩展: {0}",
"toast.settings.removing.outdated.extension": "Syncing: 正在卸载已过期的扩展: {0}",
"toast.syncing.checking.settings": "Syncing: 正在检查 Syncing 的配置",
"toast.syncing.save.settings": "Syncing: 无法保存 Syncing 的配置: {0}",
"error.initialization": "Syncing: 初始化失败: {0}",
"error.abort.synchronization": "您已取消同步",
"error.check.gist.id": "请检查您的 Gist ID",
"error.check.github.token": "请检查您的 GitHub Personal Access Token",
"error.check.internet": "请检查您的网络连接或代理配置",
"error.no.gist.id": "未设置 Gist ID",
"error.no.github.token": "未设置 GitHub Personal Access Token",
"error.env.platform.not.supported": "暂时还不支持您的操作系统",
"error.env.unknown.vscode": "无法识别当前 VSCode 版本",
"error.extract.extension-1": "无法解压缩扩展: {0}。{1}",
"error.extract.extension-2": "无法解压缩扩展: {0}。访问系统临时目录时被拒绝,请检查您的用户权限",
"error.extract.extension-3": "无法解压缩扩展: {0}。未找到安装扩展所需的压缩文件",
"error.gist.notfound": "在 Gist 中未找到该 ID: {0}",
"error.gist.files.notfound": "在您的 Gist 中未找到任何配置文件",
"error.invalid.settings": "以下 VSCode 配置已失效,将会被忽略: {0}",
"error.loading.settings": "Syncing: 载入 VSCode 配置文件时发生错误: {0}。\n{1}",
"error.loading.snippets": "Syncing: 载入代码片段文件时发生错误",
"error.loading.syncing.settings": "Syncing: 无法载入 Syncing 的配置",
"error.remove.file": "无法删除文件: {0} : {1}",
"error.save.file": "无法保存文件: {0} : {1}",
"error.uninstall.extension": "无法卸载扩展: {0}",
"pokaYoke.cancel": "取消",
"pokaYoke.continue.download": "继续下载",
"pokaYoke.continue.download.message": "即将下载的配置与本地配置之间存在较大差异,确定要继续下载并覆盖本地配置吗?",
"pokaYoke.continue.upload": "继续上传",
"pokaYoke.continue.upload.message": "即将上传的配置与云端配置之间存在较大差异,确定要继续上传并覆盖云端配置吗?"
}