dockerzhang commented on code in PR #10636:
URL: https://github.com/apache/inlong/pull/10636#discussion_r1679015747


##########
inlong-dashboard/src/ui/locales/cn.json:
##########
@@ -771,9 +771,12 @@
   "pages.Clusters.Node.IsInstall": "安装方式",
   "pages.Clusters.Node.ManualInstall": "手动安装",
   "pages.Clusters.Node.SSHInstall": "SSH 安装",
+  "pages.Clusters.Node.IdentifyType": "认证方式",
   "pages.Clusters.Node.Username": "SSH 用户名",
   "pages.Clusters.Node.Password": "SSH 密码",
+  "pages.Clusters.Node.SSHKey": "SSH 密钥",
   "pages.Clusters.Node.SSHPort": "SSH 端口",
+  "pages.Clusters.Node.SSHKeyHelper": "请将公钥上传至 agent 节点的 
~/.ssh/authorized_keys 文件中",

Review Comment:
   ```suggestion
     "pages.Clusters.Node.SSHKeyHelper": "请将公钥上传至 Agent 节点的 
~/.ssh/authorized_keys 文件中",
   ```



##########
inlong-dashboard/src/ui/locales/en.json:
##########
@@ -771,9 +771,12 @@
   "pages.Clusters.Node.IsInstall": "Installation",
   "pages.Clusters.Node.ManualInstall": "Manual",
   "pages.Clusters.Node.SSHInstall": "SSH",
+  "pages.Clusters.Node.IdentifyType": "Identify Type",
   "pages.Clusters.Node.Username": "SSH Username",
+  "pages.Clusters.Node.SSHKey": "SSH Key",
   "pages.Clusters.Node.Password": "SSH Password",
   "pages.Clusters.Node.SSHPort": "SSH Port",
+  "pages.Clusters.Node.SSHKeyHelper": "Please upload the public key to the 
~/.ssh/authorized_keys file of the agent node",

Review Comment:
   ```suggestion
     "pages.Clusters.Node.SSHKeyHelper": "Please upload the public key to the 
~/.ssh/authorized_keys file of the Agent node",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to