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
+3 -1
View File
@@ -1,3 +1,4 @@
import apikeys from './en-US/apikeys';
import common from './en-US/common';
import menu from './en-US/menu';
import models from './en-US/models';
@@ -9,5 +10,6 @@ export default {
...menu,
...models,
...playground,
...resources
...resources,
...apikeys
};
+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'
};
+3 -1
View File
@@ -1,4 +1,5 @@
import menu from './en-US/menu';
import apikeys from './zh-CN/apikeys';
import common from './zh-CN/common';
import models from './zh-CN/models';
import playground from './zh-CN/playground';
@@ -9,5 +10,6 @@ export default {
...menu,
...models,
...playground,
...resources
...resources,
...apikeys
};
+2 -1
View File
@@ -1,5 +1,6 @@
export default {
'apikeys.title': 'API 密钥',
'apikeys.button.create': '新建 API 密钥',
'apikeys.form.expiretime': '过期时间'
'apikeys.form.expiretime': '过期时间',
'apikeys.table.name': '密钥名称'
};