This is an automated email from the ASF dual-hosted git repository. zhengqiwei pushed a commit to branch i18n_japanese_opengauss in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 535988ea15ef8e70cf011f275ca0052edde1dcc6 Author: Calvin <[email protected]> AuthorDate: Wed Jul 30 00:04:05 2025 +0800 [doc] add japanese i18n in app-openai.yml --- .../src/main/resources/define/app-openai.yml | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/hertzbeat-manager/src/main/resources/define/app-openai.yml b/hertzbeat-manager/src/main/resources/define/app-openai.yml index e4b281dfa7..ccf52bc1d8 100644 --- a/hertzbeat-manager/src/main/resources/define/app-openai.yml +++ b/hertzbeat-manager/src/main/resources/define/app-openai.yml @@ -21,11 +21,13 @@ app: openai name: zh-CN: OpenAI 监控 en-US: OpenAI + ja-JP: OpenAI # The description and help of this monitoring type help: zh-CN: HertzBeat 将调用 OpenAI API 接口,监测账户、账单、大模型 API 使用情况等数据。会话密钥获取请见使用指南。<br>您可以先点击“新增 OpenAI API”按钮并进行配置,或在“更多操作”中导入已有配置。 en-US: HertzBeat will call the OpenAI API interface to monitor account, billing, and usage data of LLM API, etc. Please refer to the user guide for session key acquisition.<br>You can click the "Add OpenAI API" button to configure it first, or import existing configurations in the "More Actions" section. zh-TW: HertzBeat 將調用 OpenAI API 接口,監測帳戶、帳單、大模型 API 使用情況等數據。請參閱使用指南以獲取會話密鑰。<br>您可以先點擊“新增 OpenAI API”按鈕並進行配置,或在“更多操作”中導入已有配置。 + ja-JP: Hertzbeatは、OpenAI APIを呼び出してメトリクスを監視します。<br>「<i>新規 OpenAI API</i>」をクリックして設定した後、新規することができます。 helpLink: zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/openai en-US: https://hertzbeat.apache.org/docs/help/openai @@ -37,6 +39,7 @@ params: name: zh-CN: 会话密钥 en-US: Session Key + ja-JP: セッションキー # type-param field type(most mapping the html input type) type: text # required-true or false @@ -49,6 +52,7 @@ metrics: i18n: zh-CN: 信用额度授予 en-US: Credit Grants + 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 @@ -60,24 +64,28 @@ metrics: i18n: zh-CN: 总授予额度 en-US: Total Granted + ja-JP: 与信額合計 unit: $ - field: total_used type: 0 i18n: zh-CN: 总使用额度 en-US: Total Used + ja-JP: 使用した与信額 unit: $ - field: total_available type: 0 i18n: zh-CN: 总可用额度 en-US: Total Available + ja-JP: 使用可能な与信額 unit: $ - field: total_paid_available type: 0 i18n: zh-CN: 总付费可用额度 en-US: Total Paid Available + ja-JP: 使用可能な与信額合計 unit: $ # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, sdk protocol: http @@ -107,6 +115,7 @@ metrics: i18n: zh-CN: 模型花费 en-US: Model Cost + 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: 1 @@ -118,12 +127,14 @@ metrics: i18n: zh-CN: 模型名称 en-US: Model Name + ja-JP: モデル名 label: true - field: cost type: 0 i18n: zh-CN: 花费 en-US: Cost + ja-JP: コスト unit: $ # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, sdk protocol: http @@ -156,6 +167,7 @@ metrics: i18n: zh-CN: 订阅计费 en-US: Billing Subscription + 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: 2 @@ -167,138 +179,164 @@ metrics: i18n: zh-CN: 是否有支付方式 en-US: Has Payment Method + ja-JP: 支払い方法の有無 - field: canceled type: 1 i18n: zh-CN: 订阅是否已取消 en-US: Canceled + ja-JP: 購読がキャンセルされた - field: canceled_at type: 1 i18n: zh-CN: 订阅取消时间 en-US: Canceled At + ja-JP: 購読キャンセル時間 - field: delinquent type: 1 i18n: zh-CN: 订阅是否拖欠 en-US: Delinquent + ja-JP: 購読料滞納の有無 - field: soft_limit type: 0 i18n: zh-CN: 一定时间内最大使用量限制 en-US: Soft Limit + ja-JP: 一定期間の最大使用量制限 - field: hard_limit type: 0 i18n: zh-CN: 最大使用量限制 en-US: Hard Limit + ja-JP: 最大使用量制限 - field: system_hard_limit type: 0 i18n: zh-CN: 系统硬限制使用量 en-US: System Hard Limit + ja-JP: システムの最大使用量制限 - field: soft_limit_usd type: 0 i18n: zh-CN: 软限制费用 en-US: Soft Limit USD + ja-JP: 一定期間の最大使用量制限の費用 unit: $ - field: hard_limit_usd type: 0 i18n: zh-CN: 硬限制费用 en-US: Hard Limit USD + ja-JP: 最大使用量制限の費用 unit: $ - field: system_hard_limit_usd type: 0 i18n: zh-CN: 系统硬限制费用 en-US: System Hard Limit USD + ja-JP: システムの最大使用量制限の費用 unit: $ - field: plan type: 1 i18n: zh-CN: 订阅计划 en-US: Plan + ja-JP: 購読プラン - field: primary type: 1 i18n: zh-CN: 是否是主要订阅 en-US: Primary + ja-JP: プライマリー購読 unit: $ - field: billing_mechanism type: 1 i18n: zh-CN: 结算机制 en-US: Billing Mechanism + ja-JP: 課金仕組み - field: is_arrears_eligible type: 1 i18n: zh-CN: 是否符合拖欠资格 en-US: Is Arrears Eligible + ja-JP: 延滞の対象 - field: max_balance type: 0 i18n: zh-CN: 最大余额 en-US: Max Balance + ja-JP: 最大バランス unit: $ - field: auto_recharge_eligible type: 1 i18n: zh-CN: 是否符合自动充值资格 en-US: Auto Recharge Eligible + ja-JP: オートリチャージ対象 - field: auto_recharge_enabled type: 1 i18n: zh-CN: 是否启用自动充值 en-US: Auto Recharge Enabled + ja-JP: オートリチャージ有効 - field: auto_recharge_threshold type: 0 i18n: zh-CN: 自动充值阈值 en-US: Auto Recharge Threshold + ja-JP: オートリチャージしきい値 unit: $ - field: auto_recharge_to_balance type: 0 i18n: zh-CN: 自动充值金额 en-US: Auto Recharge To Balance + ja-JP: オートリチャージ金額 unit: $ - field: trust_tier type: 1 i18n: zh-CN: 信用等级 en-US: Trust Tier + ja-JP: 信託層 - field: account_name type: 1 i18n: zh-CN: 账户名称 en-US: Account Name + ja-JP: アカウント名 - field: po_number type: 1 i18n: zh-CN: 采购号 en-US: Po Number + ja-JP: 購入番号 - field: billing_email type: 1 i18n: zh-CN: 账单邮箱 en-US: Billing Email + ja-JP: 請求先メール - field: tax_ids type: 1 i18n: zh-CN: 税务ID en-US: Tax IDs + ja-JP: 納税者番号 - field: billing_address type: 1 i18n: zh-CN: 结算地址 en-US: Billing Address + ja-JP: 請求先住所 - field: business_address type: 1 i18n: zh-CN: 业务地址 en-US: Business Address + ja-JP: ビジネスアドレス # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, sdk protocol: http # the config content when protocol is http --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
