From 73ce298d6a647785ff4d49b72dbc845f3f02f53d Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Mon, 27 Feb 2023 16:10:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20lina=20=E6=8F=90=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 5 +++-- src/i18n/langs/ja.json | 5 +++-- src/i18n/langs/zh.json | 3 ++- src/views/assets/Asset/AssetList/WebList.vue | 3 ++- src/views/assets/Asset/AssetList/components/BaseList.vue | 7 +++++++ 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 349e30282..108ff6112 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -290,6 +290,7 @@ "Domain": "Domain", "DomainDetail": "Domain detail", "DomainHelpMessage": "The domain function is added to address the fact that some environments (such as the hybrid cloud) cannot be connected directly by jumping on the gateway server.\nJMS => Domain gateway => Target assets", + "WebHelpMessage": "Web type assets depend on remote applications. Please go to System Settings to configure the publisher in the remote application.", "FullName": "Full name", "Gateway": "Gateway", "GatewayList": "Gateway", @@ -999,7 +1000,7 @@ "ManualInput": "Manual input", "SameAccount": "Same account", "SpecifyAccounts": "Specify accounts", - "AccountsHelp": "All accounts: accounts exists on the asset; Specify accounts: specify accounts by username;Manual input: username/password; Same account: The account username name same with login user", + "AccountsHelp": "All accounts: accounts exists on the asset; Specify accounts: specify the user name of the account under the asset;Manual input: username/password; Same account: The account username name same with login user", "Input": "Input", "permAccount": "Accounts", "Actions": "Actions", @@ -2061,4 +2062,4 @@ "PublishStatus": "Publish status", "NoPublished": "Unpublished" } -} \ No newline at end of file +} diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 18950bb93..282b49ca7 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -283,6 +283,7 @@ "Domain": "ドメイン", "DomainDetail": "ドメインの詳細", "DomainHelpMessage": "ドメイン機能は、一部の環境 (ハイブリッドクラウドなど) が直接接続できないことを解決するために追加された機能で、ゲートウェイサーバを介してジャンプ登録を行うのが原理です。JMS => ドメインゲートウェイ => ターゲット資産", + "WebHelpMessage": "Web タイプ資産はリモートアプリケーションに依存しており、システム設定のリモートアプリケーションでパブリッシャを構成してください。", "FullName": "フルネーム", "Gateway": "ゲートウェイ", "GatewayProtocolHelpText": "SSHゲートウェイ、プロキシSSH、RDP、VNCをサポート", @@ -997,7 +998,7 @@ "ManualInput": "手動入力", "SameAccount": "同じ名前のアカウント", "SpecifyAccounts": "入力の指定", - "AccountsHelp": "すべてのアカウント: アカウントはアセットに存在します。 アカウントの指定: ユーザー名でアカウントを指定します。手入力: ユーザー名/パスワード; 同一アカウント:ログインユーザーと同じアカウントのユーザー名", + "AccountsHelp": "すべてのアカウント: アカウントはアセットに存在します。 アカウントの指定: 資産の下のアカウントのユーザー名を指定します。手入力: ユーザー名/パスワード; 同一アカウント:ログインユーザーと同じアカウントのユーザー名", "Input": "入力", "permAccount": "認定アカウント", "Actions": "アクション", @@ -2051,4 +2052,4 @@ "PublishStatus": "投稿ステータス", "NoPublished": "未発表" } -} \ No newline at end of file +} diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 3114bf88f..237a31726 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -297,6 +297,7 @@ "Domain": "网域", "DomainDetail": "网域详情", "DomainHelpMessage": "网域功能是为了解决部分环境(如:混合云)无法直接连接而新增的功能,原理是通过网关服务器进行跳转登录。JMS => 网域网关 => 目标资产", + "WebHelpMessage": "Web 类型资产依赖于远程应用,请前往系统设置在远程应用中配置发布机。", "FullName": "全称", "Gateway": "网关", "GatewayProtocolHelpText": "SSH网关,支持代理SSH,RDP和VNC", @@ -989,7 +990,7 @@ }, "perms": { "": "", - "AccountsHelp": "所有账号: 资产上添加的账号; 指定账号:指定账号的用户名;手动输入: 用户名/密码 手动输入; 同名账号: 与被授权人用户名相同的账号;", + "AccountsHelp": "所有账号: 资产上添加的账号; 指定账号:指定资产下账号的用户名;手动输入: 用户名/密码 手动输入; 同名账号: 与被授权人用户名相同的账号;", "AllAccounts": "所有账号", "ManualInput": "手动输入", "SameAccount": "同名账号", diff --git a/src/views/assets/Asset/AssetList/WebList.vue b/src/views/assets/Asset/AssetList/WebList.vue index 80590ea9d..c72e96640 100644 --- a/src/views/assets/Asset/AssetList/WebList.vue +++ b/src/views/assets/Asset/AssetList/WebList.vue @@ -27,7 +27,8 @@ export default { width: '100px' } } - } + }, + helpMessage: this.$t('assets.DomainHelpMessage') } } } diff --git a/src/views/assets/Asset/AssetList/components/BaseList.vue b/src/views/assets/Asset/AssetList/components/BaseList.vue index 1e63812c2..e02b648c4 100644 --- a/src/views/assets/Asset/AssetList/components/BaseList.vue +++ b/src/views/assets/Asset/AssetList/components/BaseList.vue @@ -1,5 +1,8 @@