-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathapikeys.ts
More file actions
23 lines (23 loc) · 1.01 KB
/
apikeys.ts
File metadata and controls
23 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export default {
'apikeys.title': 'API 密钥',
'apikeys.table.apikeys': '密钥',
'apikeys.button.create': '添加 API 密钥',
'apikeys.title.save': '保存 API 密钥',
'apikeys.form.expiretime': '过期时间',
'apikeys.form.apikey': 'API 密钥',
'apikeys.form.keytype': '密钥类型',
'apikeys.form.keytype.auto': '自动生成',
'apikeys.form.keytype.custom': '自定义',
'apikeys.form.customkey': '自定义 API 密钥',
'apikeys.form.customkey.minlength': '自定义 API 密钥不能为空',
'apikeys.table.name': '密钥名称',
'apikeys.table.save.tips': '确保立即复制您的密钥。您将无法再次看到它!',
'apikeys.form.expiration.7days': '7天',
'apikeys.form.expiration.1month': '1个月',
'apikeys.form.expiration.6months': '6个月',
'apikeys.form.expiration.never': '永不过期',
'apikeys.table.bindModels': '模型访问',
'apikeys.models.all': '所有模型',
'apikeys.models.selected': '指定模型',
'apikeys.models.noModelsFound': '未找到模型'
};