From d3e1f059a222b5f9c6e3b7bc096af69351aaea96 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 25 Aug 2021 13:56:44 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20Setting=20?= =?UTF-8?q?system=20=20=E7=9A=84=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/language/cn.js | 4 ++-- nezha-fronted/src/components/common/language/en.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index f362c1c8e..1fb49759b 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -1016,8 +1016,8 @@ const cn = { metricsTitle: '指标配置', logsTitle: '日志配置', alertApi: 'Alert api', - prometheusFederation: 'Prometheus federation', - asset_ping_from: 'Asset ping from', + prometheusFederation: 'Federation', + asset_ping_from: 'Ping from', metrics_storage_retention: '保存天数', metrics_storage_type: '保存模式', metrics_storage_s3_endpoint: 'Endpoint', diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index 7297da2ef..d4c8f4089 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -1009,8 +1009,8 @@ const en = { metricsTitle: 'Metrics configuration', logsTitle: 'Logs configuration', alertApi: 'Alert api', - prometheusFederation: 'Prometheus federation', - asset_ping_from: 'Asset ping from', + prometheusFederation: 'Federation', + asset_ping_from: 'Ping from', metrics_storage_retention: 'Retention days', metrics_storage_type: 'Storage backend', metrics_storage_s3_endpoint: 'Endpoint',