chore: languages settings
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
export default {
|
||||
'models.button.deploy': 'Deploy Model'
|
||||
'models.button.deploy': '部署模型',
|
||||
'models.title': '模型',
|
||||
'models.table.models': '模型',
|
||||
'models.table.name': '模型名称',
|
||||
'models.form.source': '来源',
|
||||
'models.form.repoid': '仓库 ID',
|
||||
'models.form.repoid.desc': '只支持 .gguf 格式',
|
||||
'models.form.filename': '文件名',
|
||||
'models.form.replicas': '副本数',
|
||||
'models.form.s3address': 'S3 地址',
|
||||
'models.openinplayground': '在 Playground 中打开',
|
||||
'models.instances': '实例'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user