diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 47587b9b0..c792c3e2c 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -213,7 +213,7 @@ "CeleryTaskLog": "Celery Task Log", "Certificate": "Certificate", "CertificateKey": "Client Key", - "ChangeCredentials": "Change Credentials", + "ChangeCredentials": "Change Secrets", "ChangeField": "Change Field", "ChangeOrganization": "Change organization", "ChangePassword": "Change Password", @@ -388,11 +388,12 @@ "Domain": "Domain", "DomainCreate": "Create a Domain", "DomainEnabled": "Enable Domain", - "DomainHelpMessage": "Domain function is designed to solve the problem that some environments (such as: hybrid cloud) cannot be directly connected, and a new function is added. The principle is to log in through the gateway server. Server -> Domain Gateway -> Target Assets.", + "DomainHelpMessage": "Domain function is designed to solve the problem that some environments (such as: hybrid cloud) cannot be directly connected, and a new function is added. The principle is to log in through the gateway server.

Server -> Domain Gateway -> Target Assets", "DomainList": "Domains", "DomainUpdate": "Update the Domain", "Download": "Download", "DownloadCenter": "Download Center", + "AddAccountByTemplate": "Add account from template", "DownloadFTPFileTip": "The current action does not record files, or the file size exceeds the threshold (default 100M), or it has not yet been saved to the corresponding storage", "DownloadImportTemplateMsg": "Download creation template", "DownloadReplay": "Download Recording", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 394c25ffb..4380ac988 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -364,7 +364,7 @@ "Domain": "网域", "DomainCreate": "创建网域", "DomainEnabled": "启用网域", - "DomainHelpMessage": "网域功能是为了解决部分环境(如:混合云)无法直接连接而新增的功能,原理是通过网关服务器进行跳转登录。JMS => 网域网关 => 目标资产", + "DomainHelpMessage": "网域功能是为了解决部分环境(如:混合云)无法直接连接而新增的功能,原理是通过网关服务器进行跳转登录。

JMS => 网域网关 => 目标资产", "DomainList": "网域列表", "DomainUpdate": "更新网域", "Download": "下载", @@ -1204,4 +1204,4 @@ "Workspace": "工作空间", "Yes": "是", "ZStack": "ZStack" -} \ No newline at end of file +}