style: border radius 8px
This commit is contained in:
@@ -5,5 +5,9 @@ export default {
|
||||
'apikeys.form.expiretime': 'Expiration',
|
||||
'apikeys.table.name': 'Key Name',
|
||||
'apikeys.table.save.tips':
|
||||
'Make sure to copy your key immediately. You will not be able to see it again.'
|
||||
'Make sure to copy your key immediately. You will not be able to see it again.',
|
||||
'apikeys.form.expiration.7days': '7 days',
|
||||
'apikeys.form.expiration.1month': '1 month',
|
||||
'apikeys.form.expiration.6months': '6 months',
|
||||
'apikeys.form.expiration.never': 'never'
|
||||
};
|
||||
|
||||
@@ -4,5 +4,9 @@ export default {
|
||||
'apikeys.button.create': '新建 API 密钥',
|
||||
'apikeys.form.expiretime': '过期时间',
|
||||
'apikeys.table.name': '密钥名称',
|
||||
'apikeys.table.save.tips': '确保立即复制您的密钥。您将无法再次看到它!'
|
||||
'apikeys.table.save.tips': '确保立即复制您的密钥。您将无法再次看到它!',
|
||||
'apikeys.form.expiration.7days': '7天',
|
||||
'apikeys.form.expiration.1month': '1个月',
|
||||
'apikeys.form.expiration.6months': '6个月',
|
||||
'apikeys.form.expiration.never': '永不'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user