dtable-statistic 4.3.16 → 4.3.17

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.
@@ -5,11 +5,17 @@ var _reactIntlUniversal = _interopRequireDefault(require("react-intl-universal")
5
5
  var _de = _interopRequireDefault(require("./lang/de"));
6
6
  var _en = _interopRequireDefault(require("./lang/en"));
7
7
  var _fr = _interopRequireDefault(require("./lang/fr"));
8
+ var _es = _interopRequireDefault(require("./lang/es"));
9
+ var _ru = _interopRequireDefault(require("./lang/ru"));
10
+ var _pt = _interopRequireDefault(require("./lang/pt"));
8
11
  var _zh_CN = _interopRequireDefault(require("./lang/zh_CN"));
9
12
  const LOCALES = {
10
13
  'de': _de.default,
11
14
  'en': _en.default,
12
15
  'fr': _fr.default,
16
+ 'es': _es.default,
17
+ 'ru': _ru.default,
18
+ 'pt': _pt.default,
13
19
  'zh-cn': _zh_CN.default
14
20
  };
15
21
  const LANGUAGE = 'zh-cn';
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  const de = {
8
8
  'Statistics': 'Statistiken',
9
- 'Add_chart': 'Add chart',
9
+ 'Add_chart': 'Auswertung hinzufügen',
10
10
  'Close': 'Schließen',
11
11
  'Dark_mode': 'Dunkler Modus',
12
12
  'Light_mode': 'Heller Modus',
@@ -26,10 +26,10 @@ const de = {
26
26
  'Rename': 'Umbenennen',
27
27
  'Delete': 'Löschen',
28
28
  'Edit': 'Bearbeiten',
29
- 'Duplicate': 'Duplicate',
29
+ 'Duplicate': 'Duplizieren',
30
30
  'Export_as_picture': 'Als Bild exportieren',
31
- 'Edit_the_chart': 'Grafik bearbeiten',
32
- 'All_charts': 'All charts',
31
+ 'Edit_the_chart': 'Auswertung bearbeiten',
32
+ 'All_charts': 'Alle Auswertung',
33
33
  'Histogram': 'Säulendiagramm',
34
34
  'Basic_histogram': 'Einfaches Säulendiagramm',
35
35
  'Grouped_histogram': 'Gruppiertes Säulendiagramm',
@@ -55,7 +55,7 @@ const de = {
55
55
  'Mirror_chart': 'Alterspyramide',
56
56
  'Card': 'Karte',
57
57
  'Basic_number_card': 'KPI-Karte',
58
- 'Trend_card': 'Trend card',
58
+ 'Trend_card': 'Trend-Karte',
59
59
  'Data_settings': 'Dateneinstellungen',
60
60
  'Style_settings': 'Stileinstellungen',
61
61
  'Untitled': 'Ohne Titel',
@@ -65,14 +65,14 @@ const de = {
65
65
  'Display_title': 'Anzeigetitel',
66
66
  'X-axis': 'X-Achse',
67
67
  'Y-axis': 'Y-Achse',
68
- 'Y-axis(primary)': 'Y-axis (primary)',
69
- 'Y-axis(secondary)': 'Y-axis (secondary)',
68
+ 'Y-axis(primary)': 'Y-Achse (primär)',
69
+ 'Y-axis(secondary)': 'Y-Achse (sekundär)',
70
70
  'Including_empty_cell': 'Leere Zellen einschließen',
71
71
  'Color': 'Farbe',
72
72
  'Count_the_records': 'Einträge nach der X-Achse gruppieren und Werte in jeder Gruppe zählen',
73
73
  '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',
74
74
  'Numeric_column': 'Numerische Spalte',
75
- 'Select_column': 'Select column',
75
+ 'Select_column': 'Spalte wählen',
76
76
  'No_options': 'Keine Optionen',
77
77
  'Counting': 'Zählung',
78
78
  'Count_by_column': 'Einträge basierend auf einer Spalte gruppieren und Einträge zählen',
@@ -158,7 +158,7 @@ const de = {
158
158
  'Right': 'Rechtsbündig',
159
159
  'Top': 'Oben',
160
160
  'Bottom': 'Unten',
161
- 'Display_data': 'Display data labels',
161
+ 'Display_data': 'Datenbeschriftung hinzufügen',
162
162
  'Auto_range': 'Automatische Grenzen',
163
163
  'Data_sorting': 'Sortierung',
164
164
  'Not_sorted': 'Nicht sortiert',
@@ -240,13 +240,13 @@ const de = {
240
240
  'Clear_search_text': 'Suche leeren',
241
241
  'Search_records': 'Einträge durchsuchen',
242
242
  'Display_value_of_each_block': 'Datenbeschriftung für jede Block anzeigen',
243
- 'Chart_color_scheme': 'Farbschema des Diagramms',
243
+ 'Chart_color_scheme': 'Farbschema',
244
244
  'Custom_title': 'Eigener Titel',
245
245
  'Display_total': 'Gesamtwert anzeigen',
246
246
  'Line_color': 'Linienfarbe',
247
247
  'Stack': 'Stapel',
248
248
  'Add_new_stack': 'Neuen Stapel hinzufügen',
249
- 'Chart_type': 'Diagrammtyp',
249
+ 'Chart_type': 'Auswertungstyp',
250
250
  'Edit_type': 'Typ ändern',
251
251
  'New_table': 'Neue Tabelle',
252
252
  'Select_table': 'Tabelle auswählen',
@@ -0,0 +1,258 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const es = {
8
+ 'Statistics': 'Estadísticas',
9
+ 'Add_chart': 'Añadir gráfico',
10
+ 'Close': 'Cerrar',
11
+ 'Dark_mode': 'Modo oscuro',
12
+ 'Light_mode': 'Modo claro',
13
+ 'Full_screen': 'Pantalla completa',
14
+ 'Cancel_full_screen': 'Cancelar pantalla completa',
15
+ 'Default_dashboard': 'Panel de control por defecto',
16
+ 'New_dashboard': 'Nuevo panel de control',
17
+ 'Delete_dashboard': 'Delete dashboard',
18
+ 'Name': 'Nombre',
19
+ 'Submit': 'Enviar',
20
+ 'Cancel': 'Cancelar',
21
+ 'Name_is_required': 'Nombre necesario',
22
+ 'Name_cannot_contain_backtick': 'El nombre no puede tener acento grave ( ` ). ',
23
+ 'Name_cannot_contain_slash': 'El nombre no puede tener barra ( / ).',
24
+ 'Name_cannot_contain_backslash': 'El nombre no puede tener barra invertida ( \\ ).',
25
+ 'Rename_dashboard': 'Renombrar panel de control',
26
+ 'Rename': 'Renombrar',
27
+ 'Delete': 'Borrar',
28
+ 'Edit': 'Editar',
29
+ 'Duplicate': 'Duplicate',
30
+ 'Export_as_picture': 'Exportar como dibujo',
31
+ 'Edit_the_chart': 'Editar el gráfico',
32
+ 'All_charts': 'Todos los gráficos',
33
+ 'Histogram': 'Histograma',
34
+ 'Basic_histogram': 'Histograma básico',
35
+ 'Grouped_histogram': 'Histograma agrupado',
36
+ 'Stacked_histogram': 'Histograma apilado',
37
+ 'Time_comparison_histogram': 'Histograma de comparación horaria',
38
+ 'Custom_histogram': 'Histograma personalizado',
39
+ 'Bar_chart': 'Gráfico de barra',
40
+ 'Basic_bar_chart': 'Gráfico de barras básico',
41
+ 'Grouped_bar_chart': 'Gráfico de barras agrupadas',
42
+ 'Stacked_bar_chart': 'Gráfico de barra apilada',
43
+ 'Line_chart': 'Gráfico de línea',
44
+ 'Basic_line_chart': 'Gráfico de línea básico',
45
+ 'Grouped_line_chart': 'Gráfico de línea agrupada',
46
+ 'Pie_chart': 'Gráfico circular',
47
+ 'Basic_pie_chart': 'Gráfico circular básico',
48
+ 'Ring_chart': 'Gráfico de anillo',
49
+ 'Scatter_chart': 'Gráfico scatter',
50
+ 'Combination_chart': 'Gráfico de combinación',
51
+ 'Map': 'Mapa',
52
+ 'World_map': 'Mapa del mundo',
53
+ 'Heat_map': 'Heatmap',
54
+ 'Facet_chart': 'Gráfico de faceta',
55
+ 'Mirror_chart': 'Gráfico de espejo',
56
+ 'Card': 'Tarjeta',
57
+ 'Basic_number_card': 'Tarjeta de número básica',
58
+ 'Trend_card': 'Tarjeta de tendencia',
59
+ 'Data_settings': 'Configuración de datos',
60
+ 'Style_settings': 'Configuración de estilo',
61
+ 'Untitled': 'Sin título',
62
+ 'Settings': 'Configuración',
63
+ 'Table': 'Tabla',
64
+ 'Views': 'Vistas',
65
+ 'Display_title': 'Mostrar título',
66
+ 'X-axis': 'Eje X',
67
+ 'Y-axis': 'Eje Y',
68
+ 'Y-axis(primary)': 'Eje Y (primario)',
69
+ 'Y-axis(secondary)': 'Eje Y (secundario)',
70
+ 'Including_empty_cell': 'Incluyendo celda vacía',
71
+ 'Color': 'Color',
72
+ 'Count_the_records': 'Agrupa los registros según el eje X y cuenta los registros en cada grupo',
73
+ 'Compute_sum_max_min': 'Agrupa los registros según el eje X y calcula la suma, máximo, mínimo o media según un campo de los registros',
74
+ 'Numeric_column': 'Columna numérica',
75
+ 'Select_column': 'Elegir columna',
76
+ 'No_options': 'Sin opciones',
77
+ 'Counting': 'Counting',
78
+ 'Count_by_column': 'Agrupa los registros según una columna y los cuenta',
79
+ 'Display_legend': 'Mostrar leyenda',
80
+ 'Display_percent': 'Mostrar porcentaje',
81
+ 'Group_by': 'Agrupar por',
82
+ 'Summary_method': 'Método de resumen',
83
+ 'Summarize_a_field': 'Resumir un campo',
84
+ 'Summarize_multiple_fields': 'Resumir multiples campos',
85
+ 'Add_new_numeric_column': 'Añadir nueva columna numérica',
86
+ 'Horizontal_axis': 'Eje horizontal',
87
+ 'Vertical_axis': 'Eje vertical',
88
+ 'Location_field': 'Campo de ubicación',
89
+ 'Time_field': 'Campo de hora',
90
+ 'Count_by_var': 'Agrupa los registros según {var} y cuenta los registros en cada grupo',
91
+ 'Compute_sum_max_min_by_var': 'Agrupa los registros según {var} y calcula la suma, máximo, mínimo o media según un campo en los registros.',
92
+ 'Count_the_number_of_records_in_each_group': 'Cuenta el número de registros en cada grupo',
93
+ 'Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_a_field': 'Calcula la suma, el máximo, mínimo o el valor medio de los registros de cada grupo según un campo',
94
+ 'Group_the_records_according_to_the_vertical_axis_and_count_the_records_in_each_group': 'Agrupa los registros según el eje vertical y cuenta los registros en cada grupo',
95
+ 'Group_the_records_according_to_the_vertical_axis_and_compute_the_sum_maximum_or_minimum_of_records_in_each_group_by_a_field': 'Agrupa los registros según el eje vertical y calcula la suma, el máximo, el mínimo o la media de registros en cada grupo según un campo',
96
+ 'Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_multiple_fields': 'Calcular la suma, el máximo, mínimo o el valor medio de los registros en cada grupo según varios campos',
97
+ 'Statistic_field': 'Campo estadístico',
98
+ 'Reversing': 'Invirtiendo',
99
+ 'Column_grouping_field': 'Campo de agrupación de columnas',
100
+ 'Label': 'Etiqueta',
101
+ 'Row_count': 'Recuento de filas',
102
+ 'Sum': 'Suma',
103
+ 'Max': 'Máximo',
104
+ 'Mean': 'Media',
105
+ 'Min': 'Mínimo',
106
+ 'By_day': 'Por día',
107
+ 'By_week': 'Por semana',
108
+ 'By_month': 'Por mes',
109
+ 'By_quarter': 'Por trimestre',
110
+ 'By_year': 'Por año',
111
+ 'By_city': 'Por ciudad',
112
+ 'By_district_county': 'Por distrito/condado',
113
+ 'By_province': 'Por provincia',
114
+ 'Comparison_mode': 'Modo comparación',
115
+ 'Yesterday_vs_the_day_before_yesterday': 'Ayer frente anteayer',
116
+ 'Last_week_vs_the_week_before_last': 'Última semana frente a la semana previa',
117
+ 'Last_month_vs_the_month_before_last': 'Último mes frente al mes previo',
118
+ 'Last_quarter_vs_the_quarter_before_last': 'Último trimestre frente al trimestre previo',
119
+ 'Last_year_vs_the_year_before_last': 'Último año frente al año previo',
120
+ 'Last_7_days_vs_previous_7_days': 'Últimos 7 días frente a los 7 días previos',
121
+ 'Last_30_days_vs_previous_30_days': 'Últimos 30 días frente a los 30 días previos',
122
+ 'The_year_before_last': 'El año previo al último',
123
+ 'The_quarter_before_last': 'El trimestre previo al último',
124
+ 'The_month_before_last': 'El mes previo al último',
125
+ 'The_week_before_last': 'La semana previa a la última',
126
+ 'Previous_7_days': 'Últimos 7 días',
127
+ 'Previous_30_days': 'Los últimos 30 días',
128
+ 'The_day_before_yesterday': 'Anteayer',
129
+ 'Can_not_compare_with_var': 'No se puede comparar con {var}',
130
+ 'Calculate_the_number_of_records_in_two_time_periods': 'Calcular el número de registros en dos periodos de tiempo',
131
+ 'Use_a_field_to_calculate_the_sum_maximum_or_minimum_value_of_records_in_two_time_periods': 'Usa un campo para calcular la suma, el máximo, mínimo o el valor medio de los registros en dos periodos de tiempo',
132
+ 'Sun': 'Dom',
133
+ 'Mon': 'Lun',
134
+ 'Tue': 'Mar',
135
+ 'Wed': 'Mie',
136
+ 'Thu': 'Jue',
137
+ 'Fri': 'Vie',
138
+ 'Sat': 'Sab',
139
+ 'Jan': 'Ene',
140
+ 'Feb': 'Feb',
141
+ 'Mar': 'Mar',
142
+ 'Apr': 'Abr',
143
+ 'May': 'May',
144
+ 'Jun': 'Jun',
145
+ 'Jul': 'Jul',
146
+ 'Aug': 'Ago',
147
+ 'Sep': 'Sep',
148
+ 'Oct': 'Oct',
149
+ 'Nov': 'Nov',
150
+ 'Dec': 'Dic',
151
+ 'Enter_date': 'Introduce fecha',
152
+ 'Please_select': 'Elegir',
153
+ 'Total': 'Total',
154
+ 'Amount': 'Cantidad',
155
+ 'Empty': 'Vacío',
156
+ 'Left': 'Izquierda',
157
+ 'Center': 'Centro',
158
+ 'Right': 'Derecha',
159
+ 'Top': 'Arriba',
160
+ 'Bottom': 'Botón',
161
+ 'Display_data': 'Mostrar etiquetas de datos',
162
+ 'Auto_range': 'Rango auto',
163
+ 'Data_sorting': 'Ordenación de datos',
164
+ 'Not_sorted': 'Sin ordenar',
165
+ 'Ascending': 'Ascendente',
166
+ 'Descending': 'Descendente',
167
+ 'Others': 'Otros',
168
+ 'Minimum_slice_percent': 'Fracción mínima de porcentaje',
169
+ 'Label_font_size': 'Tamaño de la fuente de etiqueta',
170
+ 'Bubble': 'Burbuja',
171
+ 'Bubble_color': 'Color burbuja',
172
+ 'Area_chart': 'Gráfico de área',
173
+ 'Grouped_area_chart': 'Gráfico de área agrupada',
174
+ 'Date_range': 'Rango de fechas',
175
+ 'Compare_to_date_range': 'Comparar con rango de fechas',
176
+ 'Vertical': 'Vertical',
177
+ 'Horizontal': 'Horizontal',
178
+ 'Legend_direction': 'Dirección de la leyenda',
179
+ 'Legend_size': 'Tamaño de leyenda',
180
+ 'Completeness_chart': 'Completeness chart',
181
+ 'Grouped_completeness_chart': 'Grouped completeness chart',
182
+ 'Name_field': 'Campo de nombre',
183
+ 'Completion_value_field': 'Campo de grado de finalización',
184
+ 'Total_value_field': 'Campo de valor total',
185
+ 'Uncompleted': 'Incompleto',
186
+ 'Completed': 'Completado',
187
+ 'Display_percentage': 'Mostrar porcentaje',
188
+ 'Display_increase': 'Mostrar aumento',
189
+ 'Display_percentage_increase': 'Mostrar porcentaje de aumento',
190
+ 'Gauge': 'Calibrar',
191
+ 'Current_value_field': 'Campo de valor actual',
192
+ 'There_are_no_statistic_results_yet': 'No hay resultados estadísticos todavía',
193
+ 'Treemap': 'Treemap',
194
+ 'Display_stack_total_value': 'Mostrar el valor total de cada pila',
195
+ 'Pivot_table': 'Pivot table',
196
+ 'Row_grouping_field': 'Campo de agrupación de filas',
197
+ 'Not_used': 'No usado',
198
+ 'Summary_column': 'Columna de resumen',
199
+ 'Add_new_summary_column': 'Añadir nueva columna de resumen',
200
+ 'Summary_type': 'Tipo de resumen',
201
+ 'Less': 'Menos',
202
+ 'More': 'Más',
203
+ 'Checked': 'Marcado',
204
+ 'Unchecked': 'Sin marcar',
205
+ 'Use_the_colors_from_column_{name}': 'Usa los colores de la columna \"{name}\"',
206
+ 'Use_default_colors': 'Usar los colores por defecto',
207
+ 'Use_column_colors': 'Usar colores de opción de la columna',
208
+ 'Use_specific_colors': 'Use specific colors',
209
+ 'Use_rules': 'Use rules',
210
+ 'No_rules': 'No rules',
211
+ 'Add_rule': 'Add rule',
212
+ 'Added_1_rule': 'Added 1 rule',
213
+ 'Added_xxx_rules': 'Added {rules_count} rules',
214
+ 'Delete_xxx_tip': 'Are you sure you want to delete {name}?',
215
+ 'Define_rule': 'Define rule',
216
+ 'Or': 'Or',
217
+ 'And': 'And',
218
+ 'Add_condition': 'Add condition',
219
+ 'equal': '\u003d',
220
+ 'not_equal': '\u2260',
221
+ 'less': '\u003C',
222
+ 'greater': '\u003E',
223
+ 'less_or_equal': '\u2264',
224
+ 'greater_or_equal': '\u2265',
225
+ 'Increase': 'Aumentar',
226
+ 'Display_label': 'Mostrar etiqueta',
227
+ 'Label_position': 'Posición de etiqueta',
228
+ 'Inside_the_chart': 'Dentro del gráfico',
229
+ 'Outside_the_chart': 'Fuera del gráfico',
230
+ 'Label_format': 'Formato de etiqueta',
231
+ 'Numeric_value': 'Valor numérico',
232
+ 'Percent': 'Porcentaje',
233
+ 'Numeric_value_and_percent': 'Valor numérico (porcentaje)',
234
+ 'Display_annotation': 'Mostrar el total en el medio',
235
+ 'Font_size': 'Tamaño de fuente',
236
+ 'Grid_size': 'Tamaño de rejilla',
237
+ 'Grid_distance': 'Espacio entre rejillas',
238
+ 'Number_of_distinct_values': 'Número de valores diferentes',
239
+ 'There_are_too_many_statistics_entries_to_display': 'Hay demasiadas entradas estadísticas para mostrar. Por favor establece las opciones adecuadas',
240
+ 'Clear_search_text': 'Limpiar texto de búsqueda',
241
+ 'Search_records': 'Buscar registros',
242
+ 'Display_value_of_each_block': 'Display value of each block',
243
+ 'Chart_color_scheme': 'Gráfico esquema de color',
244
+ 'Custom_title': 'Custom title',
245
+ 'Display_total': 'Display total',
246
+ 'Line_color': 'Line color',
247
+ 'Stack': 'Pila',
248
+ 'Add_new_stack': 'Add new stack',
249
+ 'Chart_type': 'Chart type',
250
+ 'Edit_type': 'Edit type',
251
+ 'New_table': 'New table',
252
+ 'Select_table': 'Select table',
253
+ 'Update_to_a_table': 'Update to a table',
254
+ 'Export_to_a_new_table': 'Exportar a una nueva tabla',
255
+ 'Move_to': 'Move to...',
256
+ 'Table_xxx_exist': 'Table {name} exist'
257
+ };
258
+ var _default = exports.default = es;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  const fr = {
8
8
  'Statistics': 'Statistiques',
9
- 'Add_chart': 'Add chart',
9
+ 'Add_chart': 'Ajouter un graphique',
10
10
  'Close': 'Fermer',
11
11
  'Dark_mode': 'Mode sombre',
12
12
  'Light_mode': 'Mode clair',
@@ -26,10 +26,10 @@ const fr = {
26
26
  'Rename': 'Renommer',
27
27
  'Delete': 'Supprimer',
28
28
  'Edit': 'Modifier',
29
- 'Duplicate': 'Duplicate',
29
+ 'Duplicate': 'Dupliquer',
30
30
  'Export_as_picture': 'Exporter comme une image',
31
31
  'Edit_the_chart': 'Modifier le graphique',
32
- 'All_charts': 'All charts',
32
+ 'All_charts': 'Tous les graphiques',
33
33
  'Histogram': 'Histogramme',
34
34
  'Basic_histogram': 'Histogramme simple',
35
35
  'Grouped_histogram': 'Histogramme groupé',
@@ -55,7 +55,7 @@ const fr = {
55
55
  'Mirror_chart': 'Pyramide des âges ',
56
56
  'Card': 'Carte',
57
57
  'Basic_number_card': 'Carte d\'indicateur clé',
58
- 'Trend_card': 'Trend card',
58
+ 'Trend_card': 'Carte de tendance',
59
59
  'Data_settings': 'Paramètres de données',
60
60
  'Style_settings': 'Paramètres de style',
61
61
  'Untitled': 'Sans titre',
@@ -65,14 +65,14 @@ const fr = {
65
65
  'Display_title': 'Titre à afficher',
66
66
  'X-axis': 'Axe des x',
67
67
  'Y-axis': 'Axe des y',
68
- 'Y-axis(primary)': 'Y-axis (primary)',
69
- 'Y-axis(secondary)': 'Y-axis (secondary)',
68
+ 'Y-axis(primary)': 'Axe des y (primaire)',
69
+ 'Y-axis(secondary)': 'Axe des y (secondaire)',
70
70
  'Including_empty_cell': 'Inclure les cellules vides',
71
71
  'Color': 'Couleur',
72
72
  'Count_the_records': 'Regrouper les enregistrements selon l\'axe des x et compter les enregistrements dans chaque groupe',
73
73
  'Compute_sum_max_min': 'Regrouper les enregistrements selon l\'axe des x et calculer la somme, le maximum, le minimum ou la moyenne pour une colonne des enregistrements',
74
74
  'Numeric_column': 'Colonne numérique',
75
- 'Select_column': 'Select column',
75
+ 'Select_column': 'Sélectionnner une colonne',
76
76
  'No_options': 'Il n\'y a pas d\'options.',
77
77
  'Counting': 'Nombre',
78
78
  'Count_by_column': 'Regrouper les enregistrements en fonction d\'une colonne et les compter',
@@ -158,7 +158,7 @@ const fr = {
158
158
  'Right': 'A droite',
159
159
  'Top': 'En haut',
160
160
  'Bottom': 'En bas',
161
- 'Display_data': 'Display data labels',
161
+ 'Display_data': 'Afficher ds étiquettes',
162
162
  'Auto_range': 'Limites automatiques',
163
163
  'Data_sorting': 'Tri',
164
164
  'Not_sorted': 'Non-trié',
@@ -240,13 +240,13 @@ const fr = {
240
240
  'Clear_search_text': 'Vider le texte de recherche',
241
241
  'Search_records': 'Recherche d\'enregistrements',
242
242
  'Display_value_of_each_block': 'Afficher des étiquettes pour chaque bloc',
243
- 'Chart_color_scheme': 'Thème de couleur du graphique',
243
+ 'Chart_color_scheme': 'Thème de couleur',
244
244
  'Custom_title': 'Titre personnalisé',
245
245
  'Display_total': 'Afficher le total',
246
246
  'Line_color': 'Couleur de courbe',
247
247
  'Stack': 'Pile',
248
248
  'Add_new_stack': 'Ajouter une nouvelle pile',
249
- 'Chart_type': 'Type de diagramme',
249
+ 'Chart_type': 'Type de graphique',
250
250
  'Edit_type': 'Modifier le type',
251
251
  'New_table': 'Nouveau tableau',
252
252
  'Select_table': 'Sélectionner un tableau',
@@ -0,0 +1,258 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const pt = {
8
+ 'Statistics': 'Estatisticas',
9
+ 'Add_chart': 'Add chart',
10
+ 'Close': 'Fechar',
11
+ 'Dark_mode': 'Modo escuro',
12
+ 'Light_mode': 'Modo de limpeza',
13
+ 'Full_screen': 'Tela cheia',
14
+ 'Cancel_full_screen': 'Cancelar tela cheia',
15
+ 'Default_dashboard': 'Dashboard padrão',
16
+ 'New_dashboard': 'Novo painel',
17
+ 'Delete_dashboard': 'Delete dashboard',
18
+ 'Name': 'Nome',
19
+ 'Submit': 'Enviar',
20
+ 'Cancel': 'Cancelar',
21
+ 'Name_is_required': 'O nome é obrigatório',
22
+ 'Name_cannot_contain_backtick': 'Name cannot contain backtick.',
23
+ 'Name_cannot_contain_slash': 'O nome não pode conter barra',
24
+ 'Name_cannot_contain_backslash': 'O nome não pode conter barra invertida',
25
+ 'Rename_dashboard': 'Renomear painel',
26
+ 'Rename': 'Renomear',
27
+ 'Delete': 'Excluir',
28
+ 'Edit': 'Editar',
29
+ 'Duplicate': 'Duplicate',
30
+ 'Export_as_picture': 'Exportar como imagem',
31
+ 'Edit_the_chart': 'Editar o gráfico',
32
+ 'All_charts': 'All charts',
33
+ 'Histogram': 'Histograma',
34
+ 'Basic_histogram': 'Histograma básico',
35
+ 'Grouped_histogram': 'Histograma agrupado',
36
+ 'Stacked_histogram': 'Histograma empilhado',
37
+ 'Time_comparison_histogram': 'Histograma de comparação de tempo',
38
+ 'Custom_histogram': 'Histograma personalizado',
39
+ 'Bar_chart': 'Gráfico de barras',
40
+ 'Basic_bar_chart': 'Gráfico de barras básico',
41
+ 'Grouped_bar_chart': 'Gráfico de barras agrupadas',
42
+ 'Stacked_bar_chart': 'Gráfico de barras empilhadas',
43
+ 'Line_chart': 'Gráfico de linhas',
44
+ 'Basic_line_chart': 'Gráfico de linhas básico',
45
+ 'Grouped_line_chart': 'Gráfico de linhas agrupadas',
46
+ 'Pie_chart': 'Gráfico de pizza',
47
+ 'Basic_pie_chart': 'Gráfico de pizza básico',
48
+ 'Ring_chart': 'Gráfico de anéis',
49
+ 'Scatter_chart': 'Gráfico de dispersão',
50
+ 'Combination_chart': 'Gráfico de combinação',
51
+ 'Map': 'Mapa',
52
+ 'World_map': 'Mapa do mundo',
53
+ 'Heat_map': 'Mapa de calor',
54
+ 'Facet_chart': 'Gráfico de facetas',
55
+ 'Mirror_chart': 'Gráfico de espelho',
56
+ 'Card': 'Cartão',
57
+ 'Basic_number_card': 'Cartão de número básico',
58
+ 'Trend_card': 'Trend card',
59
+ 'Data_settings': 'Configurações de dados',
60
+ 'Style_settings': 'Configurações de estilo',
61
+ 'Untitled': 'Untitled',
62
+ 'Settings': 'Configurações',
63
+ 'Table': 'Tabela',
64
+ 'Views': 'Views',
65
+ 'Display_title': 'Exibir título',
66
+ 'X-axis': 'Eixo X',
67
+ 'Y-axis': 'Eixo y',
68
+ 'Y-axis(primary)': 'Y-axis (primary)',
69
+ 'Y-axis(secondary)': 'Y-axis (secondary)',
70
+ 'Including_empty_cell': 'Incluindo célula vazia',
71
+ 'Color': 'Cor',
72
+ 'Count_the_records': 'Agrupe os registros de acordo com o eixo X e conte os registros em cada grupo',
73
+ 'Compute_sum_max_min': 'Agrupe os registros de acordo com o eixo X e calcule a soma, o máximo, o mínimo ou a média por um campo nos registros',
74
+ 'Numeric_column': 'Coluna numérica',
75
+ 'Select_column': 'Select column',
76
+ 'No_options': 'Sem opções',
77
+ 'Counting': 'Contando',
78
+ 'Count_by_column': 'Agrupe os registros de acordo com uma coluna e conte-os',
79
+ 'Display_legend': 'Exibir legenda',
80
+ 'Display_percent': 'Porcentagem de exibição',
81
+ 'Group_by': 'Grupo por',
82
+ 'Summary_method': 'Método de resumo',
83
+ 'Summarize_a_field': 'Resumir um campo',
84
+ 'Summarize_multiple_fields': 'Resumir vários campos',
85
+ 'Add_new_numeric_column': 'Adicionar nova coluna numérica',
86
+ 'Horizontal_axis': 'Eixo horizontal',
87
+ 'Vertical_axis': 'Eixo vertical',
88
+ 'Location_field': 'Campo de localização',
89
+ 'Time_field': 'Campo de tempo',
90
+ 'Count_by_var': 'Agrupe os registros de acordo com {var} e conte os registros em cada grupo',
91
+ 'Compute_sum_max_min_by_var': 'Agrupe os registros de acordo com {var} e calcule a soma, o máximo, o mínimo ou a média por um campo nos registros',
92
+ 'Count_the_number_of_records_in_each_group': 'Contar o número de registros em cada grupo',
93
+ 'Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_a_field': 'Calcular a soma, o valor máximo, mínimo ou médio dos registros em cada grupo por um campo',
94
+ 'Group_the_records_according_to_the_vertical_axis_and_count_the_records_in_each_group': 'Agrupe os registros de acordo com o eixo vertical e conte os registros em cada grupo',
95
+ 'Group_the_records_according_to_the_vertical_axis_and_compute_the_sum_maximum_or_minimum_of_records_in_each_group_by_a_field': 'Agrupe os registros de acordo com o eixo vertical e calcule a soma, o máximo, o mínimo ou a média dos registros em cada grupo por um campo',
96
+ 'Compute_the_sum_maximum_or_minimum_value_of_records_in_each_group_by_multiple_fields': 'Calcular a soma, o valor máximo, mínimo ou médio dos registros em cada grupo por vários campos',
97
+ 'Statistic_field': 'Campo de estatística',
98
+ 'Reversing': 'Inversão',
99
+ 'Column_grouping_field': 'Campo de agrupamento de colunas',
100
+ 'Label': 'Etiqueta',
101
+ 'Row_count': 'Contagem de linhas',
102
+ 'Sum': 'Soma',
103
+ 'Max': 'Máximo',
104
+ 'Mean': 'Significar',
105
+ 'Min': 'Mínimo',
106
+ 'By_day': 'De dia',
107
+ 'By_week': 'Por semana',
108
+ 'By_month': 'Por mês',
109
+ 'By_quarter': 'Por trimestre',
110
+ 'By_year': 'Por ano',
111
+ 'By_city': 'Por cidade',
112
+ 'By_district_county': 'Por distrito/concelho',
113
+ 'By_province': 'Por província',
114
+ 'Comparison_mode': 'Modo de comparação',
115
+ 'Yesterday_vs_the_day_before_yesterday': 'Ontem vs. anteontem',
116
+ 'Last_week_vs_the_week_before_last': 'Semana passada vs. semana anterior à última',
117
+ 'Last_month_vs_the_month_before_last': 'Mês passado vs. mês anterior',
118
+ 'Last_quarter_vs_the_quarter_before_last': 'Último trimestre vs. o trimestre anterior ao último',
119
+ 'Last_year_vs_the_year_before_last': 'Ano passado vs. ano anterior',
120
+ 'Last_7_days_vs_previous_7_days': 'Últimos 7 dias vs. 7 dias anteriores',
121
+ 'Last_30_days_vs_previous_30_days': 'Últimos 30 dias vs. 30 dias anteriores',
122
+ 'The_year_before_last': 'O ano anterior ao último',
123
+ 'The_quarter_before_last': 'O trimestre antes do último',
124
+ 'The_month_before_last': 'O mês anterior ao último',
125
+ 'The_week_before_last': 'Na semana anterior à última',
126
+ 'Previous_7_days': 'Anterior 7 dias',
127
+ 'Previous_30_days': 'Anterior 30 dias',
128
+ 'The_day_before_yesterday': 'Anteontem',
129
+ 'Can_not_compare_with_var': 'Não pode comparar com {var}',
130
+ 'Calculate_the_number_of_records_in_two_time_periods': 'Calcular o número de registros em dois períodos de tempo',
131
+ 'Use_a_field_to_calculate_the_sum_maximum_or_minimum_value_of_records_in_two_time_periods': 'Usar um campo para calcular a soma, o valor máximo, mínimo ou médio dos registros em dois períodos de tempo',
132
+ 'Sun': 'Sol',
133
+ 'Mon': 'Meu',
134
+ 'Tue': 'Ter',
135
+ 'Wed': 'Casar',
136
+ 'Thu': 'Outono',
137
+ 'Fri': 'Sex',
138
+ 'Sat': 'Sáb',
139
+ 'Jan': 'Jan',
140
+ 'Feb': 'Fevereiro',
141
+ 'Mar': 'Março',
142
+ 'Apr': 'Ab',
143
+ 'May': 'Maio',
144
+ 'Jun': 'Jun',
145
+ 'Jul': 'Jul',
146
+ 'Aug': 'Agosto',
147
+ 'Sep': 'Setembro',
148
+ 'Oct': 'Outubro',
149
+ 'Nov': 'Novembro',
150
+ 'Dec': 'Dezembro',
151
+ 'Enter_date': 'Enter date',
152
+ 'Please_select': 'Please select',
153
+ 'Total': 'Total',
154
+ 'Amount': 'Quantidade',
155
+ 'Empty': 'Vazio',
156
+ 'Left': 'Esquerda',
157
+ 'Center': 'Centro',
158
+ 'Right': 'Direita',
159
+ 'Top': 'Início',
160
+ 'Bottom': 'Fundo',
161
+ 'Display_data': 'Display data labels',
162
+ 'Auto_range': 'Gama automática',
163
+ 'Data_sorting': 'Classificação de dados',
164
+ 'Not_sorted': 'Não classificado',
165
+ 'Ascending': 'Ascendente',
166
+ 'Descending': 'Descendente',
167
+ 'Others': 'Outros',
168
+ 'Minimum_slice_percent': 'Porcentagem mínima de fatia',
169
+ 'Label_font_size': 'Tamanho da fonte do rótulo',
170
+ 'Bubble': 'Bolha',
171
+ 'Bubble_color': 'Cor da bolha',
172
+ 'Area_chart': 'Gráfico de área',
173
+ 'Grouped_area_chart': 'Gráfico de área agrupada',
174
+ 'Date_range': 'Intervalo de datas',
175
+ 'Compare_to_date_range': 'Comparar com o intervalo de datas',
176
+ 'Vertical': 'Vertical',
177
+ 'Horizontal': 'Horizontal',
178
+ 'Legend_direction': 'Direção da legenda',
179
+ 'Legend_size': 'Tamanho da legenda',
180
+ 'Completeness_chart': 'Gráfico de completude',
181
+ 'Grouped_completeness_chart': 'Gráfico de completude agrupado',
182
+ 'Name_field': 'Campo Nome',
183
+ 'Completion_value_field': 'Campo Valor de conclusão',
184
+ 'Total_value_field': 'Campo Valor total',
185
+ 'Uncompleted': 'Incompleto',
186
+ 'Completed': 'Concluído',
187
+ 'Display_percentage': 'Porcentagem de exibição',
188
+ 'Display_increase': 'Aumento da exibição',
189
+ 'Display_percentage_increase': 'Exibir aumento percentual',
190
+ 'Gauge': 'Medida',
191
+ 'Current_value_field': 'Campo Valor atual',
192
+ 'There_are_no_statistic_results_yet': 'Ainda não há resultados estatísticos',
193
+ 'Treemap': 'Mapa da árvore',
194
+ 'Display_stack_total_value': 'Exibir valores totais de cada pilha',
195
+ 'Pivot_table': 'Tabela dinâmica',
196
+ 'Row_grouping_field': 'Campo de agrupamento de linhas',
197
+ 'Not_used': 'Não utilizado',
198
+ 'Summary_column': 'Coluna Resumo',
199
+ 'Add_new_summary_column': 'Adicionar nova coluna de resumo',
200
+ 'Summary_type': 'Tipo de resumo',
201
+ 'Less': 'Menos',
202
+ 'More': 'Mais',
203
+ 'Checked': 'Verificado',
204
+ 'Unchecked': 'Desmarcada',
205
+ 'Use_the_colors_from_column_{name}': 'Use as cores da coluna \"{name}\"',
206
+ 'Use_default_colors': 'Usar as cores padrão',
207
+ 'Use_column_colors': 'Usar cores de opção da coluna',
208
+ 'Use_specific_colors': 'Use cores específicas',
209
+ 'Use_rules': 'Regras de uso',
210
+ 'No_rules': 'Sem regras',
211
+ 'Add_rule': 'Adicionar regra',
212
+ 'Added_1_rule': 'Adicionada regra 1',
213
+ 'Added_xxx_rules': 'Regras de {rules_count} adicionadas',
214
+ 'Delete_xxx_tip': 'Are you sure you want to delete {name}?',
215
+ 'Define_rule': 'Definir rule',
216
+ 'Or': 'Ou',
217
+ 'And': 'E',
218
+ 'Add_condition': 'Adicionar condição',
219
+ 'equal': '=',
220
+ 'not_equal': '≠',
221
+ 'less': '<',
222
+ 'greater': '>',
223
+ 'less_or_equal': '≤',
224
+ 'greater_or_equal': '≥',
225
+ 'Increase': 'Aumento',
226
+ 'Display_label': 'Exibir rótulo',
227
+ 'Label_position': 'Posição do rótulo',
228
+ 'Inside_the_chart': 'Dentro do gráfico',
229
+ 'Outside_the_chart': 'Fora do gráfico',
230
+ 'Label_format': 'Formato da etiqueta',
231
+ 'Numeric_value': 'Valor numérico',
232
+ 'Percent': 'Por cento',
233
+ 'Numeric_value_and_percent': 'Valor numérico (porcentagem)',
234
+ 'Display_annotation': 'Exibir total no meio',
235
+ 'Font_size': 'Tamanho da fonte',
236
+ 'Grid_size': 'Tamanho da grade',
237
+ 'Grid_distance': 'Espaço entre grades',
238
+ 'Number_of_distinct_values': 'Número de valores distintos',
239
+ 'There_are_too_many_statistics_entries_to_display': 'Há muitas entradas de estatísticas para exibir. Defina as opções de estatísticas corretas',
240
+ 'Clear_search_text': 'Limpar texto de pesquisa',
241
+ 'Search_records': 'Pesquisar registros',
242
+ 'Display_value_of_each_block': 'Exibir o valor de cada bloco',
243
+ 'Chart_color_scheme': 'Esquema de cores do gráfico',
244
+ 'Custom_title': 'Título personalizado',
245
+ 'Display_total': 'Total de exibição',
246
+ 'Line_color': 'Cor da linha',
247
+ 'Stack': 'Pilha',
248
+ 'Add_new_stack': 'Adicionar nova pilha',
249
+ 'Chart_type': 'Chart type',
250
+ 'Edit_type': 'Edit type',
251
+ 'New_table': 'New table',
252
+ 'Select_table': 'Selecione a tabela',
253
+ 'Update_to_a_table': 'Update to a table',
254
+ 'Export_to_a_new_table': 'Exportar para uma nova tabela',
255
+ 'Move_to': 'Move to...',
256
+ 'Table_xxx_exist': 'Table {name} exist'
257
+ };
258
+ var _default = exports.default = pt;
@@ -0,0 +1,258 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const ru = {
8
+ 'Statistics': 'Statistics',
9
+ 'Add_chart': 'Add chart',
10
+ 'Close': 'Закрыть',
11
+ 'Dark_mode': 'Dark mode',
12
+ 'Light_mode': 'Light mode',
13
+ 'Full_screen': 'Полноэкранный режим',
14
+ 'Cancel_full_screen': 'Cancel full screen',
15
+ 'Default_dashboard': 'Default dashboard',
16
+ 'New_dashboard': 'New dashboard',
17
+ 'Delete_dashboard': 'Delete dashboard',
18
+ 'Name': 'Имя',
19
+ 'Submit': 'Сохранить',
20
+ 'Cancel': 'Отмена',
21
+ 'Name_is_required': 'Имя обязательно',
22
+ 'Name_cannot_contain_backtick': 'Name cannot contain backtick.',
23
+ 'Name_cannot_contain_slash': 'Name cannot contain slash',
24
+ 'Name_cannot_contain_backslash': 'Name cannot contain backslash',
25
+ 'Rename_dashboard': 'Rename dashboard',
26
+ 'Rename': 'Переименовать',
27
+ 'Delete': 'Удалить',
28
+ 'Edit': 'Редактировать',
29
+ 'Duplicate': 'Duplicate',
30
+ 'Export_as_picture': 'Export as picture',
31
+ 'Edit_the_chart': 'Edit the chart',
32
+ 'All_charts': 'All charts',
33
+ 'Histogram': 'Histogram',
34
+ 'Basic_histogram': 'Basic histogram',
35
+ 'Grouped_histogram': 'Grouped histogram',
36
+ 'Stacked_histogram': 'Stacked histogram',
37
+ 'Time_comparison_histogram': 'Time comparison histogram',
38
+ 'Custom_histogram': 'Custom histogram',
39
+ 'Bar_chart': 'Bar chart',
40
+ 'Basic_bar_chart': 'Basic bar chart',
41
+ 'Grouped_bar_chart': 'Grouped bar chart',
42
+ 'Stacked_bar_chart': 'Stacked bar chart',
43
+ 'Line_chart': 'Line chart',
44
+ 'Basic_line_chart': 'Basic line chart',
45
+ 'Grouped_line_chart': 'Grouped line chart',
46
+ 'Pie_chart': 'Pie chart',
47
+ 'Basic_pie_chart': 'Basic pie chart',
48
+ 'Ring_chart': 'Ring chart',
49
+ 'Scatter_chart': 'Scatter chart',
50
+ 'Combination_chart': 'Combination chart',
51
+ 'Map': 'Map',
52
+ 'World_map': 'World map',
53
+ 'Heat_map': 'Heat map',
54
+ 'Facet_chart': 'Facet chart',
55
+ 'Mirror_chart': 'Mirror chart',
56
+ 'Card': 'Card',
57
+ 'Basic_number_card': 'Basic number card',
58
+ 'Trend_card': 'Trend card',
59
+ 'Data_settings': 'Data settings',
60
+ 'Style_settings': 'Style settings',
61
+ 'Untitled': 'Untitled',
62
+ 'Settings': 'Настройки',
63
+ 'Table': 'Таблица',
64
+ 'Views': 'Views',
65
+ 'Display_title': 'Display title',
66
+ 'X-axis': 'X-axis',
67
+ 'Y-axis': 'Y-axis',
68
+ 'Y-axis(primary)': 'Y-axis (primary)',
69
+ 'Y-axis(secondary)': 'Y-axis (secondary)',
70
+ 'Including_empty_cell': 'Including empty cell',
71
+ 'Color': 'Color',
72
+ 'Count_the_records': 'Group the records according to the X axis, and count the records in every group',
73
+ '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',
74
+ 'Numeric_column': 'Numeric column',
75
+ 'Select_column': 'Select column',
76
+ 'No_options': 'Нет опций',
77
+ 'Counting': 'Counting',
78
+ 'Count_by_column': 'Group the records according to a column and count them',
79
+ 'Display_legend': 'Display legend',
80
+ 'Display_percent': 'Display percent',
81
+ 'Group_by': 'Группа по',
82
+ 'Summary_method': 'Summary method',
83
+ 'Summarize_a_field': 'Summarize a field',
84
+ 'Summarize_multiple_fields': 'Summarize multiple fields',
85
+ 'Add_new_numeric_column': 'Add new numeric column',
86
+ 'Horizontal_axis': 'Horizontal axis',
87
+ 'Vertical_axis': 'Vertical axis',
88
+ 'Location_field': 'Location field',
89
+ 'Time_field': 'Time field',
90
+ 'Count_by_var': 'Group the records according to {var}, and count the records in every group',
91
+ 'Compute_sum_max_min_by_var': 'Group the records according to {var}, and compute the sum, maximum, minimum or mean by a field in the records',
92
+ 'Count_the_number_of_records_in_each_group': 'Count the number of records in each group',
93
+ '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',
94
+ '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',
95
+ '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',
96
+ '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',
97
+ 'Statistic_field': 'Statistic field',
98
+ 'Reversing': 'Reversing',
99
+ 'Column_grouping_field': 'Column grouping field',
100
+ 'Label': 'Label',
101
+ 'Row_count': 'Row count',
102
+ 'Sum': 'Sum',
103
+ 'Max': 'Maximum',
104
+ 'Mean': 'Mean',
105
+ 'Min': 'Minimum',
106
+ 'By_day': 'By day',
107
+ 'By_week': 'By week',
108
+ 'By_month': 'By month',
109
+ 'By_quarter': 'By quarter',
110
+ 'By_year': 'By year',
111
+ 'By_city': 'By city',
112
+ 'By_district_county': 'By district/county',
113
+ 'By_province': 'By province',
114
+ 'Comparison_mode': 'Comparison mode',
115
+ 'Yesterday_vs_the_day_before_yesterday': 'Yesterday vs. the day before yesterday',
116
+ 'Last_week_vs_the_week_before_last': 'Last week vs. the week before last',
117
+ 'Last_month_vs_the_month_before_last': 'Last month vs. the month before last',
118
+ 'Last_quarter_vs_the_quarter_before_last': 'Last quarter vs. the quarter before last',
119
+ 'Last_year_vs_the_year_before_last': 'Last year vs. the year before last',
120
+ 'Last_7_days_vs_previous_7_days': 'Last 7 days vs. previous 7 days',
121
+ 'Last_30_days_vs_previous_30_days': 'Last 30 days vs. previous 30 days',
122
+ 'The_year_before_last': 'The year before last',
123
+ 'The_quarter_before_last': 'The quarter before last',
124
+ 'The_month_before_last': 'The month before last',
125
+ 'The_week_before_last': 'The week before last',
126
+ 'Previous_7_days': 'Previous 7 days',
127
+ 'Previous_30_days': 'Previous 30 days',
128
+ 'The_day_before_yesterday': 'The day before yesterday',
129
+ 'Can_not_compare_with_var': 'Can not compare with {var}',
130
+ 'Calculate_the_number_of_records_in_two_time_periods': 'Calculate the number of records in two time periods',
131
+ '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, minimum or mean value of records in two time periods',
132
+ 'Sun': 'Воскресенье',
133
+ 'Mon': 'Понедельник',
134
+ 'Tue': 'Вторник',
135
+ 'Wed': 'Среда',
136
+ 'Thu': 'Четверг',
137
+ 'Fri': 'Пятница',
138
+ 'Sat': 'Суббота',
139
+ 'Jan': 'Январь',
140
+ 'Feb': 'Февраль',
141
+ 'Mar': 'Март',
142
+ 'Apr': 'Апрель',
143
+ 'May': 'Май',
144
+ 'Jun': 'Июнь',
145
+ 'Jul': 'Июль',
146
+ 'Aug': 'Август',
147
+ 'Sep': 'Сентябрь',
148
+ 'Oct': 'Октябрь',
149
+ 'Nov': 'Ноябрь',
150
+ 'Dec': 'Декабрь',
151
+ 'Enter_date': 'Enter date',
152
+ 'Please_select': 'Please select',
153
+ 'Total': 'Total',
154
+ 'Amount': 'Amount',
155
+ 'Empty': 'Пустой',
156
+ 'Left': 'Слева',
157
+ 'Center': 'Центр',
158
+ 'Right': 'Вправо',
159
+ 'Top': 'Вверх',
160
+ 'Bottom': 'Нижний',
161
+ 'Display_data': 'Display data labels',
162
+ 'Auto_range': 'Auto range',
163
+ 'Data_sorting': 'Data sorting',
164
+ 'Not_sorted': 'Not sorted',
165
+ 'Ascending': 'Ascending',
166
+ 'Descending': 'Descending',
167
+ 'Others': 'Others',
168
+ 'Minimum_slice_percent': 'Minimum slice percent',
169
+ 'Label_font_size': 'Label font size',
170
+ 'Bubble': 'Bubble',
171
+ 'Bubble_color': 'Bubble color',
172
+ 'Area_chart': 'Area chart',
173
+ 'Grouped_area_chart': 'Grouped area chart',
174
+ 'Date_range': 'Диапазон дат',
175
+ 'Compare_to_date_range': 'Compare to date range',
176
+ 'Vertical': 'Vertical',
177
+ 'Horizontal': 'Horizontal',
178
+ 'Legend_direction': 'Legend direction',
179
+ 'Legend_size': 'Legend size',
180
+ 'Completeness_chart': 'Completeness chart',
181
+ 'Grouped_completeness_chart': 'Grouped completeness chart',
182
+ 'Name_field': 'Name field',
183
+ 'Completion_value_field': 'Completion value field',
184
+ 'Total_value_field': 'Total value field',
185
+ 'Uncompleted': 'Uncompleted',
186
+ 'Completed': 'Completed',
187
+ 'Display_percentage': 'Display percentage',
188
+ 'Display_increase': 'Display increase',
189
+ 'Display_percentage_increase': 'Display percentage increase',
190
+ 'Gauge': 'Gauge',
191
+ 'Current_value_field': 'Current value field',
192
+ 'There_are_no_statistic_results_yet': 'There are no statistic results yet',
193
+ 'Treemap': 'Treemap',
194
+ 'Display_stack_total_value': 'Display total values of each stack',
195
+ 'Pivot_table': 'Pivot table',
196
+ 'Row_grouping_field': 'Row grouping field',
197
+ 'Not_used': 'Не используется',
198
+ 'Summary_column': 'Summary column',
199
+ 'Add_new_summary_column': 'Add new summary column',
200
+ 'Summary_type': 'Summary type',
201
+ 'Less': 'Less',
202
+ 'More': 'More',
203
+ 'Checked': 'Checked',
204
+ 'Unchecked': 'Unchecked',
205
+ 'Use_the_colors_from_column_{name}': 'Use the colors from column \"{name}\"',
206
+ 'Use_default_colors': 'Use the default colors',
207
+ 'Use_column_colors': 'Use option colors from column',
208
+ 'Use_specific_colors': 'Use specific colors',
209
+ 'Use_rules': 'Use rules',
210
+ 'No_rules': 'No rules',
211
+ 'Add_rule': 'Add rule',
212
+ 'Added_1_rule': 'Added 1 rule',
213
+ 'Added_xxx_rules': 'Added {rules_count} rules',
214
+ 'Delete_xxx_tip': 'Are you sure you want to delete {name}?',
215
+ 'Define_rule': 'Define rule',
216
+ 'Or': 'Or',
217
+ 'And': 'And',
218
+ 'Add_condition': 'Add condition',
219
+ 'equal': '\u003d',
220
+ 'not_equal': '\u2260',
221
+ 'less': '\u003C',
222
+ 'greater': '\u003E',
223
+ 'less_or_equal': '\u2264',
224
+ 'greater_or_equal': '\u2265',
225
+ 'Increase': 'Increase',
226
+ 'Display_label': 'Display label',
227
+ 'Label_position': 'Label position',
228
+ 'Inside_the_chart': 'Inside the chart',
229
+ 'Outside_the_chart': 'Outside the chart',
230
+ 'Label_format': 'Label format',
231
+ 'Numeric_value': 'Numeric value',
232
+ 'Percent': 'Percent',
233
+ 'Numeric_value_and_percent': 'Numeric value (percent)',
234
+ 'Display_annotation': 'Display total in the middle',
235
+ 'Font_size': 'Размер шрифта',
236
+ 'Grid_size': 'Grid size',
237
+ 'Grid_distance': 'Space between grids',
238
+ 'Number_of_distinct_values': 'Number of distinct values',
239
+ 'There_are_too_many_statistics_entries_to_display': 'There are too many statistics entries to display. Please set the correct statistics options',
240
+ 'Clear_search_text': 'Очистить текст поиска',
241
+ 'Search_records': 'Search records',
242
+ 'Display_value_of_each_block': 'Display value of each block',
243
+ 'Chart_color_scheme': 'Chart color scheme',
244
+ 'Custom_title': 'Custom title',
245
+ 'Display_total': 'Display total',
246
+ 'Line_color': 'Line color',
247
+ 'Stack': 'Stack',
248
+ 'Add_new_stack': 'Add new stack',
249
+ 'Chart_type': 'Chart type',
250
+ 'Edit_type': 'Edit type',
251
+ 'New_table': 'New table',
252
+ 'Select_table': 'Select table',
253
+ 'Update_to_a_table': 'Update to a table',
254
+ 'Export_to_a_new_table': 'Export to a new table',
255
+ 'Move_to': 'Move to...',
256
+ 'Table_xxx_exist': 'Table {name} exist'
257
+ };
258
+ var _default = exports.default = ru;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "4.3.16",
3
+ "version": "4.3.17",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",