diff options
| author | zyh <[email protected]> | 2023-09-26 10:08:25 +0800 |
|---|---|---|
| committer | zyh <[email protected]> | 2023-09-26 10:08:25 +0800 |
| commit | 4d11b0887a704f6f7ac55c6322b8c70a76226448 (patch) | |
| tree | 4570ff298848bfcaf2d28620ab21abde92faf932 | |
| parent | 3e84e523c3d310e4cb0eab5d0917cb731203a846 (diff) | |
fix:补充i18n数据rel-23.07.11
| -rw-r--r-- | nezha-fronted/package-lock.json | 4 | ||||
| -rw-r--r-- | nezha-fronted/src/entrance/exportHtml/i18nData.js | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/nezha-fronted/package-lock.json b/nezha-fronted/package-lock.json index 47f00c56c..967f78e80 100644 --- a/nezha-fronted/package-lock.json +++ b/nezha-fronted/package-lock.json @@ -14345,7 +14345,7 @@ }, "node-sass": { "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", + "resolved": "https://registry.npmmirror.com/node-sass/-/node-sass-4.14.1.tgz", "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", "dev": true, "requires": { @@ -20732,7 +20732,7 @@ }, "webpack-bundle-analyzer": { "version": "2.13.1", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz", + "resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz", "integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==", "dev": true, "requires": { diff --git a/nezha-fronted/src/entrance/exportHtml/i18nData.js b/nezha-fronted/src/entrance/exportHtml/i18nData.js index 5d9dc1515..80d53c928 100644 --- a/nezha-fronted/src/entrance/exportHtml/i18nData.js +++ b/nezha-fronted/src/entrance/exportHtml/i18nData.js @@ -6704,7 +6704,8 @@ const i18nData = { cassandra_ClientMetrics_RequestsSizeByIpDistribution_75thPercentile: '75% of the request size in the IP distribution.', clickhouse_asynchronous_metrics_network_receive_bytes_virbr0_nic: ' The number of bytes received over the network interface. This is a system-wide metric which includes all processes on the host, not just the clickhouse server', elasticsearch_cluster_health_indices_number_of_replicas: 'The total number of active replicas in the cluster', - zookeeper_avg_read_final_proc_time_ms: 'Read final processing time average' + zookeeper_avg_read_final_proc_time_ms: 'Read final processing time average', + 'overall.copy': 'Copy' }, zh: { 'config.menus.editI18n': '编辑 I18N', @@ -13411,7 +13412,8 @@ const i18nData = { cassandra_ClientMetrics_RequestsSizeByIpDistribution_75thPercentile: 'IP分布中75%大小的请求大小。', clickhouse_asynchronous_metrics_network_receive_bytes_virbr0_nic: '通过网络接口接收的字节数。这是一个系统范围的度量,它包括主机上的所有进程,而不仅仅是clickhouse服务器', elasticsearch_cluster_health_indices_number_of_replicas: '集群中活跃副本的总数', - zookeeper_avg_read_final_proc_time_ms: '读取最终处理时间平均值' + zookeeper_avg_read_final_proc_time_ms: '读取最终处理时间平均值', + 'overall.copy': '复制' } } export default i18nData |
