16 lines
535 B
TypeScript
16 lines
535 B
TypeScript
export default {
|
|
'models.button.deploy': '部署模型',
|
|
'models.title': '模型',
|
|
'models.title.edit': '编辑模型',
|
|
'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': '实例'
|
|
};
|