diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 5573af9687483762fcc95bf26294466c4f96a3d9..be7c3ecca664f878a2225d23a58ecc36911aa8d2 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -28,17 +28,37 @@ export default { interface_edit:'Edit', interface_delete:'Delete', no_data:'No data', - upload_semantic_interface:'Upload Semantic Interface', - edit_semantic_interface:'Edit Semantic Interface', - view_semantic_interface:'View Semantic Interface', - choose_file:"Choose file", - tip1:'Drag the file here or', - tip2:'Format: YAML, size < 2M', + upload_semantic_interface:'Upload Interface', + edit_semantic_interface:'Edit Interface', + view_semantic_interface:'View Interface', cancel:'Cancel', submit:'Submit', edit:"Edit", analyze:'Analyze', }, + app:{ + app_center:'App Center', + all_select:'All', + app_name:'App name', + app_introduction:'App introduction', + username:'Username', + app_search:'Search', + app_upload:'Upload', + all_app:'All App', + my_upload:'My upload', + my_favorite:'My favorite', + app_edit:'Edit', + app_delete:'Delete', + no_data:'No data', + upload_app:'Upload App', + edit_app:'Edit App', + view_app:'View App', + cancel:'Cancel', + submit:'Submit', + edit:"Edit", + analyze:'Analyze', + unpublished:'Unpublished', + }, main: { describe1:"Hi! I'm", describe2:", and I'm happy to be of service.", @@ -213,6 +233,10 @@ export default { flow_end: "Workflow completed", flow_params_error: "Missing parameters", flow_pause: "Workflow paused", + }, + pagination: { + prev: 'Previous', + next: 'Next', } } \ No newline at end of file diff --git a/src/i18n/lang/zh-cn.ts b/src/i18n/lang/zh-cn.ts index 885081047c80c8c64ac4abbbb6105c8d3932f734..027db36d91e2a817326b08378e93f04a8d12c16a 100644 --- a/src/i18n/lang/zh-cn.ts +++ b/src/i18n/lang/zh-cn.ts @@ -1,3 +1,5 @@ +import { appApi } from "srcapis/paths"; + export default { home: { name: 'EulerCopilot', @@ -41,6 +43,29 @@ export default { edit:"编辑", analyze:'解析', }, + app:{ + app_center:'应用中心', + all_select:'全部', + app_name:'应用名称', + app_introduction:'应用简介', + username:'用户名称', + app_search:'搜索', + app_upload:'上传', + all_app:'全部应用', + my_upload:'我的上传', + my_favorite:'我的收藏', + app_edit:'编辑', + app_delete:'删除', + no_data:'暂无数据', + upload_app:'上传应用', + edit_app:'编辑应用', + view_app:'查看应用', + cancel:'取消', + submit:'确定', + edit:"编辑", + analyze:'解析', + unpublished:'未发布', + }, main: { describe1: '你好,我是', describe2: ',很高兴为你服务', @@ -215,5 +240,9 @@ export default { flow_end: "工作流结束", flow_params_error: "缺少参数", flow_pause: "工作流暂停", + }, + pagination: { + prev: 'Previous', + next: 'Next', } } diff --git a/src/views/app/index.vue b/src/views/app/index.vue index 821ea03ab96eb724e996dbc6a0370f4226420cfa..feca5603183cf7f21c6aeef1cd27fb68abd70dd3 100644 --- a/src/views/app/index.vue +++ b/src/views/app/index.vue @@ -1,37 +1,37 @@