@univerjs/sheets-conditional-formatting-ui 0.6.7 → 0.6.8

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.
@@ -0,0 +1,162 @@
1
+ const e = {
2
+ sheet: {
3
+ cf: {
4
+ title: "Conditional Formatting",
5
+ menu: {
6
+ manageConditionalFormatting: "Manage Conditional Formatting",
7
+ createConditionalFormatting: "Create Conditional Formatting",
8
+ clearRangeRules: "Clear Rules for Selected Range",
9
+ clearWorkSheetRules: "Clear Rules for Entire Sheet"
10
+ },
11
+ form: {
12
+ lessThan: "The value must be less than {0}",
13
+ lessThanOrEqual: "The value must be less than or equal to {0}",
14
+ greaterThan: "The value must be greater than {0}",
15
+ greaterThanOrEqual: "The value must be greater than or equal to {0}",
16
+ rangeSelector: "Select Range or Enter Value"
17
+ },
18
+ iconSet: {
19
+ direction: "Direction",
20
+ shape: "Shape",
21
+ mark: "Mark",
22
+ rank: "Rank",
23
+ rule: "Rule",
24
+ icon: "Icon",
25
+ type: "Type",
26
+ value: "Value",
27
+ reverseIconOrder: "Reverse Icon Order",
28
+ and: "And",
29
+ when: "When",
30
+ onlyShowIcon: "Only Show Icon"
31
+ },
32
+ symbol: {
33
+ greaterThan: ">",
34
+ greaterThanOrEqual: ">=",
35
+ lessThan: "<",
36
+ lessThanOrEqual: "<="
37
+ },
38
+ panel: {
39
+ createRule: "Create Rule",
40
+ clear: "Clear All Rules",
41
+ range: "Apply Range",
42
+ styleType: "Style Type",
43
+ submit: "Submit",
44
+ cancel: "Cancel",
45
+ rankAndAverage: "Top/Bottom/Average",
46
+ styleRule: "Style Rule",
47
+ isNotBottom: "Top",
48
+ isBottom: "Bottom",
49
+ greaterThanAverage: "Greater Than Average",
50
+ lessThanAverage: "Less Than Average",
51
+ medianValue: "Median Value",
52
+ fillType: "Fill Type",
53
+ pureColor: "Solid Color",
54
+ gradient: "Gradient",
55
+ colorSet: "Color Set",
56
+ positive: "Positive",
57
+ native: "Negative",
58
+ workSheet: "Entire Sheet",
59
+ selectedRange: "Selected Range",
60
+ managerRuleSelect: "Manage {0} Rules",
61
+ onlyShowDataBar: "Only Show Data Bars"
62
+ },
63
+ preview: {
64
+ describe: {
65
+ beginsWith: "Begins with {0}",
66
+ endsWith: "Ends with {0}",
67
+ containsText: "Text contains {0}",
68
+ notContainsText: "Text does not contain {0}",
69
+ equal: "Equal to {0}",
70
+ notEqual: "Not equal to {0}",
71
+ containsBlanks: "Contains Blanks",
72
+ notContainsBlanks: "Does not contain Blanks",
73
+ containsErrors: "Contains Errors",
74
+ notContainsErrors: "Does not contain Errors",
75
+ greaterThan: "Greater than {0}",
76
+ greaterThanOrEqual: "Greater than or equal to {0}",
77
+ lessThan: "Less than {0}",
78
+ lessThanOrEqual: "Less than or equal to {0}",
79
+ notBetween: "Not between {0} and {1}",
80
+ between: "Between {0} and {1}",
81
+ yesterday: "Yesterday",
82
+ tomorrow: "Tomorrow",
83
+ last7Days: "Last 7 Days",
84
+ thisMonth: "This Month",
85
+ lastMonth: "Last Month",
86
+ nextMonth: "Next Month",
87
+ thisWeek: "This Week",
88
+ lastWeek: "Last Week",
89
+ nextWeek: "Next Week",
90
+ today: "Today",
91
+ topN: "Top {0}",
92
+ bottomN: "Bottom {0}",
93
+ topNPercent: "Top {0}%",
94
+ bottomNPercent: "Bottom {0}%"
95
+ }
96
+ },
97
+ operator: {
98
+ beginsWith: "Begins with",
99
+ endsWith: "Ends with",
100
+ containsText: "Text contains",
101
+ notContainsText: "Text does not contain",
102
+ equal: "Equal to",
103
+ notEqual: "Not equal to",
104
+ containsBlanks: "Contains Blanks",
105
+ notContainsBlanks: "Does not contain Blanks",
106
+ containsErrors: "Contains Errors",
107
+ notContainsErrors: "Does not contain Errors",
108
+ greaterThan: "Greater than",
109
+ greaterThanOrEqual: "Greater than or equal to",
110
+ lessThan: "Less than",
111
+ lessThanOrEqual: "Less than or equal to",
112
+ notBetween: "Not between",
113
+ between: "Between",
114
+ yesterday: "Yesterday",
115
+ tomorrow: "Tomorrow",
116
+ last7Days: "Last 7 Days",
117
+ thisMonth: "This Month",
118
+ lastMonth: "Last Month",
119
+ nextMonth: "Next Month",
120
+ thisWeek: "This Week",
121
+ lastWeek: "Last Week",
122
+ nextWeek: "Next Week",
123
+ today: "Today"
124
+ },
125
+ ruleType: {
126
+ highlightCell: "Highlight Cell",
127
+ dataBar: "Data Bar",
128
+ colorScale: "Color Scale",
129
+ formula: "Custom Formula",
130
+ iconSet: "Icon Set",
131
+ duplicateValues: "Duplicate Values",
132
+ uniqueValues: "Unique Values"
133
+ },
134
+ subRuleType: {
135
+ uniqueValues: "Unique Values",
136
+ duplicateValues: "Duplicate Values",
137
+ rank: "Rank",
138
+ text: "Text",
139
+ timePeriod: "Time Period",
140
+ number: "Number",
141
+ average: "Average"
142
+ },
143
+ valueType: {
144
+ num: "Number",
145
+ min: "Minimum",
146
+ max: "Maximum",
147
+ percent: "Percentage",
148
+ percentile: "Percentile",
149
+ formula: "Formula",
150
+ none: "None"
151
+ },
152
+ errorMessage: {
153
+ notBlank: "Condition can not be empty",
154
+ formulaError: "Wrong formula",
155
+ rangeError: "Bad selection"
156
+ }
157
+ }
158
+ }
159
+ };
160
+ export {
161
+ e as default
162
+ };
@@ -0,0 +1,162 @@
1
+ const e = {
2
+ sheet: {
3
+ cf: {
4
+ title: "قالب‌بندی شرطی",
5
+ menu: {
6
+ manageConditionalFormatting: "مدیریت قالب‌بندی شرطی",
7
+ createConditionalFormatting: "ایجاد قالب‌بندی شرطی",
8
+ clearRangeRules: "پاک کردن قوانین برای محدوده انتخاب شده",
9
+ clearWorkSheetRules: "پاک کردن قوانین برای کل برگ"
10
+ },
11
+ form: {
12
+ lessThan: "مقدار باید کمتر از {0} باشد",
13
+ lessThanOrEqual: "مقدار باید کمتر از یا برابر با {0} باشد",
14
+ greaterThan: "مقدار باید بزرگتر از {0} باشد",
15
+ greaterThanOrEqual: "مقدار باید بزرگتر از یا برابر با {0} باشد",
16
+ rangeSelector: "انتخاب محدوده یا وارد کردن مقدار"
17
+ },
18
+ iconSet: {
19
+ direction: "جهت",
20
+ shape: "شکل",
21
+ mark: "علامت",
22
+ rank: "رتبه",
23
+ rule: "قانون",
24
+ icon: "آیکون",
25
+ type: "نوع",
26
+ value: "مقدار",
27
+ reverseIconOrder: "معکوس کردن ترتیب آیکون",
28
+ and: "و",
29
+ when: "هنگامی که",
30
+ onlyShowIcon: "فقط نمایش آیکون"
31
+ },
32
+ symbol: {
33
+ greaterThan: ">",
34
+ greaterThanOrEqual: ">=",
35
+ lessThan: "<",
36
+ lessThanOrEqual: "<="
37
+ },
38
+ panel: {
39
+ createRule: "ایجاد قانون",
40
+ clear: "پاک کردن همه قوانین",
41
+ range: "اعمال محدوده",
42
+ styleType: "نوع سبک",
43
+ submit: "ارسال",
44
+ cancel: "انصراف",
45
+ rankAndAverage: "بالا/پایین/میانگین",
46
+ styleRule: "قانون سبک",
47
+ isNotBottom: "بالا",
48
+ isBottom: "پایین",
49
+ greaterThanAverage: "بزرگتر از میانگین",
50
+ lessThanAverage: "کوچکتر از میانگین",
51
+ medianValue: "مقدار میانه",
52
+ fillType: "نوع پر کردن",
53
+ pureColor: "رنگ جامد",
54
+ gradient: "شیب رنگی",
55
+ colorSet: "مجموعه رنگ",
56
+ positive: "مثبت",
57
+ native: "منفی",
58
+ workSheet: "کل برگ",
59
+ selectedRange: "محدوده انتخاب شده",
60
+ managerRuleSelect: "مدیریت {0} قوانین",
61
+ onlyShowDataBar: "فقط نمایش نوار داده"
62
+ },
63
+ preview: {
64
+ describe: {
65
+ beginsWith: "با {0} شروع می‌شود",
66
+ endsWith: "با {0} پایان می‌یابد",
67
+ containsText: "شامل متن {0} است",
68
+ notContainsText: "شامل متن {0} نیست",
69
+ equal: "برابر است با {0}",
70
+ notEqual: "برابر نیست با {0}",
71
+ containsBlanks: "شامل مقادیر خالی است",
72
+ notContainsBlanks: "شامل مقادیر خالی نیست",
73
+ containsErrors: "شامل خطاها است",
74
+ notContainsErrors: "شامل خطاها نیست",
75
+ greaterThan: "بزرگتر از {0}",
76
+ greaterThanOrEqual: "بزرگتر از یا برابر با {0}",
77
+ lessThan: "کوچکتر از {0}",
78
+ lessThanOrEqual: "کوچکتر از یا برابر با {0}",
79
+ notBetween: "بین {0} و {1} نیست",
80
+ between: "بین {0} و {1}",
81
+ yesterday: "دیروز",
82
+ tomorrow: "فردا",
83
+ last7Days: "7 روز گذشته",
84
+ thisMonth: "این ماه",
85
+ lastMonth: "ماه گذشته",
86
+ nextMonth: "ماه آینده",
87
+ thisWeek: "این هفته",
88
+ lastWeek: "هفته گذشته",
89
+ nextWeek: "هفته آینده",
90
+ today: "امروز",
91
+ topN: "{0} برتر",
92
+ bottomN: "{0} پایین‌تر",
93
+ topNPercent: "{0}% برتر",
94
+ bottomNPercent: "{0}% پایین‌تر"
95
+ }
96
+ },
97
+ operator: {
98
+ beginsWith: "با ... شروع می‌شود",
99
+ endsWith: "با ... پایان می‌یابد",
100
+ containsText: "شامل متن ... است",
101
+ notContainsText: "شامل متن ... نیست",
102
+ equal: "برابر است با",
103
+ notEqual: "برابر نیست با",
104
+ containsBlanks: "شامل مقادیر خالی است",
105
+ notContainsBlanks: "شامل مقادیر خالی نیست",
106
+ containsErrors: "شامل خطاها است",
107
+ notContainsErrors: "شامل خطاها نیست",
108
+ greaterThan: "بزرگتر از",
109
+ greaterThanOrEqual: "بزرگتر از یا برابر با",
110
+ lessThan: "کوچکتر از",
111
+ lessThanOrEqual: "کوچکتر از یا برابر با",
112
+ notBetween: "بین ... و ... نیست",
113
+ between: "بین ... و ...",
114
+ yesterday: "دیروز",
115
+ tomorrow: "فردا",
116
+ last7Days: "7 روز گذشته",
117
+ thisMonth: "این ماه",
118
+ lastMonth: "ماه گذشته",
119
+ nextMonth: "ماه آینده",
120
+ thisWeek: "این هفته",
121
+ lastWeek: "هفته گذشته",
122
+ nextWeek: "هفته آینده",
123
+ today: "امروز"
124
+ },
125
+ ruleType: {
126
+ highlightCell: "برجسته کردن سلول",
127
+ dataBar: "نوار داده",
128
+ colorScale: "مقیاس رنگی",
129
+ formula: "فرمول سفارشی",
130
+ iconSet: "مجموعه آیکون",
131
+ duplicateValues: "مقادیر تکراری",
132
+ uniqueValues: "مقادیر منحصربه‌فرد"
133
+ },
134
+ subRuleType: {
135
+ uniqueValues: "مقادیر منحصربه‌فرد",
136
+ duplicateValues: "مقادیر تکراری",
137
+ rank: "رتبه",
138
+ text: "متن",
139
+ timePeriod: "دوره زمانی",
140
+ number: "عدد",
141
+ average: "میانگین"
142
+ },
143
+ valueType: {
144
+ num: "عدد",
145
+ min: "حداقل",
146
+ max: "حداکثر",
147
+ percent: "درصد",
148
+ percentile: "درصد صدک",
149
+ formula: "فرمول",
150
+ none: "هیچ کدام"
151
+ },
152
+ errorMessage: {
153
+ notBlank: "شرط نمی‌تواند خالی باشد",
154
+ formulaError: "فرمول اشتباه",
155
+ rangeError: "Bad selection"
156
+ }
157
+ }
158
+ }
159
+ };
160
+ export {
161
+ e as default
162
+ };
@@ -0,0 +1,162 @@
1
+ const e = {
2
+ sheet: {
3
+ cf: {
4
+ title: "Mise en forme conditionnelle",
5
+ menu: {
6
+ manageConditionalFormatting: "Gérer la mise en forme conditionnelle",
7
+ createConditionalFormatting: "Créer une mise en forme conditionnelle",
8
+ clearRangeRules: "Effacer les règles pour la plage sélectionnée",
9
+ clearWorkSheetRules: "Effacer les règles pour toute la feuille"
10
+ },
11
+ form: {
12
+ lessThan: "La valeur doit être inférieure à {0}",
13
+ lessThanOrEqual: "La valeur doit être inférieure ou égale à {0}",
14
+ greaterThan: "La valeur doit être supérieure à {0}",
15
+ greaterThanOrEqual: "La valeur doit être supérieure ou égale à {0}",
16
+ rangeSelector: "Sélectionner une plage ou entrer une valeur"
17
+ },
18
+ iconSet: {
19
+ direction: "Direction",
20
+ shape: "Forme",
21
+ mark: "Marque",
22
+ rank: "Rang",
23
+ rule: "Règle",
24
+ icon: "Icône",
25
+ type: "Type",
26
+ value: "Valeur",
27
+ reverseIconOrder: "Inverser l'ordre des icônes",
28
+ and: "Et",
29
+ when: "Quand",
30
+ onlyShowIcon: "Afficher uniquement l'icône"
31
+ },
32
+ symbol: {
33
+ greaterThan: ">",
34
+ greaterThanOrEqual: ">=",
35
+ lessThan: "<",
36
+ lessThanOrEqual: "<="
37
+ },
38
+ panel: {
39
+ createRule: "Créer une règle",
40
+ clear: "Effacer toutes les règles",
41
+ range: "Appliquer la plage",
42
+ styleType: "Type de style",
43
+ submit: "Soumettre",
44
+ cancel: "Annuler",
45
+ rankAndAverage: "Haut/Bas/Moyenne",
46
+ styleRule: "Règle de style",
47
+ isNotBottom: "Haut",
48
+ isBottom: "Bas",
49
+ greaterThanAverage: "Supérieur à la moyenne",
50
+ lessThanAverage: "Inférieur à la moyenne",
51
+ medianValue: "Valeur médiane",
52
+ fillType: "Type de remplissage",
53
+ pureColor: "Couleur unie",
54
+ gradient: "Dégradé",
55
+ colorSet: "Ensemble de couleurs",
56
+ positive: "Positif",
57
+ native: "Négatif",
58
+ workSheet: "Toute la feuille",
59
+ selectedRange: "Plage sélectionnée",
60
+ managerRuleSelect: "Gérer les règles de {0}",
61
+ onlyShowDataBar: "Afficher uniquement les barres de données"
62
+ },
63
+ preview: {
64
+ describe: {
65
+ beginsWith: "Commence par {0}",
66
+ endsWith: "Se termine par {0}",
67
+ containsText: "Le texte contient {0}",
68
+ notContainsText: "Le texte ne contient pas {0}",
69
+ equal: "Égal à {0}",
70
+ notEqual: "Différent de {0}",
71
+ containsBlanks: "Contient des blancs",
72
+ notContainsBlanks: "Ne contient pas de blancs",
73
+ containsErrors: "Contient des erreurs",
74
+ notContainsErrors: "Ne contient pas d'erreurs",
75
+ greaterThan: "Supérieur à {0}",
76
+ greaterThanOrEqual: "Supérieur ou égal à {0}",
77
+ lessThan: "Inférieur à {0}",
78
+ lessThanOrEqual: "Inférieur ou égal à {0}",
79
+ notBetween: "Pas entre {0} et {1}",
80
+ between: "Entre {0} et {1}",
81
+ yesterday: "Hier",
82
+ tomorrow: "Demain",
83
+ last7Days: "Les 7 derniers jours",
84
+ thisMonth: "Ce mois-ci",
85
+ lastMonth: "Le mois dernier",
86
+ nextMonth: "Le mois prochain",
87
+ thisWeek: "Cette semaine",
88
+ lastWeek: "La semaine dernière",
89
+ nextWeek: "La semaine prochaine",
90
+ today: "Aujourd'hui",
91
+ topN: "Top {0}",
92
+ bottomN: "Bas {0}",
93
+ topNPercent: "Top {0}%",
94
+ bottomNPercent: "Bas {0}%"
95
+ }
96
+ },
97
+ operator: {
98
+ beginsWith: "Commence par",
99
+ endsWith: "Se termine par",
100
+ containsText: "Le texte contient",
101
+ notContainsText: "Le texte ne contient pas",
102
+ equal: "Égal à",
103
+ notEqual: "Différent de",
104
+ containsBlanks: "Contient des blancs",
105
+ notContainsBlanks: "Ne contient pas de blancs",
106
+ containsErrors: "Contient des erreurs",
107
+ notContainsErrors: "Ne contient pas d'erreurs",
108
+ greaterThan: "Supérieur à",
109
+ greaterThanOrEqual: "Supérieur ou égal à",
110
+ lessThan: "Inférieur à",
111
+ lessThanOrEqual: "Inférieur ou égal à",
112
+ notBetween: "Pas entre",
113
+ between: "Entre",
114
+ yesterday: "Hier",
115
+ tomorrow: "Demain",
116
+ last7Days: "Les 7 derniers jours",
117
+ thisMonth: "Ce mois-ci",
118
+ lastMonth: "Le mois dernier",
119
+ nextMonth: "Le mois prochain",
120
+ thisWeek: "Cette semaine",
121
+ lastWeek: "La semaine dernière",
122
+ nextWeek: "La semaine prochaine",
123
+ today: "Aujourd'hui"
124
+ },
125
+ ruleType: {
126
+ highlightCell: "Mettre en surbrillance la cellule",
127
+ dataBar: "Barre de données",
128
+ colorScale: "Échelle de couleurs",
129
+ formula: "Formule personnalisée",
130
+ iconSet: "Jeu d'icônes",
131
+ duplicateValues: "Valeurs en double",
132
+ uniqueValues: "Valeurs uniques"
133
+ },
134
+ subRuleType: {
135
+ uniqueValues: "Valeurs uniques",
136
+ duplicateValues: "Valeurs en double",
137
+ rank: "Rang",
138
+ text: "Texte",
139
+ timePeriod: "Période",
140
+ number: "Nombre",
141
+ average: "Moyenne"
142
+ },
143
+ valueType: {
144
+ num: "Nombre",
145
+ min: "Minimum",
146
+ max: "Maximum",
147
+ percent: "Pourcentage",
148
+ percentile: "Percentile",
149
+ formula: "Formule",
150
+ none: "Aucun"
151
+ },
152
+ errorMessage: {
153
+ notBlank: "La condition ne peut pas être vide",
154
+ rangeError: "Plage invalide",
155
+ formulaError: "Formule incorrecte"
156
+ }
157
+ }
158
+ }
159
+ };
160
+ export {
161
+ e as default
162
+ };
@@ -0,0 +1,162 @@
1
+ const e = {
2
+ sheet: {
3
+ cf: {
4
+ title: "Условное форматирование",
5
+ menu: {
6
+ manageConditionalFormatting: "Управление условным форматированием",
7
+ createConditionalFormatting: "Создание условного форматирования",
8
+ clearRangeRules: "Очистить правила для выбранного диапазона",
9
+ clearWorkSheetRules: "Очистить правила для всего листа"
10
+ },
11
+ form: {
12
+ lessThan: "Значение должно быть меньше {0}",
13
+ lessThanOrEqual: "Значение должно быть меньше или равно {0}",
14
+ greaterThan: "Значение должно быть больше {0}",
15
+ greaterThanOrEqual: "Значение должно быть больше или равно {0}",
16
+ rangeSelector: "Выберите диапазон или введите значение"
17
+ },
18
+ iconSet: {
19
+ direction: "Направление",
20
+ shape: "Форма",
21
+ mark: "Знак",
22
+ rank: "Ранг",
23
+ rule: "Правило",
24
+ icon: "Иконка",
25
+ type: "Тип",
26
+ value: "Значение",
27
+ reverseIconOrder: "Обратный порядок иконок",
28
+ and: "И",
29
+ when: "Когда",
30
+ onlyShowIcon: "Показывать только иконку"
31
+ },
32
+ symbol: {
33
+ greaterThan: ">",
34
+ greaterThanOrEqual: ">=",
35
+ lessThan: "<",
36
+ lessThanOrEqual: "<="
37
+ },
38
+ panel: {
39
+ createRule: "Создать правило",
40
+ clear: "Очистить все правила",
41
+ range: "Применить диапазон",
42
+ styleType: "Тип стиля",
43
+ submit: "Подтвердить",
44
+ cancel: "Отменить",
45
+ rankAndAverage: "Верх/Низ/Среднее",
46
+ styleRule: "Правило стиля",
47
+ isNotBottom: "Верх",
48
+ isBottom: "Низ",
49
+ greaterThanAverage: "Больше среднего",
50
+ lessThanAverage: "Меньше среднего",
51
+ medianValue: "Медианное значение",
52
+ fillType: "Тип заполнения",
53
+ pureColor: "Сплошной цвет",
54
+ gradient: "Градиент",
55
+ colorSet: "Набор цветов",
56
+ positive: "Положительный",
57
+ native: "Отрицательный",
58
+ workSheet: "Весь лист",
59
+ selectedRange: "Выбранный диапазон",
60
+ managerRuleSelect: "Управление правилами {0}",
61
+ onlyShowDataBar: "Показывать только гистограммы данных"
62
+ },
63
+ preview: {
64
+ describe: {
65
+ beginsWith: "Начинается с {0}",
66
+ endsWith: "Заканчивается на {0}",
67
+ containsText: "Содержит текст {0}",
68
+ notContainsText: "Не содержит текст {0}",
69
+ equal: "Равно {0}",
70
+ notEqual: "Не равно {0}",
71
+ containsBlanks: "Содержит пустые ячейки",
72
+ notContainsBlanks: "Не содержит пустых ячеек",
73
+ containsErrors: "Содержит ошибки",
74
+ notContainsErrors: "Не содержит ошибок",
75
+ greaterThan: "Больше чем {0}",
76
+ greaterThanOrEqual: "Больше или равно {0}",
77
+ lessThan: "Меньше чем {0}",
78
+ lessThanOrEqual: "Меньше или равно {0}",
79
+ notBetween: "Не между {0} и {1}",
80
+ between: "Между {0} и {1}",
81
+ yesterday: "Вчера",
82
+ tomorrow: "Завтра",
83
+ last7Days: "Последние 7 дней",
84
+ thisMonth: "Этот месяц",
85
+ lastMonth: "Прошлый месяц",
86
+ nextMonth: "Следующий месяц",
87
+ thisWeek: "Эта неделя",
88
+ lastWeek: "Прошлая неделя",
89
+ nextWeek: "Следующая неделя",
90
+ today: "Сегодня",
91
+ topN: "Топ {0}",
92
+ bottomN: "Низ {0}",
93
+ topNPercent: "Топ {0}%",
94
+ bottomNPercent: "Низ {0}%"
95
+ }
96
+ },
97
+ operator: {
98
+ beginsWith: "Начинается с",
99
+ endsWith: "Заканчивается на",
100
+ containsText: "Содержит текст",
101
+ notContainsText: "Не содержит текст",
102
+ equal: "Равно",
103
+ notEqual: "Не равно",
104
+ containsBlanks: "Содержит пустые ячейки",
105
+ notContainsBlanks: "Не содержит пустых ячеек",
106
+ containsErrors: "Содержит ошибки",
107
+ notContainsErrors: "Не содержит ошибок",
108
+ greaterThan: "Больше чем",
109
+ greaterThanOrEqual: "Больше или равно",
110
+ lessThan: "Меньше чем",
111
+ lessThanOrEqual: "Меньше или равно",
112
+ notBetween: "Не между",
113
+ between: "Между",
114
+ yesterday: "Вчера",
115
+ tomorrow: "Завтра",
116
+ last7Days: "Последние 7 дней",
117
+ thisMonth: "Этот месяц",
118
+ lastMonth: "Прошлый месяц",
119
+ nextMonth: "Следующий месяц",
120
+ thisWeek: "Эта неделя",
121
+ lastWeek: "Прошлая неделя",
122
+ nextWeek: "Следующая неделя",
123
+ today: "Сегодня"
124
+ },
125
+ ruleType: {
126
+ highlightCell: "Выделение ячеек",
127
+ dataBar: "Гистограмма данных",
128
+ colorScale: "Цветовая шкала",
129
+ formula: "Пользовательская формула",
130
+ iconSet: "Набор иконок",
131
+ duplicateValues: "Дублирующиеся значения",
132
+ uniqueValues: "Уникальные значения"
133
+ },
134
+ subRuleType: {
135
+ uniqueValues: "Уникальные значения",
136
+ duplicateValues: "Дублирующиеся значения",
137
+ rank: "Ранг",
138
+ text: "Текст",
139
+ timePeriod: "Период времени",
140
+ number: "Число",
141
+ average: "Среднее"
142
+ },
143
+ valueType: {
144
+ num: "Число",
145
+ min: "Минимум",
146
+ max: "Максимум",
147
+ percent: "Процент",
148
+ percentile: "Процентиль",
149
+ formula: "Формула",
150
+ none: "Нет"
151
+ },
152
+ errorMessage: {
153
+ notBlank: "Условие не может быть пустым",
154
+ formulaError: "Ошибка формулы",
155
+ rangeError: "Bad selection"
156
+ }
157
+ }
158
+ }
159
+ };
160
+ export {
161
+ e as default
162
+ };