diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 37f8d37e1..540a5a28a 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -176,7 +176,7 @@ "AuthUserAttrMapHelpText": "The key on the left belongs to the jumpserver user properties, and the value on the right belongs to the authentication platform user properties", "Authentication": "Authentication", "AutoPush": "Auto push", - "Automations": "Automations", + "Automation": "Automation | Automations", "AverageTimeCost": "Average spend time", "AwaitingMyApproval": "Assigned", "Azure": "Azure (China)", @@ -657,6 +657,7 @@ "InterfaceSettings": "Appearance", "Interval": "Interval", "IntervalOfCreateUpdatePage": "Unit: hour", + "Integration": "Integration", "InvalidJson": "Invalid json", "InviteSuccess": "Invitation successful", "InviteUser": "Invite", @@ -1072,6 +1073,11 @@ "RunningSummary": "Running summary", "SCP": "Sangfor cloud platform", "SMS": "Message", + "AccountPushTask": "Account push task | Account push tasks", + "DiscoverAccountTask": "Account discovery task | Account discovery tasks", + "ChangeSecretTask": "Change secret task | Change secret tasks", + "AccountBackupTask": "Account backup task | Account backup tasks", + "ExecutionHistory": "Execution history", "SMSProvider": "SMS service provider", "SMTP": "Server", "SPECIAL_CHAR_REQUIRED": "Must contain special characters", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 3986a318a..88e04bcfb 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -168,7 +168,7 @@ "AuthUserAttrMapHelpText": "左侧的键为 JumpServer 用户属性,右侧的值为认证平台用户属性", "Authentication": "认证", "AutoPush": "自动推送", - "Automations": "自动化", + "Automation": "自动化", "AverageTimeCost": "平均花费时间", "AwaitingMyApproval": "待我审批", "Azure": "Azure (中国)", @@ -635,6 +635,7 @@ "InterfaceSettings": "界面设置", "Interval": "间隔", "IntervalOfCreateUpdatePage": "单位:时", + "Integration": "应用集成", "InvalidJson": "不是合法 JSON", "InviteSuccess": "邀请成功", "InviteUser": "邀请用户", @@ -1049,6 +1050,11 @@ "RunningPathHelpText": "填写脚本的运行路径,此设置仅 shell 脚本生效", "RunningTimes": "最近5次运行时间", "RunningSummary": "运行中", + "AccountPushTask": "账号推送任务", + "DiscoverAccountTask": "账号发现任务", + "ChangeSecretTask": "账号改密任务", + "AccountBackupTask": "账号备份任务", + "ExecutionHistory": "执行历史", "SCP": "深信服云平台", "SMS": "短信", "SMSProvider": "短信服务商",