-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstrings.json
96 lines (96 loc) · 2.83 KB
/
strings.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"strings": {
"chart_option_field_had_been_deleted": {
"zh_CN": "字段已失效,请重新选择",
"en_US": "The field is invalid, please select again"
},
"chart_option_view_had_been_deleted": {
"zh_CN": "视图已失效,请重新选择",
"en_US": "The view is invalid, please select again"
},
"count_records": {
"zh_CN": "统计记录总数",
"en_US": "Count records"
},
"design_chart_structure": {
"zh_CN": "设计图表结构",
"en_US": "Design chart structure"
},
"design_chart_style": {
"zh_CN": "更多配置",
"en_US": "More settings"
},
"empty_data": {
"zh_CN": "空白数据",
"en_US": "No data"
},
"pick_one_option": {
"zh_CN": "请选择一个选项",
"en_US": "Pick a field"
},
"search": {
"zh_CN": "搜索",
"en_US": "Search"
},
"select_data_source": {
"zh_CN": "功能配置",
"en_US": "Function settings"
},
"select_y_axis_field": {
"zh_CN": "统计指定字段",
"en_US": "Count a field"
},
"stat_count_all": {
"zh_CN": "记录总数",
"en_US": "Total"
},
"summary_widget_add_describle": {
"zh_CN": "添加统计值的说明",
"en_US": "Add summary description"
},
"summary_widget_add_target": {
"zh_CN": "添加目标值",
"en_US": "Add target value"
},
"summary_widget_select_field": {
"zh_CN": "选择一个字段进行统计",
"en_US": "Select a field for summary"
},
"summary_widget_select_view": {
"zh_CN": "从下方视图读取数据",
"en_US": "Select a view as data source"
},
"summary_widget_setting": {
"zh_CN": "配置小程序",
"en_US": "Widget settings"
},
"summary_widget_setting_help_tips": {
"zh_CN": "配置教程",
"en_US": "Setting help"
},
"theme_color": {
"zh_CN": "配色",
"en_US": "Select color"
},
"filters_amount": {
"zh_CN": " 个筛选",
"en_US": " filter(s)"
},
"filter_modal_title": {
"zh_CN": "筛选设置",
"en_US": "Filter Setting"
},
"add_filter": {
"zh_CN": "添加筛选条件",
"en_US": "Add filter"
},
"confirm": {
"zh_CN": "确认",
"en_US": "Confirm"
},
"cancel": {
"zh_CN": "取消",
"en_US": "Cancel"
}
}
}