sea-chart 0.0.35 → 0.0.36

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.
@@ -1,173 +1,249 @@
1
1
  /* eslint-disable */
2
2
  const de = {
3
- 'Empty': 'Empty',
4
- 'Amount': 'Amount',
5
- 'Counting': 'Count',
6
- 'Summarize_a_field': 'Summarize a field',
7
- 'By_day': 'By day',
8
- 'By_week': 'By week',
9
- 'By_month': 'By month',
10
- 'By_quarter': 'By quarter',
11
- 'By_year': 'By year',
12
- 'Sum': 'Sum',
13
- "Avg": "Average",
14
- "Mdn": "Median",
15
- 'Max': 'Max',
16
- 'Min': 'Min',
17
- 'Mean': 'Mean',
18
- 'Number_of_distinct_values': 'Number of distinct values',
19
- 'By_province': 'By province',
20
- 'By_city': 'By city',
21
- 'By_district': 'By district',
22
- 'Row_count': 'Row count',
23
- 'Left': 'Left',
24
- 'Right': 'Right',
25
- 'Center': 'Center',
26
- 'Top': 'Top',
27
- 'Bottom': 'Bottom',
28
- 'Others': 'Others',
29
- 'Total': 'Total',
30
- 'There_are_too_many_statistics_entries_to_display': 'here are too many statistics entries to display.',
31
- 'Data_settings': 'Data settings',
32
- 'Data': 'Data',
33
- 'Chart_style': 'Chart style',
34
- 'General_style': 'General style',
35
- 'Include_empty': 'Include empty',
36
- 'X_axis': 'X axis',
37
- 'Y_axis': 'Y axis',
38
- 'Display_value': 'Display values on data points',
39
- 'Auto_range': 'Auto range',
40
- 'Select_a_column': 'Select a column',
41
- "Summary_method": 'Summary method',
42
- 'Label': '',
43
- 'Y-axis(left side)': 'Y-axis (left side)',
44
- 'Y-axis(right side)': 'Y-axis (right side)',
45
- 'Display_title': 'Display title',
46
- 'Current_value_field': 'Current value field',
47
- 'Total_value_field': 'Total value field',
48
- 'Group_by': 'Group by',
49
- 'Display_legend': 'Display legend',
50
- 'Display_label': 'Display label',
51
- 'Label_position': 'Label position',
52
- 'Label_format': 'Label format',
53
- 'Label_font_size': 'Label font size',
54
- "Count_the_number_of_records_in_each_group": "Count the number of records in each group",
55
- "Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_a_field": "Compute the sum, maximum, minimum or mean value of records in each group by a field",
56
- "Group_the_records_according_to_the_vertical_axis_and_count_the_records_in_each_group": "Group the records according to the vertical axis, and count the records in each group",
57
- "Group_the_records_according_to_the_vertical_axis_and_compute_the_sum_maximum_or_minimum_of_records_in_each_group_by_a_field": "Group the records according to the vertical axis, and compute the sum, maximum, minimum or mean of records in each group by a field",
58
- "Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_multiple_fields": "Compute the sum, maximum, minimum or mean value of records in each group by multiple fields",
59
- "Count_the_records": "Group the records according to the X axis, and count the records in every group",
60
- "Compute_sum_max_min": "Group the records according to the X axis, and compute the sum, maximum, minimum or mean by a field in the records",
61
- 'Summarize_multiple_fields': 'Summarize multiple fields',
62
- 'Add_new_field': 'Add new field',
63
- 'Row_grouping_field': 'Row grouping field',
64
- 'Column_grouping_field': 'Column grouping field',
65
- 'Date_range': 'Date range',
66
- 'Compare_to_date_range': 'Compare to date range',
67
- 'Display_increase': 'Display increase',
68
- 'Display_percentage_increase': 'Display percentage increase',
69
- 'Color': 'Color',
70
- 'Data_sort': 'Data sort',
71
- 'Not_sorted': 'Not sorted',
72
- 'Ascending': 'Ascending',
73
- 'Descending': 'Descending',
74
- 'Numeric_field': 'Numeric field',
75
- 'Summary_field': 'Summary field',
76
- 'No_column': 'No column',
77
- 'Display_mode': 'Display mode',
78
- 'Stack': 'Stack',
79
- 'Location_field': 'Location field',
80
- 'Time_field': 'Time field',
81
- "Calculate_the_number_of_records_in_two_time_periods": "Calculate the number of records in two time periods",
82
- "Use_a_field_to_calculate_the_sum_maximum_or_minimum_value_of_records_in_two_time_periods": "Use a field to calculate the sum maximum or minimum value of records in two time periods",
83
- // 'Count_by_var': 'Count_by_var',
84
- // 'Compute_sum_max_min_by_var': 'Compute_sum_max_min_by_var',
85
- 'No_options': 'No options',
86
- 'Text_horizontal_alignment': 'Text horizontal alignment',
87
- 'Please_input_date': 'Please input date',
88
- 'Filter': 'Filter',
89
- '1 Filter': '1 filter',
90
- 'Filters': 'filters',
91
- 'Font_size': 'Font size',
92
- 'Table': 'Table',
93
- 'Chart_type': 'Chart type',
94
- "Histogram": "Histogram",
95
- "Basic_histogram": "Basic histogram",
96
- "Grouped_histogram": "Grouped histogram",
97
- "Stacked_histogram": "Stacked histogram",
98
- "Time_comparison_histogram": "Time comparison histogram",
99
- "Bar_chart": "Bar chart",
100
- "Basic_bar_chart": "Basic bar chart",
101
- "Grouped_bar_chart": "Grouped bar chart",
102
- "Stacked_bar_chart": "Stacked bar chart",
103
- "Completeness": "Completeness chart",
104
- "Grouped_completeness": "Grouped completeness chart",
105
- "Line_chart": "Line chart",
106
- "Basic_line_chart": "Basic line chart",
107
- "Grouped_line_chart": "Grouped line chart",
108
- "Area": "Area",
109
- "Grouped_area": "Grouped area",
110
- "Pie_chart": "Pie chart",
111
- "Basic_pie_chart": "Basic pie chart",
112
- "Ring_chart": "Ring chart",
113
- "Scatter": "Scatter chart",
114
- "Combination": "Combination chart",
115
- "Map": "Map",
116
- "World_map": "World map",
117
- "World_map_bubble": "World map(bubble)",
118
- "Heat_map": "Heat map",
119
- "Facet_chart": "Facet chart",
120
- "Mirror_chart": "Mirror chart",
121
- "Card": "Card",
122
- "Basic_number_card": "Basic number card",
123
- "Trend": "Trend chart",
124
- "Gauge": "Gauge",
125
- 'Tree_map': 'Tree map',
126
- 'Pivot_table': 'Pivot table',
127
- 'Title': 'Title',
128
- 'Edit_type': 'Edit type',
129
- 'Cancel': 'Cancel',
130
- 'Submit': 'Submit',
131
- 'There_are_no_statistic_results_yet': 'There are no statistic results yet',
132
- 'Year': 'Year',
133
- 'Month': 'Month',
134
- 'Day': 'Day',
135
- 'Hour': 'Hour',
136
- 'Minute': 'Minute',
137
- 'Done': 'Done',
138
- 'Internal_server_error': 'Internal server error',
139
- 'Network_error': 'Network error',
140
- 'There_are_some_problems_with_the_filters': 'There are some problems with the filters.',
141
- 'Please_complete_the_chart_configuration_first': 'Please complete the chart configuration first',
142
- 'target': 'target',
143
- 'completed': 'completed',
144
- 'Completed_field': 'Completed Field',
145
- 'Target_field': 'Target Field',
146
- "Show_percentage": 'Show Percentage',
147
- 'Name_field': 'Name Field',
148
- 'rest': 'Rest',
149
- 'Loaction_field': 'Location Field',
150
- 'Bubble_color': 'Bubble color',
151
- 'Vertical': 'Vertical',
152
- 'Horizontal': 'Horizontal',
153
- 'Legend_direction': 'Legend Direction',
154
- 'Legend_size': 'Legend Size',
155
- 'Group_by_column_not_found': 'Group by column not found',
156
- 'Column_group_by_column_not_found': 'Column group by column not found',
157
- 'Geo_column_not_found': 'Geo column not found',
158
- 'Summary_column_not_found': 'Summary column not found',
159
- 'Total_column_not_found': 'Total column not found',
160
- 'Total_summary_method_is_not_valid': 'Total summary method is not valid',
161
- 'Y_axis_column_not_found': 'Y axis column not found',
162
- 'Numeric_column_not_found': 'Numeric column not found',
163
- 'Target_column_not_found': 'Target column not found',
164
- 'Completed_column_not_found': 'Completed column not found',
165
- 'Target_summary_method_is_not_valid': 'Target summary method is not valid',
166
- 'polylines': 'Polylines',
167
- 'curves': 'Curves',
168
- 'Line_type': 'Line type',
169
- 'Summarize_description': 'Count the sum, maximum, minimum, average, or number of distinct values of records based on a field',
170
- 'Count_description': 'Count the number of records based on data settings',
171
- 'Display_empty_when_data_is_zero': 'Display empty when data is zero'
3
+ "Empty": "Leer",
4
+ "Amount": "Menge",
5
+ "Counting": "Anzahl",
6
+ "Summarize_a_field": "Feld zusammenfassen",
7
+ "By_day": "Nach Tag",
8
+ "By_week": "Nach Woche",
9
+ "By_month": "Nach Monat",
10
+ "By_quarter": "Nach Quartal",
11
+ "By_year": "Nach Jahr",
12
+ "Sum": "Summe",
13
+ "Avg": "Durchschnitt",
14
+ "Mdn": "Mdn",
15
+ "Max": "Maximum",
16
+ "Min": "Minimum",
17
+ "Mean": "Durchschnitt",
18
+ "Number_of_distinct_values": "Anzahl eindeutiger Werte",
19
+ "By_province": "Nach Provinz",
20
+ "By_city": "Nach Stadt",
21
+ "By_district": "Nach Bezirk",
22
+ "Row_count": "Anzahl der Zeilen",
23
+ "Left": "Linksbündig",
24
+ "Right": "Rechtsbündig",
25
+ "Center": "Zentriert",
26
+ "Top": "Oben",
27
+ "Bottom": "Unten",
28
+ "Others": "Andere",
29
+ "Total": "Gesamt",
30
+ "There_are_too_many_statistics_entries_to_display": "Es wurden zu viele Einträge für die Anzeige ausgewählt. Ändern Sie die Anzeigeeinstellungen.",
31
+ "Data_settings": "Dateneinstellungen",
32
+ "Data": "Daten",
33
+ "Chart_style": "Chart style",
34
+ "General_style": "General style",
35
+ "Include_empty": "Leer einschließen",
36
+ "X_axis": "X-Achse",
37
+ "Y_axis": "Y-Achse",
38
+ "Display_value": "Display values on data points",
39
+ "Auto_range": "Automatische Grenzen",
40
+ "Select_a_column": "Spalte auswählen",
41
+ "Summary_method": "Auswertungsmethode",
42
+ "Label": "",
43
+ "Y-axis(left side)": "Y-Achse (primär)",
44
+ "Y-axis(right side)": "Y-Achse (sekundär)",
45
+ "Display_title": "Anzeigetitel",
46
+ "Current_value_field": "Feld für aktuellen Wert",
47
+ "Total_value_field": "Feld für Gesamtwert",
48
+ "Group_by": "Gruppieren nach",
49
+ "Display_legend": "Legende anzeigen",
50
+ "Display_label": "Beschriftung hinzufügen",
51
+ "Label_position": "Beschriftungsposition",
52
+ "Label_format": "Beschriftungsformat",
53
+ "Label_font_size": "Schriftgröße der Datenbeschriftung",
54
+ "Count_the_number_of_records_in_each_group": "Einträge in jeder Gruppe zählen",
55
+ "Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_a_field": "Die Summe, das Maximum, das Minimum oder den Durchschnitt in jeder Gruppe für eine Spalte berechnen",
56
+ "Group_the_records_according_to_the_vertical_axis_and_count_the_records_in_each_group": "Die Einträge nach der vertikalen Achse gruppieren und die Einträge in jeder Gruppe zählen",
57
+ "Group_the_records_according_to_the_vertical_axis_and_compute_the_sum_maximum_or_minimum_of_records_in_each_group_by_a_field": "Die Einträge nach der vertikalen Achse gruppieren und die Summe, das Maximum, das Minimum oder den Durchschnitt der Einträge in jeder Gruppe für eine Spalte berechnen",
58
+ "Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_multiple_fields": "Die Summe, das Maximum, das Minimum oder den Durchschnitt der Einträge für mehrere Spalten berechnen",
59
+ "Count_the_records": "Einträge nach der X-Achse gruppieren und Werte in jeder Gruppe zählen",
60
+ "Compute_sum_max_min": "Die Einträge nach der X-Achse gruppieren und Summe, Maximum, Minimum oder Durchschnitt für eine Spalte der Einträge berechnen",
61
+ "Summarize_multiple_fields": "Mehrere Felder zusammenfassen",
62
+ "Add_new_field": "Add new field",
63
+ "Row_grouping_field": "Feld für die Gruppierung von Zeilen",
64
+ "Column_grouping_field": "Feld für die Gruppierung von Spalten",
65
+ "Date_range": "Zeitspanne",
66
+ "Compare_to_date_range": "Mit Zeitspanne vergleichen",
67
+ "Display_increase": "Absolute Veränderung anzeigen",
68
+ "Display_percentage_increase": "Prozentuale Veränderung anzeigen",
69
+ "Color": "Farbe",
70
+ "Data_sort": "Datensortierung",
71
+ "Not_sorted": "Nicht sortiert",
72
+ "Ascending": "Aufsteigend",
73
+ "Descending": "Absteigend",
74
+ "Numeric_field": "Nicht sortiert",
75
+ "Summary_field": "Summenfeld",
76
+ "Summary_type": "Summentyp",
77
+ "No_column": "Keine Spalte",
78
+ "Display_mode": "Anzeigemodus",
79
+ "Stack": "Stapel",
80
+ "Location_field": "Positionsfeld",
81
+ "Time_field": "Zeitfeld",
82
+ "Calculate_the_number_of_records_in_two_time_periods": "Anzahl der Einträge in zwei Zeitperioden vergleichen",
83
+ "Use_a_field_to_calculate_the_sum_maximum_or_minimum_value_of_records_in_two_time_periods": "Ein Feld verwenden, um die Summe, das Maximum, das Minimum oder den Durchschnitt von Datensätzen in zwei Zeiträumen zu berechnen",
84
+ "No_options": "Keine Optionen",
85
+ "Text_horizontal_alignment": "Horizontale Ausrichtung des Textes",
86
+ "Please_input_date": "Datum eingeben",
87
+ "Filter": "Filtern",
88
+ "1 Filter": "1 Filter",
89
+ "Filters": "Filter",
90
+ "Font_size": "Schriftgröße",
91
+ "Font_color": "Schriftfarbe",
92
+ "Font_weight": "Schriftstärke",
93
+ "Chart_type": "Auswertungstyp",
94
+ "Histogram": "Säulendiagramm",
95
+ "Basic_histogram": "Einfaches Säulendiagramm",
96
+ "Grouped_histogram": "Gruppiertes Säulendiagramm",
97
+ "Stacked_histogram": "Gestapeltes Säulendiagramm",
98
+ "Time_comparison_histogram": "Zeitvergleich-Säulendiagramm",
99
+ "Custom_histogram": "Eigenes Säulendiagramm",
100
+ "Bar_chart": "Balkendiagramm",
101
+ "Basic_bar_chart": "Einfaches Balkendiagramm",
102
+ "Grouped_bar_chart": "Gruppiertes Balkendiagramm",
103
+ "Stacked_bar_chart": "Gestapeltes Balkendiagramm",
104
+ "Completeness": "Fortschrittsdiagramm",
105
+ "Grouped_completeness": "Gruppiertes Fortschrittsdisagramm",
106
+ "Line_chart": "Liniendiagramm",
107
+ "Basic_line_chart": "Einfaches Liniendiagramm",
108
+ "Grouped_line_chart": "Gruppiertes Liniendiagramm",
109
+ "Area": "Fläche",
110
+ "Grouped_area": "Gruppierte Fläche",
111
+ "Pie_chart": "Kuchendiagramm",
112
+ "Basic_pie_chart": "Einfaches Kuchendiagramm",
113
+ "Ring_chart": "Ringdiagramm",
114
+ "Scatter": "Streudiagramm",
115
+ "Combination": "Kombiniertes Diagramm",
116
+ "Map": "Karte",
117
+ "World_map": "Weltkarte",
118
+ "World_map_bubble": "Weltkarte (Blasendiagramm)",
119
+ "Heat_map": "Wärmebild",
120
+ "Facet_chart": "Facet-Diagramm",
121
+ "Mirror_chart": "Alterspyramide",
122
+ "Card": "Karte",
123
+ "Basic_number_card": "KPI-Karte",
124
+ "Trend": "Trend-Karte",
125
+ "Gauge": "Tacho",
126
+ "Tree_map": "Kacheldiagramm",
127
+ "Table": "Tabelle",
128
+ "Pivot_table": "Pivot-Tabelle",
129
+ "Title": "Titel",
130
+ "Custom_title": "Eigener Titel",
131
+ "Edit_type": "Typ ändern",
132
+ "Cancel": "Abbrechen",
133
+ "Submit": "Einreichen",
134
+ "There_are_no_statistic_results_yet": "Es gibt noch keine statistischen Ergebnisse.",
135
+ "Year": "Jahr",
136
+ "Month": "Monat",
137
+ "Day": "Tag",
138
+ "Hour": "Stunde",
139
+ "Minute": "Minute",
140
+ "Done": "Erledigt",
141
+ "Internal_server_error": "Interner Serverfehler",
142
+ "Network_error": "Netzwerkfehler",
143
+ "There_are_some_problems_with_the_filters": "Die Filterbedingungen sind abnormal. Bitte setzen sie die Filterbedingungen in den Ansichtseinstellungen zurück.",
144
+ "Please_complete_the_chart_configuration_first": "Schließen Sie die Konfiguration des Diagramms ab.",
145
+ "Not_used": "Nicht verwendet",
146
+ "Select_field": "Feld auswählen",
147
+ "Display_total": "Gesamtwert anzeigen",
148
+ "Add_new_numeric_column": "Numerische Spalte hinzufügen",
149
+ "Add_new_stack": "Neuen Stapel hinzufügen",
150
+ "Display_value_of_each_block": "Datenbeschriftung für jede Block anzeigen",
151
+ "Use_default_colors": "Standardfarben verwenden",
152
+ "Use_specific_colors": "Spezifische Farben verwenden",
153
+ "Use_rules": "Regeln verwenden",
154
+ "No_rules": "Keine Regeln",
155
+ "Add_rule": "Regel hinzufügen",
156
+ "Added_1_rule": "1 Regel wurde hinzugefügt.",
157
+ "Added_xxx_rules": "{rules_count} Regeln wurden hinzugefügt.",
158
+ "Delete_xxx_tip": "Möchten Sie wirklich {name} löschen?",
159
+ "Define_rule": "Regel definieren",
160
+ "Or": "Oder",
161
+ "And": "Und",
162
+ "Add_condition": "Bedingung hinzufügen",
163
+ "equal": "=",
164
+ "not_equal": "≠",
165
+ "less": "<",
166
+ "greater": ">",
167
+ "less_or_equal": "≤",
168
+ "greater_or_equal": "≥",
169
+ "Numeric_value": "Numerischer Wert",
170
+ "Percent": "Prozent",
171
+ "Numeric_value_and_percent": "Numerischer Wert (Prozent)",
172
+ "Horizontal_axis": "Horizontale Achse",
173
+ "Vertical_axis": "Vertikale Achse",
174
+ "Inside_the_chart": "Innerhalb",
175
+ "Outside_the_chart": "Außerhalb",
176
+ "Minimum_slice_percent": "Mindestanteil eines Sektors",
177
+ "Statistic_field": "Statisches Feld",
178
+ "target": "target",
179
+ "completed": "completed",
180
+ "Completed_field": "Completed Field",
181
+ "Target_field": "Target Field",
182
+ "Show_percentage": "Show Percentage",
183
+ "Name_field": "Name",
184
+ "rest": "Rest",
185
+ "Loaction_field": "Location Field",
186
+ "Bubble_color": "Blasenfarbe",
187
+ "Vertical": "Vertikal",
188
+ "Horizontal": "Horizontal",
189
+ "Legend_direction": "Ausrichtung der Legende",
190
+ "Legend_size": "Legendengröße",
191
+ "Group_by_column_not_found": "Group by column not found",
192
+ "Column_group_by_column_not_found": "Column group by column not found",
193
+ "Geo_column_not_found": "Geo column not found",
194
+ "Summary_column_not_found": "Summary column not found",
195
+ "Total_column_not_found": "Total column not found",
196
+ "Total_summary_method_is_not_valid": "Total summary method is not valid",
197
+ "Y_axis_column_not_found": "Y axis column not found",
198
+ "Numeric_column_not_found": "Numeric column not found",
199
+ "Target_column_not_found": "Target column not found",
200
+ "Completed_column_not_found": "Completed column not found",
201
+ "Target_summary_method_is_not_valid": "Target summary method is not valid",
202
+ "Grid_size": "Rastergröße",
203
+ "Grid_distance": "Abstand zwischen den Rastern",
204
+ "Sun": "So",
205
+ "Mon": "Mo",
206
+ "Tue": "Di",
207
+ "Wed": "Mi",
208
+ "Thu": "Do",
209
+ "Fri": "Fr",
210
+ "Sat": "Sa",
211
+ "Jan": "Jan",
212
+ "Feb": "Feb",
213
+ "Mar": "Mär",
214
+ "Apr": "Apr",
215
+ "May": "Mai",
216
+ "Jun": "Jun",
217
+ "Jul": "Jul",
218
+ "Aug": "Aug",
219
+ "Sep": "Sep",
220
+ "Oct": "Okt",
221
+ "Nov": "Nov",
222
+ "Dec": "Dez",
223
+ "Transpose": "Transpose",
224
+ "Comparison_mode": "Vergleichsmodus",
225
+ "Yesterday_vs_the_day_before_yesterday": "Gestern vs. vorgestern",
226
+ "Last_week_vs_the_week_before_last": "Letzte Woche vs. die Woche davor",
227
+ "Last_month_vs_the_month_before_last": "Letzter Monat vs. der Monat davor",
228
+ "Last_quarter_vs_the_quarter_before_last": "Letztes Quartal vs. das Quartal davor",
229
+ "Last_year_vs_the_year_before_last": "Letztes Jahr vs. das Jahr davor",
230
+ "Last_7_days_vs_previous_7_days": "Letzte 7 Tage vs. 7 Tage davor",
231
+ "Last_30_days_vs_previous_30_days": "Letzte 30 Tage vs. 30 Tage davor",
232
+ "The_year_before_last": "Das vorletzte Jahr",
233
+ "The_quarter_before_last": "Das vorletzte Quartal",
234
+ "The_month_before_last": "Der vorletzte Monat",
235
+ "The_week_before_last": "Die vorletzte Woche",
236
+ "Previous_7_days": "Vorherige 7 Tage",
237
+ "Previous_30_days": "Vorherige 30 Tage",
238
+ "The_day_before_yesterday": "Vorgestern",
239
+ "Can_not_compare_with_{var}": "Can not compare with {var}",
240
+ "Number_settings": "Number settings",
241
+ "Label_settings": "Label settings",
242
+ "polylines": "Polylines",
243
+ "curves": "Curves",
244
+ "Line_type": "Line type",
245
+ "Summarize_description": "Count the sum, maximum, minimum, average, or number of distinct values of records based on a field",
246
+ "Count_description": "Count the number of records based on data settings",
247
+ "Display_empty_when_data_is_zero": "Display empty when data is zero"
172
248
  };
173
249
  export default de;