Skip to content

Commit 5aa398b

Browse files
scottdoverscnwwu
andauthored
chore: add zh-cn translations
Co-authored-by: Wei Wu <[email protected]>
1 parent 7948f5b commit 5aa398b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

l10n/bundle.l10n.zh-cn.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Cannot call self on object with no id": "无法在没有id的对象上调用self",
88
"Cannot connect to SAS Studio service": "无法连接到 SAS Studio 服务",
99
"Cannot find file: {file}": "无法找到文件: {file}",
10-
"Choose output type to save": "Choose output type to save",
10+
"Choose output type to save": "选择要保存的输出类型",
1111
"Choose where to save your files.": "选择保存文件的位置。",
1212
"Client ID": "客户端ID",
1313
"Client Secret": "客户端密钥",
@@ -96,9 +96,9 @@
9696
"SAS code running...": "SAS代码正在运行...",
9797
"SQL Program": "SQL 程序",
9898
"Save": "保存",
99-
"Save Log": "Save Log",
100-
"Save ODS HTML": "Save ODS HTML",
101-
"Saved to {0}": "Saved to {0}",
99+
"Save Log": "保存日志",
100+
"Save ODS HTML": "保存 ODS HTML",
101+
"Saved to {0}": "已保存至 {0}",
102102
"Saving {itemName}.": "保存 {itemName}.",
103103
"Select a Connection Type": "选择连接类型",
104104
"Select a Connection Type.": "选择连接类型。",
@@ -124,7 +124,7 @@
124124
"The output file name must end with the .flw extension.": "输出文件名必须以 .flw 扩展名结尾。",
125125
"The {selected} SAS connection profile has been deleted from the settings.json file.": "已从settings.json文件中删除{selected} SAS连接配置文件。",
126126
"There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS程序执行出错。请参见[开发控制台日志](command:workbench.action.toggleDevTools)获取更多信息。",
127-
"This folder contains unsaved files, are you sure you want to delete?": "This folder contains unsaved files, are you sure you want to delete?",
127+
"This folder contains unsaved files, are you sure you want to delete?": "此文件夹包含未保存的文件,您确定要删除吗?",
128128
"This platform does not support this connection type.": "该平台不支持该连接类型。",
129129
"To use the SSH Agent or a password, leave blank.": "要使用 SSH 代理或密码,请留空。",
130130
"Unable to add file to my folder.": "无法将文件添加到我的文件夹。",
@@ -148,6 +148,6 @@
148148
"View SAS Table": "查看 SAS 表",
149149
"You can also specify connection profile using the settings.json file.": "您还可以使用settings.json文件指定连接配置文件。",
150150
"You must save your file before you can rename it.": "您必须先保存文件,然后才能重命名它。",
151-
"output": "output",
151+
"output": "输出",
152152
"{basename}_Copy{number}{ext}": "{basename}_副本{number}{ext}"
153153
}

package.nls.zh-cn.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"commands.SAS.notebook.export": "导出",
1919
"commands.SAS.notebook.new": "新 SAS 笔记本",
2020
"commands.SAS.notebook.new.short": "SAS 笔记本",
21-
"commands.SAS.notebook.saveOutput": "Save Output",
21+
"commands.SAS.notebook.saveOutput": "保存输出",
2222
"commands.SAS.refresh": "刷新",
2323
"commands.SAS.removeFromFavorites": "从我的收藏夹中删除",
2424
"commands.SAS.renameResource": "重命名...",
@@ -67,11 +67,11 @@
6767
"configuration.SAS.log.showOnExecutionStart": "代码执行开始时显示 SAS 日志",
6868
"configuration.SAS.notebook.export.includeLog": "在导出的笔记本中包含 SAS 日志",
6969
"configuration.SAS.problems.log.enabled": "显示SAS日志中报告的问题",
70-
"configuration.SAS.results.html.custom.style": "Specifies which SAS style to use for the light, dark, highContrast, or highContrastLight themes. This option takes effect when `#SAS.results.html.style#` is set to `(auto)`.",
71-
"configuration.SAS.results.html.custom.style.dark": "Style to use for dark theme",
72-
"configuration.SAS.results.html.custom.style.highContrast": "Style to use for high contrast theme",
73-
"configuration.SAS.results.html.custom.style.highContrastLight": "Style to use for high contrast light theme",
74-
"configuration.SAS.results.html.custom.style.light": "Style to use for light theme",
70+
"configuration.SAS.results.html.custom.style": "指定浅色、深色、高对比度或高对比度浅色主题使用的 SAS 样式。当`#SAS.results.html.style#`设置为`(auto)`时,此选项生效。",
71+
"configuration.SAS.results.html.custom.style.dark": "用于深色主题的样式",
72+
"configuration.SAS.results.html.custom.style.highContrast": "用于高对比度主题的样式",
73+
"configuration.SAS.results.html.custom.style.highContrastLight": "用于高对比度浅色主题的样式",
74+
"configuration.SAS.results.html.custom.style.light": "用于浅色主题的样式",
7575
"configuration.SAS.results.html.enabled": "启用/禁用 ODS HTML5 输出",
7676
"configuration.SAS.results.html.style": "指定 ODS HTML5 结果的样式。",
7777
"configuration.SAS.results.html.style.(auto)": "让扩展程序选择与颜色主题最匹配的样式。",

0 commit comments

Comments
 (0)