1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"fieldInfo": "{fieldLabel} 欢迎使用 {fieldValue}。",
"other": "其他",
"classBreaks": "分类间隔",
"classBreaksNormFieldAsPercent": "归一化字段为百分比的分类间隔",
"heatmap": "热点图",
"dotDensity": "点密度",
"relationshipPopupTitle": "关系",
"relationshipNormFieldAsPercent": "归一化字段为百分比的关系",
"simple": "简单值",
"simpleNormFieldAsPercent": "归一化字段为百分比的简单值",
"uniqueValues": "唯一值",
"uniqueValuesNormFieldAsPercent": "归一化字段为百分比的唯一值",
"normFieldLabel": "{expression1} 除以 {expression2}",
"normFieldLabelAsPercent": "{expression1} 和 {expression2} 的百分比",
"competingFields": "类别的分布",
"mostCommon": "主要类别:{expression}",
"orderedListOfValues": "值的有序列表",
"sumOfCategories": "类别总和",
"listOfCategories": "类别列表",
"predominantCategoryWithTotalAndStrength": "包含总量和强度的主要类别",
"predominantCategoryWithChart": "包含图表的主要类别",
"predominantCategory": "主要类别",
"strengthOfPredominance": "主要类别的强弱",
"marginOfVictory": "胜利系数",
"predominantCategoryValue": "主要类别值",
"predominantCategoryContent": "{expression} 是此处值最高的类别。",
"predominantCategoryValueContent": "此处最常见的类别为 {expression1},其值为 {expression2}。",
"predominantCategoryValueMarginContent": "{expression1} 的值为 {expression2},比其他<b>类别</b>调出 {expression3} 个百分点。",
"predominantCategoryStrengthContent": "值为 {expression1} 时,{expression2} 是此区域中的主要类别,构成所有类别的 {expression3}。",
"predominantCategoryTotalStrengthContent": "值为 {expression1} 时,{expression2} 是此区域中的主要类别,构成所有类别中 {expression4} 的 {expression3}。",
"ageInfo_years": "时间段,单位为年,从 {startTime} 到 {endTime}",
"ageInfo_months": "时间段,单位为月,从 {startTime} 到 {endTime}",
"ageInfo_days": "时间段,单位为天,从 {startTime} 到 {endTime}",
"ageInfo_hours": "时间段,单位为小时,从 {startTime} 到 {endTime}",
"ageInfo_minutes": "时间段,单位为分钟,从 {startTime} 到 {endTime}",
"ageInfo_seconds": "时间段,单位为秒,从 {startTime} 到 {endTime}",
"relationship": {
"legendTitle": "关系",
"HL": "高 - 低",
"HH": "高 - 高",
"LL": "低 - 低",
"LH": "低 - 高",
"HM": "高 - 中",
"ML": "中 - 低",
"MM": "中 - 中",
"MH": "中 - 高",
"LM": "低 - 中",
"HM1": "高 - 中",
"HM2": "高 - 中",
"M2L": "中 - 低",
"M2M1": "中等 - 轻度",
"M2M2": "中 - 中",
"M2H": "中 - 高",
"M1L": "中 - 低",
"M1M1": "轻度 - 轻度",
"M1M2": "轻度 - 中",
"M1H": "中 - 高",
"LM1": "低 - 中",
"LM2": "低 - 中"
},
"clusters": {
"clusterPopupTitle": "聚类汇总",
"templateTitle": "聚类",
"numFeatures": "要素数量",
"avgFieldLabel": "平均值 {fieldLabel}",
"avgNormFieldLabel": "平均值 {fieldLabel} 除以 {normFieldLabel}",
"predominantFieldLabel": "最众值 {fieldLabel}",
"countSummary": "此聚类表示 <b>{count}</b> 要素。",
"avgFieldSummary": "在此聚类中,<b>{fieldLabel}</b> 的平均值为 <b>{fieldValue}</b>。",
"avgNormFieldSummary": "在此聚类中,除以 <b>{normFieldLabel}</b> 的 <b>{fieldLabel}</b> 的平均值为 <b>{fieldValue}</b>。",
"predominantFieldSummary": "在此聚类中,<b>{fieldLabel}</b> 的最众值为 <b>{fieldValue}</b>。",
"predominantNoneValue": "无"
}
}