-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
32 lines (32 loc) · 1.35 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
{
"cmd.home.title": "DBox: 首页",
"cmd.showExtensions.title": "DBox: 显示扩展",
"cmd.showEnabled.title": "DBox: 显示可用扩展",
"cmd.showDisabled.title": "DBox: 显示不可用扩展",
"title.pageTitle": "DBox Repo: 您的私有扩展仓库",
"title.installed": "已安装扩展",
"title.setting": "设置",
"title.showme": "显示详情",
"title.releasedon": "发布于:",
"title.lastupdated": "更新于:",
"title.install": "安装",
"title.details": "细节",
"title.changelog": "更改日志",
"title.cancel": "取消",
"title.submit": "提交",
"title.example": "示例",
"title.copy": "拷贝",
"title.repositoriesSetting": "仓库配置",
"title.repoSource": "来自于 ",
"table.head.id": "ID",
"table.thead.version": "版本",
"table.thead.description": "描述",
"table.thead.enabled": "是否可用",
"table.thead.repository": "仓库",
"example.description": "配置内容是一个JSON数组,每个元素有如下属性:",
"example.description.li1": "name,仓库的名字",
"example.description.li2": "type,[\"oss\", \"s3\", \"dropbox\"]中的某个值",
"example.description.li3": "options, 每个仓库类型的认证选项,关于更多细节可查看相应仓库的文档。",
"title.submitRepositories": "仓库配置已更新。",
"title.copySuccess": "已拷贝示例配置。"
}