From fd4b9f1a40cd68d06c68e334c635b94d372b8d29 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 10 May 2023 13:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'lib/assets/javascripts/de?= =?UTF-8?q?ep-insights/util/error-enhancer.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascripts/deep-insights/util/error-enhancer.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/assets/javascripts/deep-insights/util/error-enhancer.js b/lib/assets/javascripts/deep-insights/util/error-enhancer.js index 03e0277..5ae7c6a 100644 --- a/lib/assets/javascripts/deep-insights/util/error-enhancer.js +++ b/lib/assets/javascripts/deep-insights/util/error-enhancer.js @@ -7,20 +7,20 @@ var ERRORS = { }, limit: { level: 'error', - error: 'Timeout', - message: 'The server is taking too long to respond, due to poor conectivity or a temporary error with our servers. Please try again soon.', + error: '查询超时', + message: '由于与服务器的临时错误,连接不良,服务器响应时间过长,请稍后重试。', refresh: true }, no_data_available: { level: 'alert', - error: 'No data available', - message: 'There are no results for the combination of filters applied to your data. Try tweaking your filters, or zoom and pan the map to adjust the Map View.', + error: '没有有效数据', + message: '应用到您的数据的过滤器组合没有结果。 尝试调整您的过滤器,或缩放和平移地图以调整地图视图。', refresh: false }, too_many_bins: { level: 'error', - error: 'Too many bins returned', - message: 'There are too many bins returned. Try selecting a less granular aggregation or filtering the data source.', + error: '返回的容器过多', + message: '返回的容器过多,尝试选择粒度更小的聚合或过滤数据源。', refresh: false }, dataview: {