From 6ae70c8c4195ebaa54f30f1546c35e57a4ab86d8 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 7 Jul 2020 14:41:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E4=BF=AE=E6=94=B9=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 4 ++-- src/i18n/langs/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 40e85c179..3244aa87f 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -825,12 +825,13 @@ "Username": "用户名" }, "Cloud": { + "IsAlwaysUpdate": "资产信息保持最新", "AccountCreate": "创建账户", "AccountList": "账户列表", "AccountUpdate": "更新账户", "Cloud": "云管中心", "CloudCenter": "云管中心", - "CoveredAlwaysHelpTips": "资产信息总是被覆盖", + "IsAlwaysUpdateHelpTips": "每次执行同步任务时,是否同步更新资产的信息,包括主机名、IP、系统平台、管理用户", "SyncInstanceTaskCreate": "创建同步实例任务", "SyncInstanceTaskList": "同步实例任务列表", "SyncInstanceTaskDetail": "同步实例任务详情", @@ -843,7 +844,6 @@ "Account":"账户", "Node": "节点", "AdminUser":"管理用户", - "CoveredAlways": "总是覆盖", "Periodic":"执行周期", "PeriodicPerform":"定时执行", "RegularlyPerform": "定期执行", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 3f877094e..2c4e95852 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -823,12 +823,13 @@ "Username": "Username" }, "Cloud": { + "IsAlwaysUpdate": "Asset info is kept up-to-date", "AccountCreate": "Create account", "AccountList": "Account list", "AccountUpdate": "Update account", "Cloud": "Cloud center", "CloudCenter": "Cloud center", - "CoveredAlwaysHelpTips": "The asset information is always covered", + "IsAlwaysUpdateHelpTips": "Whether the asset information, including Hostname, IP, Platform, and AdminUser, is updated synchronously each time a synchronization task is performed", "SyncInstanceTaskCreate": "Create sync instance task", "SyncInstanceTaskList": "Sync instance task list", "SyncInstanceTaskDetail": "Sync instance task detail", @@ -841,7 +842,6 @@ "Account":"Account", "Node": "Node", "AdminUser":"Admin user", - "CoveredAlways": "Covered always", "PeriodicPerform":"Periodic perform", "Periodic":"Periodic", "RegularlyPerform": "Regularly perform",