@nocobase/plugin-data-visualization 2.0.0-alpha.5 → 2.0.0-alpha.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/2ba6e739852f8f86.js +10 -0
- package/dist/client/3326d830e1c77b0a.js +47 -0
- package/dist/client/8795975cb8946be4.js +10 -0
- package/dist/client/924c5f5607998e1c.js +10 -0
- package/dist/client/flow/components/AntdFilterSelector.d.ts +35 -0
- package/dist/client/flow/{models/ChartPreviewer.d.ts → components/DaraButton.d.ts} +5 -1
- package/dist/client/flow/models/ChartBlockModel.d.ts +18 -19
- package/dist/client/flow/models/ChartOptionsBuilder.d.ts +3 -5
- package/dist/client/flow/models/ChartOptionsBuilder.service.d.ts +45 -3
- package/dist/client/flow/models/ChartOptionsPanel.d.ts +1 -0
- package/dist/client/flow/models/{ChartEventsEditor.d.ts → EventsEditor.d.ts} +2 -1
- package/dist/client/flow/models/QueryBuilder.d.ts +7 -1
- package/dist/client/flow/models/QueryBuilder.service.d.ts +19 -0
- package/dist/client/flow/resources/ChartResource.d.ts +1 -4
- package/dist/client/flow/utils.d.ts +4 -0
- package/dist/client/index.js +1 -1
- package/dist/client/utils.d.ts +11 -11
- package/dist/externalVersion.js +10 -9
- package/dist/locale/de-DE.json +122 -79
- package/dist/locale/en-US.json +122 -86
- package/dist/locale/es-ES.json +145 -0
- package/dist/locale/fr-FR.json +145 -0
- package/dist/locale/hu-HU.json +145 -0
- package/dist/locale/id-ID.json +145 -0
- package/dist/locale/it-IT.json +122 -79
- package/dist/locale/ja-JP.json +130 -78
- package/dist/locale/ko-KR.json +140 -70
- package/dist/locale/nl-NL.json +149 -99
- package/dist/locale/pt-BR.json +145 -0
- package/dist/locale/ru-RU.json +145 -0
- package/dist/locale/tr-TR.json +145 -0
- package/dist/locale/uk-UA.json +145 -0
- package/dist/locale/vi-VN.json +145 -0
- package/dist/locale/zh-CN.json +122 -87
- package/dist/locale/zh-TW.json +145 -0
- package/dist/node_modules/koa-compose/package.json +1 -1
- package/dist/node_modules/moment-timezone/package.json +1 -1
- package/dist/server/actions/query.js +20 -2
- package/package.json +5 -2
- package/dist/client/33f0f13fb9c8b63c.js +0 -10
- package/dist/client/b60420c7da874e70.js +0 -47
- package/dist/client/d5982ab2df5b1822.js +0 -10
- package/dist/client/e5eee84a69b5014e.js +0 -10
- package/dist/client/flow/models/FormItemLite.d.ts +0 -13
- package/dist/client/flow/models/queryBuilder.logic.d.ts +0 -25
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,86 +1,156 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Abbreviation": "약어",
|
|
3
|
+
"Actions": "작업",
|
|
4
|
+
"Add chart": "차트 추가",
|
|
5
|
+
"Add custom field": "사용자 정의 필드 추가",
|
|
6
|
+
"Add field": "필드 추가",
|
|
7
|
+
"Add transformation": "변환 추가",
|
|
8
|
+
"Aggregation": "집계",
|
|
9
|
+
"Alias": "별칭",
|
|
10
|
+
"Are you sure to cancel?": "정말로 취소하시겠습니까?",
|
|
11
|
+
"Area": "영역",
|
|
12
|
+
"Area Chart": "영역 차트",
|
|
13
|
+
"Aspect ratio": "종횡비",
|
|
14
|
+
"Auto map by data columns": "Auto map by data columns",
|
|
15
|
+
"Auto refresh": "자동 새로고침",
|
|
16
|
+
"Avg": "평균",
|
|
17
|
+
"Bar": "막대",
|
|
18
|
+
"Bar Chart": "막대 차트",
|
|
19
|
+
"Builder": "Builder",
|
|
20
|
+
"Built-in": "내장",
|
|
4
21
|
"Cancel": "취소",
|
|
5
|
-
"
|
|
6
|
-
"Actions": "동작",
|
|
7
|
-
"Title": "제목",
|
|
8
|
-
"Enable": "활성화",
|
|
22
|
+
"Category field": "Category field",
|
|
9
23
|
"Chart": "차트",
|
|
24
|
+
"Chart options": "Chart options",
|
|
25
|
+
"Chart settings": "Chart settings",
|
|
26
|
+
"Chart type": "차트 유형",
|
|
10
27
|
"ChartV2": "차트V2",
|
|
11
28
|
"Charts": "차트",
|
|
29
|
+
"Choose the appropriate chart": "Choose the appropriate chart",
|
|
30
|
+
"Collapse": "접기",
|
|
31
|
+
"Collection": "컬렉션",
|
|
32
|
+
"Column": "열",
|
|
33
|
+
"Column Chart": "열 차트",
|
|
34
|
+
"Config reference: ": "구성 참조:",
|
|
12
35
|
"Configure": "구성",
|
|
13
|
-
"Duplicate": "복제",
|
|
14
36
|
"Configure chart": "차트 구성",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
37
|
+
"Container": "컨테이너",
|
|
38
|
+
"Count": "개수",
|
|
39
|
+
"Currency": "통화",
|
|
40
|
+
"Current filter": "현재 필터",
|
|
19
41
|
"Data": "데이터",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
42
|
+
"Data query": "Data query",
|
|
43
|
+
"Date range": "날짜 범위",
|
|
44
|
+
"Delete": "삭제",
|
|
22
45
|
"Dimensions": "치수",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
46
|
+
"Distinct": "고유",
|
|
47
|
+
"Divide": "Divide",
|
|
48
|
+
"Doughnut": "Doughnut Chart",
|
|
49
|
+
"Dual Axes Chart": "이중 축 차트",
|
|
50
|
+
"Dual axes": "이중 축",
|
|
51
|
+
"Duplicate": "복제",
|
|
52
|
+
"Edit": "편집",
|
|
53
|
+
"Edit field properties": "필드 속성 편집",
|
|
54
|
+
"Enable": "사용 가능",
|
|
27
55
|
"Enable cache": "캐시 활성화",
|
|
28
|
-
"
|
|
56
|
+
"Events": "Events",
|
|
57
|
+
"Expand": "확장",
|
|
58
|
+
"Exponential": "지수",
|
|
29
59
|
"Field": "필드",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
60
|
+
"Filter": "필터",
|
|
61
|
+
"Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
|
|
62
|
+
"Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
|
|
63
|
+
"Fixed height": "고정 높이",
|
|
32
64
|
"Format": "형식",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"Type": "유형",
|
|
36
|
-
"Add field": "필드 추가",
|
|
37
|
-
"Add chart": "차트 추가",
|
|
38
|
-
"xField": "x축 필드",
|
|
39
|
-
"yField": "y축 필드",
|
|
40
|
-
"seriesField": "시리즈 필드",
|
|
41
|
-
"angleField": "각도 필드",
|
|
42
|
-
"colorField": "색상 필드",
|
|
43
|
-
"Line Chart": "선 그래프",
|
|
44
|
-
"Area Chart": "면적 그래프",
|
|
45
|
-
"Column Chart": "막대 그래프",
|
|
46
|
-
"Bar Chart": "막대 그래프",
|
|
47
|
-
"Pie Chart": "파이 차트",
|
|
48
|
-
"Dual Axes Chart": "이중 축 그래프",
|
|
49
|
-
"Scatter Chart": "산점도 차트",
|
|
65
|
+
"Funnel": "Funnel Chart",
|
|
66
|
+
"Gauge": "게이지",
|
|
50
67
|
"Gauge Chart": "게이지 차트",
|
|
68
|
+
"Height": "높이",
|
|
69
|
+
"Hide data": "Hide data",
|
|
70
|
+
"Horizontal": "Horizontal",
|
|
71
|
+
"Inner radius (%)": "Inner radius (%)",
|
|
72
|
+
"Input": "입력",
|
|
73
|
+
"JSON config": "JSON 구성",
|
|
74
|
+
"Label": "Label",
|
|
75
|
+
"Label content": "Label content",
|
|
76
|
+
"Legend": "Legend",
|
|
77
|
+
"Limit": "제한",
|
|
78
|
+
"Line": "선",
|
|
79
|
+
"Line Chart": "선형 차트",
|
|
80
|
+
"Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
|
|
81
|
+
"Max": "최대",
|
|
82
|
+
"Max size (%)": "Max size (%)",
|
|
83
|
+
"Measures": "측정값",
|
|
84
|
+
"Min": "최소",
|
|
85
|
+
"Min size (%)": "Min size (%)",
|
|
86
|
+
"Multiply": "Multiply",
|
|
87
|
+
"Offset": "오프셋",
|
|
88
|
+
"Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
|
|
89
|
+
"Optimize visual encoding": "Optimize visual encoding",
|
|
90
|
+
"Optional series": "Optional series",
|
|
91
|
+
"Original field": "원본 필드",
|
|
92
|
+
"Outer radius (%)": "Outer radius (%)",
|
|
93
|
+
"Percent": "백분율",
|
|
94
|
+
"Pie": "파이",
|
|
95
|
+
"Pie Chart": "원형 차트",
|
|
96
|
+
"Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
|
|
97
|
+
"Please configure and run query": "구성하고 쿼리를 실행하세요",
|
|
98
|
+
"Please configure chart": "차트를 구성해주세요",
|
|
99
|
+
"Please run query to retrieve data.": "쿼리를 실행하여 데이터를 가져오세요.",
|
|
100
|
+
"Please run query to retrive data.": "쿼리를 실행하여 데이터를 조회하세요.",
|
|
101
|
+
"Please select a chart type.": "차트 유형을 선택하세요.",
|
|
102
|
+
"Query": "쿼리",
|
|
103
|
+
"Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
|
|
104
|
+
"Run query": "쿼리 실행",
|
|
105
|
+
"Same properties set in the form above will be overwritten by this JSON config.": "위 양식에서 설정된 동일한 속성은 이 JSON 구성에 의해 덮어쓰여집니다.",
|
|
106
|
+
"Scatter": "산점도",
|
|
107
|
+
"Scatter Chart": "산점도 차트",
|
|
108
|
+
"Select Field": "Select Field",
|
|
109
|
+
"Select a source field to use metadata of the field": "필드의 메타데이터를 사용하려면 소스 필드를 선택하세요",
|
|
110
|
+
"Select field": "Select Field",
|
|
111
|
+
"Show background": "배경 표시",
|
|
112
|
+
"Show border": "테두리 표시",
|
|
113
|
+
"Show padding": "패딩 표시",
|
|
114
|
+
"Size": "크기",
|
|
115
|
+
"Smooth": "Smooth",
|
|
116
|
+
"Sort": "정렬",
|
|
117
|
+
"Split line": "Split line",
|
|
118
|
+
"Stack": "Stack",
|
|
51
119
|
"Statistic": "통계",
|
|
52
|
-
"
|
|
53
|
-
"Percent": "퍼센트",
|
|
54
|
-
"Exponential": "지수 표기법",
|
|
55
|
-
"Abbreviation": "약어",
|
|
56
|
-
"Please configure and run query": "쿼리를 구성하고 실행하세요.",
|
|
57
|
-
"Please configure chart": "차트를 구성하세요.",
|
|
58
|
-
"Are you sure to cancel?": "취소하시겠습니까?",
|
|
59
|
-
"Your changes are not saved. If you click OK, your changes will be lost.": "변경 내용이 저장되지 않았습니다. 확인을 클릭하면 변경 내용이 손실됩니다.",
|
|
60
|
-
"Same properties set in the form above will be overwritten by this JSON config.": "상단 양식에 설정된 동일한 속성은이 JSON 구성에 의해 덮어쓰기됩니다.",
|
|
61
|
-
"Built-in": "내장",
|
|
62
|
-
"Config reference: ": "구성 참조: ",
|
|
63
|
-
"Table": "테이블",
|
|
120
|
+
"Submit": "제출",
|
|
64
121
|
"Sum": "합계",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"Max": "최대값",
|
|
69
|
-
"Please select a chart type.": "차트 유형을 선택하세요.",
|
|
70
|
-
"Collection": "데이터 테이블",
|
|
71
|
-
"isStack": "스택",
|
|
72
|
-
"isPercent": "백분율로 표시",
|
|
73
|
-
"isGroup": "그룹화",
|
|
74
|
-
"smooth": "부드러운 곡선",
|
|
75
|
-
"Collapse": "축소",
|
|
76
|
-
"Expand": "확장",
|
|
77
|
-
"Current filter": "현재 필터",
|
|
78
|
-
"Add custom field": "사용자 정의 필드 추가",
|
|
79
|
-
"To filter with custom fields, use 'Current filter' variables in the chart configuration.": "사용자 정의 필드로 필터링하려면 차트 구성에서 '현재 필터' 변수를 사용하세요.",
|
|
80
|
-
"Input": "입력",
|
|
81
|
-
"Date range": "날짜 범위",
|
|
122
|
+
"TTL (second)": "TTL (초)",
|
|
123
|
+
"Table": "테이블",
|
|
124
|
+
"The first 10 records of the query result:": "쿼리 결과의 처음 10개 레코드:",
|
|
82
125
|
"Time range": "시간 범위",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
|
|
126
|
+
"Title": "제목",
|
|
127
|
+
"To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "사용자 정의 필드로 필터링하려면, 차트 구성에서 \"현재 필터\" 변수를 사용하세요.",
|
|
128
|
+
"To filter with custom fields, use 'Current filter' variables in the chart configuration.": "사용자 정의 필드로 필터링하려면 차트 구성에서 '현재 필터' 변수를 사용하세요.",
|
|
129
|
+
"Tooltip": "Tooltip",
|
|
130
|
+
"Transform": "변환",
|
|
131
|
+
"Transformation": "변환",
|
|
132
|
+
"Transformation tip": "필드는 여러 변환을 순차적으로 적용할 수 있습니다. 각 변환 후 데이터 타입의 변경에 주의하세요. 드래그 앤 드롭 기능을 사용하여 변환 순서를 조정할 수 있습니다.",
|
|
133
|
+
"Transformer": "변환기",
|
|
134
|
+
"Type": "유형",
|
|
135
|
+
"Type conversion": "타입 변환",
|
|
136
|
+
"Value field": "Value field",
|
|
137
|
+
"Vertical": "Vertical",
|
|
138
|
+
"View data": "View data",
|
|
139
|
+
"Width": "너비",
|
|
140
|
+
"X axis label rotate": "X axis label rotate",
|
|
141
|
+
"You changes are not saved. If you click OK, your changes will be lost.": "변경사항이 저장되지 않았습니다. 확인을 클릭하면 변경사항이 사라집니다.",
|
|
142
|
+
"Your changes are not saved. If you click OK, your changes will be lost.": "변경사항이 저장되지 않았습니다. 확인을 클릭하면 변경사항이 사라집니다.",
|
|
143
|
+
"angleField": "각도 필드",
|
|
144
|
+
"ascending": "ascending",
|
|
145
|
+
"colorField": "색상 필드",
|
|
146
|
+
"descending": "descending",
|
|
147
|
+
"isGroup": "그룹화",
|
|
148
|
+
"isPercent": "백분율 여부",
|
|
149
|
+
"isStack": "스택 여부",
|
|
150
|
+
"percent": "Percent",
|
|
151
|
+
"seriesField": "시리즈 필드",
|
|
152
|
+
"smooth": "부드럽게",
|
|
153
|
+
"value": "Value",
|
|
154
|
+
"xField": "x축 필드",
|
|
155
|
+
"yField": "y축 필드"
|
|
156
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,101 +1,151 @@
|
|
|
1
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
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
2
|
+
"Abbreviation": "Afkorting",
|
|
3
|
+
"Actions": "Acties",
|
|
4
|
+
"Add chart": "Voeg grafiek toe",
|
|
5
|
+
"Add custom field": "Add custom field",
|
|
6
|
+
"Add custom veld": "Aangepast veld toevoegen",
|
|
7
|
+
"Add field": "Add field",
|
|
8
|
+
"Add transformation": "Transformatie toevoegen",
|
|
9
|
+
"Add veld": "Voeg veld toe",
|
|
10
|
+
"Aggregation": "Aggregatie",
|
|
11
|
+
"Alias": "Alias",
|
|
12
|
+
"Are you sure to cancel?": "Ben je zeker dat je wil annuleren?",
|
|
13
|
+
"Area": "Gebied",
|
|
14
|
+
"Aspect ratio": "Aspect ratio",
|
|
15
|
+
"Auto map by data columns": "Auto map by data columns",
|
|
16
|
+
"Auto refresh": "Auto vernieuwing",
|
|
17
|
+
"Avg": "Gem",
|
|
18
|
+
"Bar": "Bar",
|
|
19
|
+
"Builder": "Builder",
|
|
20
|
+
"Built-in": "Ingebouwd",
|
|
21
|
+
"Cancel": "Annuleren",
|
|
22
|
+
"Category field": "Category field",
|
|
23
|
+
"Chart": "Grafiek",
|
|
24
|
+
"Chart options": "Chart options",
|
|
25
|
+
"Chart settings": "Chart settings",
|
|
26
|
+
"Chart type": "Grafiektype",
|
|
27
|
+
"ChartV2": "GrafiekV2",
|
|
28
|
+
"Charts": "Grafieken",
|
|
29
|
+
"Choose the appropriate chart": "Choose the appropriate chart",
|
|
30
|
+
"Collapse": "Collapse",
|
|
31
|
+
"Collection": "Collectie",
|
|
32
|
+
"Column": "Kolom",
|
|
33
|
+
"Config reference: ": "Configuratie referentie: ",
|
|
34
|
+
"Configure": "Configureren",
|
|
35
|
+
"Configure chart": "Configureer grafiek",
|
|
36
|
+
"Container": "Container",
|
|
37
|
+
"Count": "Aantal",
|
|
38
|
+
"Currency": "Munteenheid",
|
|
39
|
+
"Current filter": "Huidige filter",
|
|
40
|
+
"Data": "Data",
|
|
41
|
+
"Data query": "Data query",
|
|
42
|
+
"Date range": "Datumbereik",
|
|
43
|
+
"Delete": "Verwijder",
|
|
44
|
+
"Dimensions": "Dimensies",
|
|
45
|
+
"Distinct": "Onderscheiden",
|
|
46
|
+
"Divide": "Divide",
|
|
47
|
+
"Doughnut": "Doughnut Chart",
|
|
48
|
+
"Dual axes": "Dubbele assen",
|
|
49
|
+
"Duplicate": "Dupliceren",
|
|
50
|
+
"Edit": "Bewerken",
|
|
51
|
+
"Edit field properties": "Edit field properties",
|
|
52
|
+
"Edit veld properties": "Bewerk veld eigenschappen",
|
|
53
|
+
"Enable": "Inschakelen",
|
|
54
|
+
"Enable cache": "Cache inschakelen",
|
|
55
|
+
"Events": "Events",
|
|
56
|
+
"Expand": "Uitbreiden",
|
|
57
|
+
"Exponential": "Exponential",
|
|
58
|
+
"Field": "Field",
|
|
59
|
+
"Filter": "Filter",
|
|
60
|
+
"Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
|
|
61
|
+
"Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
|
|
62
|
+
"Fixed height": "Vaste hoogte",
|
|
63
|
+
"Format": "Formaat",
|
|
64
|
+
"Funnel": "Funnel Chart",
|
|
65
|
+
"Gauge": "Gauge",
|
|
66
|
+
"Height": "Hoogte",
|
|
67
|
+
"Hide data": "Hide data",
|
|
68
|
+
"Horizontal": "Horizontal",
|
|
69
|
+
"Inner radius (%)": "Inner radius (%)",
|
|
70
|
+
"Input": "Invoer",
|
|
71
|
+
"JSON config": "JSON configuratie",
|
|
72
|
+
"Label": "Label",
|
|
73
|
+
"Label content": "Label content",
|
|
74
|
+
"Legend": "Legend",
|
|
75
|
+
"Limit": "Limiet",
|
|
76
|
+
"Line": "Lijn",
|
|
77
|
+
"Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
|
|
78
|
+
"Max": "Max",
|
|
79
|
+
"Max size (%)": "Max size (%)",
|
|
80
|
+
"Measures": "Afmetingen",
|
|
81
|
+
"Min": "Min",
|
|
82
|
+
"Min size (%)": "Min size (%)",
|
|
83
|
+
"Multiply": "Multiply",
|
|
84
|
+
"Offset": "Offset",
|
|
85
|
+
"Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
|
|
86
|
+
"Optimize visual encoding": "Optimize visual encoding",
|
|
87
|
+
"Optional series": "Optional series",
|
|
88
|
+
"Original field": "Original field",
|
|
89
|
+
"Original veld": "Origineel veld",
|
|
90
|
+
"Outer radius (%)": "Outer radius (%)",
|
|
91
|
+
"Percent": "Percentage",
|
|
92
|
+
"Pie": "Taart",
|
|
93
|
+
"Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
|
|
94
|
+
"Please configure and run query": "Configureer en voer de query uit",
|
|
95
|
+
"Please configure chart": "Configureer grafiek",
|
|
96
|
+
"Please run query to retrive data.": "Voer query uit om gegevens op te halen.",
|
|
97
|
+
"Please select a chart type.": "Kies een grafiektype.",
|
|
98
|
+
"Query": "Query",
|
|
99
|
+
"Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
|
|
100
|
+
"Run query": "Query uitvoeren",
|
|
101
|
+
"Same properties set in the form above will be overwritten by this JSON config.": "Sommige eigenschappen die in het bovenstaande formulier zijn ingesteld, worden overschreven door deze JSON-configuratie.",
|
|
102
|
+
"Scatter": "Scatter",
|
|
103
|
+
"Select Field": "Select Field",
|
|
104
|
+
"Select a source field to use metadata of the field": "Select a source field to use metadata of the field",
|
|
105
|
+
"Select a source veld to use metadata of the veld": "Selecteer een bronveld om metagegevens van het veld te gebruiken",
|
|
106
|
+
"Select field": "Select Field",
|
|
107
|
+
"Show background": "Toon achtergrond",
|
|
108
|
+
"Show border": "Toon rand",
|
|
109
|
+
"Show padding": "Toon opvulling",
|
|
110
|
+
"Size": "Grootte",
|
|
111
|
+
"Smooth": "Smooth",
|
|
112
|
+
"Sort": "Sorteren",
|
|
113
|
+
"Split line": "Split line",
|
|
114
|
+
"Stack": "Stack",
|
|
115
|
+
"Statistic": "Statistiek",
|
|
116
|
+
"Submit": "Indienen",
|
|
117
|
+
"Sum": "Som",
|
|
118
|
+
"TTL (second)": "TTL (seconde)",
|
|
119
|
+
"Table": "Tabel",
|
|
120
|
+
"The first 10 records of the query result:": "De eerste 10 records van het queryresultaat:",
|
|
121
|
+
"Time range": "Tijdsbereik",
|
|
122
|
+
"Title": "Titel",
|
|
123
|
+
"To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "Als je wil filteren met aangepaste velden, gebruik je de variabelen \"Current filter\" in de grafiekconfiguratie.",
|
|
124
|
+
"Tooltip": "Tooltip",
|
|
125
|
+
"Transform": "Transformeer",
|
|
126
|
+
"Transformation": "Transformatie",
|
|
127
|
+
"Transformation tip": "Velden staan meerdere transformaties toe, die sequentieel worden toegepast. Let op wijzigingen in het gegevenstype na elke transformatie. Drag-and-drop-functionaliteit maakt aanpassing van de transformatievolgorde mogelijk.",
|
|
128
|
+
"Transformer": "Transformeer",
|
|
129
|
+
"Type": "Type",
|
|
130
|
+
"Type conversion": "Type conversie",
|
|
131
|
+
"Value field": "Value field",
|
|
132
|
+
"Vertical": "Vertical",
|
|
133
|
+
"View data": "View data",
|
|
134
|
+
"Width": "Breedte",
|
|
135
|
+
"X axis label rotate": "X axis label rotate",
|
|
136
|
+
"You changes are not saved. If you click OK, your changes will be lost.": "Je wijzigingen worden niet opgeslagen. Als je op OK klikt, gaan je wijzigingen verloren.",
|
|
137
|
+
"angleField": "Hoek veld",
|
|
138
|
+
"ascending": "ascending",
|
|
139
|
+
"colorField": "Kleur veld",
|
|
140
|
+
"descending": "descending",
|
|
141
|
+
"isGroup": "isGroep",
|
|
142
|
+
"isPercent": "isPercentage",
|
|
143
|
+
"isStack": "isStapel",
|
|
144
|
+
"percent": "Percent",
|
|
145
|
+
"seriesField": "Serie veld",
|
|
146
|
+
"smooth": "glad",
|
|
147
|
+
"value": "Value",
|
|
148
|
+
"veld": "Veld",
|
|
149
|
+
"xField": "X veld",
|
|
150
|
+
"yField": "Y veld"
|
|
101
151
|
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Abbreviation": "Abbreviation",
|
|
3
|
+
"Actions": "Actions",
|
|
4
|
+
"Add chart": "Add chart",
|
|
5
|
+
"Add custom field": "Add custom field",
|
|
6
|
+
"Add field": "Add field",
|
|
7
|
+
"Add transformation": "Add transformation",
|
|
8
|
+
"Aggregation": "Aggregation",
|
|
9
|
+
"Alias": "Alias",
|
|
10
|
+
"Are you sure to cancel?": "Are you sure to cancel?",
|
|
11
|
+
"Area": "Area",
|
|
12
|
+
"Aspect ratio": "Aspect ratio",
|
|
13
|
+
"Auto map by data columns": "Auto map by data columns",
|
|
14
|
+
"Auto refresh": "Auto refresh",
|
|
15
|
+
"Avg": "Avg",
|
|
16
|
+
"Bar": "Bar",
|
|
17
|
+
"Builder": "Builder",
|
|
18
|
+
"Built-in": "Built-in",
|
|
19
|
+
"Cancel": "Cancel",
|
|
20
|
+
"Category field": "Category field",
|
|
21
|
+
"Chart": "Chart",
|
|
22
|
+
"Chart options": "Chart options",
|
|
23
|
+
"Chart settings": "Chart settings",
|
|
24
|
+
"Chart type": "Chart type",
|
|
25
|
+
"ChartV2": "ChartV2",
|
|
26
|
+
"Charts": "Charts",
|
|
27
|
+
"Choose the appropriate chart": "Choose the appropriate chart",
|
|
28
|
+
"Collapse": "Collapse",
|
|
29
|
+
"Collection": "Collection",
|
|
30
|
+
"Column": "Column",
|
|
31
|
+
"Config reference: ": "Config reference: ",
|
|
32
|
+
"Configure": "Configure",
|
|
33
|
+
"Configure chart": "Configure chart",
|
|
34
|
+
"Container": "Container",
|
|
35
|
+
"Count": "Count",
|
|
36
|
+
"Currency": "Currency",
|
|
37
|
+
"Current filter": "Current filter",
|
|
38
|
+
"Data": "Data",
|
|
39
|
+
"Data query": "Data query",
|
|
40
|
+
"Date range": "Date range",
|
|
41
|
+
"Delete": "Delete",
|
|
42
|
+
"Dimensions": "Dimensions",
|
|
43
|
+
"Distinct": "Distinct",
|
|
44
|
+
"Divide": "Divide",
|
|
45
|
+
"Doughnut": "Doughnut Chart",
|
|
46
|
+
"Dual axes": "Dual axes",
|
|
47
|
+
"Duplicate": "Duplicate",
|
|
48
|
+
"Edit": "Edit",
|
|
49
|
+
"Edit field properties": "Edit field properties",
|
|
50
|
+
"Enable": "Enable",
|
|
51
|
+
"Enable cache": "Enable cache",
|
|
52
|
+
"Events": "Events",
|
|
53
|
+
"Expand": "Expand",
|
|
54
|
+
"Exponential": "Exponential",
|
|
55
|
+
"Field": "Field",
|
|
56
|
+
"Filter": "Filter",
|
|
57
|
+
"Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
|
|
58
|
+
"Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
|
|
59
|
+
"Fixed height": "Fixed height",
|
|
60
|
+
"Format": "Format",
|
|
61
|
+
"Funnel": "Funnel Chart",
|
|
62
|
+
"Gauge": "Gauge",
|
|
63
|
+
"Height": "Height",
|
|
64
|
+
"Hide data": "Hide data",
|
|
65
|
+
"Horizontal": "Horizontal",
|
|
66
|
+
"Inner radius (%)": "Inner radius (%)",
|
|
67
|
+
"Input": "Input",
|
|
68
|
+
"JSON config": "JSON config",
|
|
69
|
+
"Label": "Label",
|
|
70
|
+
"Label content": "Label content",
|
|
71
|
+
"Legend": "Legend",
|
|
72
|
+
"Limit": "Limit",
|
|
73
|
+
"Line": "Line",
|
|
74
|
+
"Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
|
|
75
|
+
"Max": "Max",
|
|
76
|
+
"Max size (%)": "Max size (%)",
|
|
77
|
+
"Measures": "Measures",
|
|
78
|
+
"Min": "Min",
|
|
79
|
+
"Min size (%)": "Min size (%)",
|
|
80
|
+
"Multiply": "Multiply",
|
|
81
|
+
"Offset": "Offset",
|
|
82
|
+
"Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
|
|
83
|
+
"Optimize visual encoding": "Optimize visual encoding",
|
|
84
|
+
"Optional series": "Optional series",
|
|
85
|
+
"Original field": "Original field",
|
|
86
|
+
"Outer radius (%)": "Outer radius (%)",
|
|
87
|
+
"Percent": "Percent",
|
|
88
|
+
"Pie": "Pie",
|
|
89
|
+
"Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
|
|
90
|
+
"Please configure and run query": "Please configure and run query",
|
|
91
|
+
"Please configure chart": "Please configure chart",
|
|
92
|
+
"Please run query to retrive data.": "Please run query to retrive data.",
|
|
93
|
+
"Please select a chart type.": "Please select a chart type.",
|
|
94
|
+
"Query": "Query",
|
|
95
|
+
"Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
|
|
96
|
+
"Run query": "Run query",
|
|
97
|
+
"Same properties set in the form above will be overwritten by this JSON config.": "Same properties set in the form above will be overwritten by this JSON config.",
|
|
98
|
+
"Scatter": "Scatter",
|
|
99
|
+
"Select Field": "Select Field",
|
|
100
|
+
"Select a source field to use metadata of the field": "Select a source field to use metadata of the field",
|
|
101
|
+
"Select field": "Select Field",
|
|
102
|
+
"Show background": "Show background",
|
|
103
|
+
"Show border": "Show border",
|
|
104
|
+
"Show padding": "Show padding",
|
|
105
|
+
"Size": "Size",
|
|
106
|
+
"Smooth": "Smooth",
|
|
107
|
+
"Sort": "Sort",
|
|
108
|
+
"Split line": "Split line",
|
|
109
|
+
"Stack": "Stack",
|
|
110
|
+
"Statistic": "Statistic",
|
|
111
|
+
"Submit": "Submit",
|
|
112
|
+
"Sum": "Sum",
|
|
113
|
+
"TTL (second)": "TTL (second)",
|
|
114
|
+
"Table": "Table",
|
|
115
|
+
"The first 10 records of the query result:": "The first 10 records of the query result:",
|
|
116
|
+
"Time range": "Time range",
|
|
117
|
+
"Title": "Title",
|
|
118
|
+
"To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "To filter with custom fields, use \"Current filter\" variables in the chart configuration.",
|
|
119
|
+
"Tooltip": "Tooltip",
|
|
120
|
+
"Transform": "Transform",
|
|
121
|
+
"Transformation": "Transformation",
|
|
122
|
+
"Transformation tip": "Fields allow multiple transformations, applied sequentially. Pay attention to data type changes after each transformation. Drag-and-drop functionality enables adjustment of transformation order.",
|
|
123
|
+
"Transformer": "Transformer",
|
|
124
|
+
"Type": "Type",
|
|
125
|
+
"Type conversion": "Type conversion",
|
|
126
|
+
"Value field": "Value field",
|
|
127
|
+
"Vertical": "Vertical",
|
|
128
|
+
"View data": "View data",
|
|
129
|
+
"Width": "Width",
|
|
130
|
+
"X axis label rotate": "X axis label rotate",
|
|
131
|
+
"You changes are not saved. If you click OK, your changes will be lost.": "You changes are not saved. If you click OK, your changes will be lost.",
|
|
132
|
+
"angleField": "Angle field",
|
|
133
|
+
"ascending": "ascending",
|
|
134
|
+
"colorField": "Color field",
|
|
135
|
+
"descending": "descending",
|
|
136
|
+
"isGroup": "isGroup",
|
|
137
|
+
"isPercent": "isPercent",
|
|
138
|
+
"isStack": "isStack",
|
|
139
|
+
"percent": "Percent",
|
|
140
|
+
"seriesField": "Series field",
|
|
141
|
+
"smooth": "smooth",
|
|
142
|
+
"value": "Value",
|
|
143
|
+
"xField": "X field",
|
|
144
|
+
"yField": "Y field"
|
|
145
|
+
}
|