fix:补充i18n数据

This commit is contained in:
zyh
2023-09-26 10:08:25 +08:00
parent 3e84e523c3
commit 4d11b0887a
2 changed files with 6 additions and 4 deletions

View File

@@ -14345,7 +14345,7 @@
}, },
"node-sass": { "node-sass": {
"version": "4.14.1", "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==", "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
"dev": true, "dev": true,
"requires": { "requires": {
@@ -20732,7 +20732,7 @@
}, },
"webpack-bundle-analyzer": { "webpack-bundle-analyzer": {
"version": "2.13.1", "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==", "integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==",
"dev": true, "dev": true,
"requires": { "requires": {

View File

@@ -6704,7 +6704,8 @@ const i18nData = {
cassandra_ClientMetrics_RequestsSizeByIpDistribution_75thPercentile: '75% of the request size in the IP distribution.', 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', 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', 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: { zh: {
'config.menus.editI18n': '编辑 I18N', 'config.menus.editI18n': '编辑 I18N',
@@ -13411,7 +13412,8 @@ const i18nData = {
cassandra_ClientMetrics_RequestsSizeByIpDistribution_75thPercentile: 'IP分布中75大小的请求大小。', cassandra_ClientMetrics_RequestsSizeByIpDistribution_75thPercentile: 'IP分布中75大小的请求大小。',
clickhouse_asynchronous_metrics_network_receive_bytes_virbr0_nic: '通过网络接口接收的字节数。这是一个系统范围的度量它包括主机上的所有进程而不仅仅是clickhouse服务器', clickhouse_asynchronous_metrics_network_receive_bytes_virbr0_nic: '通过网络接口接收的字节数。这是一个系统范围的度量它包括主机上的所有进程而不仅仅是clickhouse服务器',
elasticsearch_cluster_health_indices_number_of_replicas: '集群中活跃副本的总数', 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 export default i18nData