更新 'lib/assets/javascripts/deep-insights/util/error-enhancer.js'
This commit is contained in:
parent
5a6ee3ed92
commit
b1ee13d6d6
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user