This is an automated email from the ASF dual-hosted git repository. zhengqiwei pushed a commit to branch i18n_japanese_greenplum in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit ea70b951ca32877edb4914e20bc06fba5e6469d6 Author: Calvin <[email protected]> AuthorDate: Sat Jun 14 16:12:35 2025 +0800 [doc] japanese ftp --- hertzbeat-manager/src/main/resources/define/app-ftp.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hertzbeat-manager/src/main/resources/define/app-ftp.yml b/hertzbeat-manager/src/main/resources/define/app-ftp.yml index 83e4ca44b5..0deb961314 100644 --- a/hertzbeat-manager/src/main/resources/define/app-ftp.yml +++ b/hertzbeat-manager/src/main/resources/define/app-ftp.yml @@ -21,11 +21,13 @@ app: ftp name: zh-CN: FTP服务器 en-US: FTP Server + ja-JP: FTPサーバー # The description and help of this monitoring type help: zh-CN: Hertzbeat 对 FTP 服务器的通用指标进行测量监控。<br>您可以点击 “<i>新建 FTP服务器</i>” 并进行配置,或者选择“<i>更多操作</i>”,导入已有配置。 en-US: Hertzbeat monitoring FTP server through general performance metric. You could click the "<i>New FTP server</i>" button and proceed with the configuration or import an existing setup through the "<i>More Actions</i>" menu. zh-TW: Hertzbeat 對 FTP 伺服器的通用名額進行量測監控。<br>您可以點擊“<i>新建FTP伺服器</i>”並進行配寘,或者選擇“<i>更多操作</i>”,導入已有配寘。 + ja-JP: Hertzbeat は FTPサーバーの一般的なメトリック監視します。<br>「<i>新規 FTPサーバー</i>」をクリックしてパラメタを設定した後、新規することができます。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/ftp en-US: https://hertzbeat.apache.org/docs/help/ftp @@ -37,6 +39,7 @@ params: name: zh-CN: 目标Host en-US: Target Host + ja-JP: 目標ホスト # type-param field type(most mapping the html input type) type: host # required-true or false @@ -47,6 +50,7 @@ params: name: zh-CN: 端口 en-US: Port + ja-JP: ポート # type-param field type(most mapping the html input type) type: number # when type is number, range is required @@ -61,6 +65,7 @@ params: name: zh-CN: 用户名 en-US: Username + ja-JP: ユーザー名 type: text limit: 50 required: false @@ -69,6 +74,7 @@ params: name: zh-CN: 用户密码 en-US: Password + ja-JP: パスワード # type-param field type(most mapping the html input tag) type: password required: false @@ -77,6 +83,7 @@ params: name: zh-CN: 目录 en-US: Direction + ja-JP: ディレクション type: text limit: 100 required: true @@ -84,6 +91,7 @@ params: name: zh-CN: 超时时间 en-US: Timeout + ja-JP: タイムアウト type: number range: '[0,100000]' required: true @@ -93,6 +101,7 @@ params: name: zh-CN: 启用SFTP en-US: SFTP + ja-JP: SFTP利用 # type-param field type(most mapping the html input type) type: boolean # required-true or false @@ -104,6 +113,7 @@ metrics: i18n: zh-CN: 概要 en-US: Basic + ja-JP: 基本情報 # metrics scheduling priority(0->127)->(high->low), metrics with the same priority will be scheduled in parallel # priority 0's metrics is availability metrics, it will be scheduled first, only availability metrics collect success will the scheduling continue priority: 0 @@ -115,12 +125,14 @@ metrics: i18n: zh-CN: 活动状态 en-US: Is Active + ja-JP: 活動ステータス - field: responseTime type: 0 unit: ms i18n: zh-CN: 响应时间 en-US: Response Time + ja-JP: 応答時間 # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, sdk protocol: ftp # the config content when protocol is ftp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
