Merge pull request #541 from SuanmoSuanyangTechnology/fix/v0.2.7_zy

fix(web): update i18n
This commit is contained in:
yingzhao
2026-03-12 17:02:37 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1370,7 +1370,7 @@ export const en = {
gotoList: 'Return to Application List',
gotoDetail: 'View Details',
dify: 'Dify',
pleaseUploadFile: 'Please upload workflow file',
pleaseUploadFile: 'Please upload file',
},
userMemory: {
userMemory: 'User Memory',

View File

@@ -754,7 +754,7 @@ export const zh = {
gotoList: '返回应用列表',
gotoDetail: '查看详情',
dify: 'Dify',
pleaseUploadFile: '请上传工作流文件',
pleaseUploadFile: '请上传文件',
},
table: {
totalRecords: '共 {{total}} 条记录'