mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
24 lines
583 B
TypeScript
24 lines
583 B
TypeScript
const translation = {
|
|
from: '来自',
|
|
endpointsEnabled: '{{num}} 组端点已启用',
|
|
detailPanel: {
|
|
operation: {
|
|
install: '安装',
|
|
detail: '详情',
|
|
update: '更新',
|
|
info: '插件信息',
|
|
checkUpdate: '检查更新',
|
|
viewDetail: '查看详情',
|
|
remove: '移除',
|
|
},
|
|
actionNum: '{{num}} ACTIONS 已包含',
|
|
endpoints: 'Endpoints',
|
|
endpointsEmpty: '点击 \'+\' 按钮添加端点',
|
|
serviceOk: '服务正常',
|
|
disabled: '停用',
|
|
modelNum: '{{num}} 模型已包含',
|
|
},
|
|
}
|
|
|
|
export default translation
|