diff --git a/frontend/src/business/components/common/components/MsScheduleEdit.vue b/frontend/src/business/components/common/components/MsScheduleEdit.vue index c75224158b..853cf166c9 100644 --- a/frontend/src/business/components/common/components/MsScheduleEdit.vue +++ b/frontend/src/business/components/common/components/MsScheduleEdit.vue @@ -1,135 +1,227 @@ diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 0ec14010a0..cfa5d43316 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1,5 +1,6 @@ export default { commons: { + help_documentation: 'Help documentation', delete_cancelled: 'Delete cancelled', workspace: 'Workspace', organization: 'Organization', @@ -805,6 +806,12 @@ export default { mapping_cannot_be_empty: 'LDAP mapping cannot be empty', }, schedule: { + input_email: "Please input email account", + event: "event", + receiving_mode: "Receiving mode", + receiver: "Receiver", + operation: "operation", + task_notification: "Task notification", not_set: "Not Set", next_execution_time: "Next Execution Time", edit_timer_task: "Edit Timer Task", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 974ac9d8ab..58b2d3d427 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -1,5 +1,6 @@ export default { commons: { + help_documentation: '帮助文档', delete_cancelled: '已取消删除', workspace: '工作空间', organization: '组织', @@ -807,6 +808,12 @@ export default { password_cannot_be_empty: 'LDAP 密码不能为空', }, schedule: { + input_email: "请输入邮箱账号", + event: "事件", + receiving_mode: "接收方式", + receiver: "接收人", + operation: "操作", + task_notification: "任务通知", not_set: "未设置", test_name: '测试名称', running_rule: '运行规则', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 681aa06395..9471dc4b33 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -1,5 +1,6 @@ export default { commons: { + help_documentation: '幫助文檔', delete_cancelled: '已取消删除', workspace: '工作空間', organization: '組織', @@ -804,6 +805,12 @@ export default { mapping_cannot_be_empty: 'LDAP 用戶屬性映射不能為空', }, schedule: { + input_email: "請輸入郵箱帳號", + event: "事件", + receiving_mode: "接收管道", + receiver: "接收人", + operation: "操作", + task_notification: "任務通知", not_set: "未設置", next_execution_time: "下次執行時間", edit_timer_task: "編輯定時任務",