-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.nls.zh-cn.json
81 lines (81 loc) · 5.51 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
72
73
74
75
76
77
78
79
80
81
{
"commands.SAS.addFileResource": "新文件...",
"commands.SAS.addFolderResource": "新文件夹...",
"commands.SAS.addProfile": "添加新的连接配置文件",
"commands.SAS.addToFavorites": "添加到我的收藏夹",
"commands.SAS.authorize": "登录",
"commands.SAS.close": "关闭当前会话",
"commands.SAS.collapseAll": "全部折叠",
"commands.SAS.convertNotebookToFlow": "转换为流...",
"commands.SAS.deleteProfile": "删除连接配置文件",
"commands.SAS.deleteResource": "删除",
"commands.SAS.deleteTable": "删除",
"commands.SAS.download": "下载",
"commands.SAS.emptyRecycleBin": "清空回收站",
"commands.SAS.file.new": "新 SAS 文件",
"commands.SAS.file.new.short": "SAS 文件",
"commands.SAS.notebook.export": "导出",
"commands.SAS.notebook.new": "新 SAS 笔记本",
"commands.SAS.notebook.new.short": "SAS 笔记本",
"commands.SAS.refresh": "刷新",
"commands.SAS.removeFromFavorites": "从我的收藏夹中删除",
"commands.SAS.renameResource": "重命名...",
"commands.SAS.restoreResource": "恢复",
"commands.SAS.run": "运行所有 SAS 代码",
"commands.SAS.runRegion": "运行区域",
"commands.SAS.runSelected": "运行选定或所有 SAS 代码",
"commands.SAS.switchProfile": "切换当前连接配置文件",
"commands.SAS.updateProfile": "更新连接配置文件",
"commands.SAS.upload": "上传",
"commands.SAS.uploadFiles": "上传文件",
"commands.SAS.uploadFolders": "上传文件夹",
"configuration.SAS.connectionProfiles": "定义连接配置文件以连接到 SAS 服务器。如果定义多个配置文件,您可以在它们之间进行切换。",
"configuration.SAS.connectionProfiles.activeProfile": "活动 SAS 连接配置文件",
"configuration.SAS.connectionProfiles.profiles": "SAS 连接配置文件",
"configuration.SAS.connectionProfiles.profiles.autoExec": "SAS 连接 AutoExec",
"configuration.SAS.connectionProfiles.profiles.autoExec.filePath": "SAS 连接 AutoExec 文件路径",
"configuration.SAS.connectionProfiles.profiles.autoExec.line": "SAS 连接 AutoExec 行",
"configuration.SAS.connectionProfiles.profiles.autoExec.type": "SAS 连接 AutoExec 类型",
"configuration.SAS.connectionProfiles.profiles.clientId": "SAS Viya 客户端 ID",
"configuration.SAS.connectionProfiles.profiles.clientSecret": "SAS Viya 客户端密钥",
"configuration.SAS.connectionProfiles.profiles.com.host": "SAS COM 连接主机",
"configuration.SAS.connectionProfiles.profiles.connectionType": "SAS 配置文件连接类型",
"configuration.SAS.connectionProfiles.profiles.context": "SAS Viya 上下文",
"configuration.SAS.connectionProfiles.profiles.endpoint": "SAS Viya 连接配置文件端点",
"configuration.SAS.connectionProfiles.profiles.iom.host": "SAS IOM 连接主机",
"configuration.SAS.connectionProfiles.profiles.iom.port": "SAS IOM 连接端口",
"configuration.SAS.connectionProfiles.profiles.iom.username": "SAS IOM 连接用户名",
"configuration.SAS.connectionProfiles.profiles.name": "SAS 连接配置文件名称",
"configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS 连接 SAS 选项",
"configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH 连接 SSH 主机",
"configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH 连接端口",
"configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH 连接私钥文件路径",
"configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH 连接可执行路径",
"configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH 连接用户名",
"configuration.SAS.flowConversionMode": "选择笔记本的转换模式",
"configuration.SAS.flowConversionModeNode": "将每个笔记本单元转换为一个节点",
"configuration.SAS.flowConversionModeSwimlane": "将每个笔记本单元转换为泳道",
"configuration.SAS.log.clearOnExecutionStart": "代码执行开始时清空 SAS 日志",
"configuration.SAS.log.showOnExecutionFinish": "代码执行完成时显示 SAS 日志",
"configuration.SAS.log.showOnExecutionStart": "代码执行开始时显示 SAS 日志",
"configuration.SAS.problems.log.enabled": "显示SAS日志中报告的问题",
"configuration.SAS.results.html.enabled": "启用/禁用 ODS HTML5 输出",
"configuration.SAS.results.html.style": "指定 ODS HTML5 结果的样式。",
"configuration.SAS.results.html.style.(auto)": "让扩展程序选择与颜色主题最匹配的样式。",
"configuration.SAS.results.html.style.(server default)": "默认为 SAS 服务器上配置的样式。",
"configuration.SAS.results.sideBySide": "将结果显示在代码旁边",
"configuration.SAS.results.singlePanel": "重复使用单个面板来显示结果",
"configuration.SAS.userProvidedCertificates": "提供受信任的 CA 证书文件",
"notebooks.SAS.htmlRenderer": "SAS HTML 渲染器",
"notebooks.SAS.logRenderer": "SAS 日志渲染器",
"notebooks.SAS.sasNotebook": "SAS 笔记本",
"themes.SAS.dark": "SAS 深色",
"themes.SAS.highContrast": "SAS 高对比度",
"themes.SAS.light": "SAS 浅色",
"views.SAS.explorer": "SAS 内容",
"views.SAS.libraries": "库",
"views.SAS.serverExplorer": "SAS 服务器",
"views.SAS.signIn": "登录",
"views.SAS.unsupportedConnection": "您的连接不支持 SAS Extension for Visual Studio Code 中的 SAS 内容导航。您只能使用资源管理器视图访问文件。",
"views.SAS.welcome": "要使用 SAS Extension for Visual Studio Code,您必须登录 SAS。\n[登录](command:SAS.authorize)"
}