chore: completion remove stream

This commit is contained in:
jialin
2024-06-24 15:54:30 +08:00
parent 64683fdeb6
commit 4dcd11e119
6 changed files with 25 additions and 17 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export default {
'apikeys.title': 'API Keys',
'apikeys.button.create': 'New API Key',
'apikeys.form.expiretime': 'Expiration'
'apikeys.form.expiretime': 'Expiration',
'apikeys.table.name': 'Key Name'
};