@snack-uikit/locale 0.10.0 → 0.10.1-preview-d736f028.0

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.
@@ -33,6 +33,8 @@ export declare const en_GB: {
33
33
  Chips: {
34
34
  clearAllButton: string;
35
35
  allLabel: string;
36
+ apply: string;
37
+ cancel: string;
36
38
  };
37
39
  Fields: {
38
40
  limitTooltip: {
@@ -38,7 +38,9 @@ exports.en_GB = {
38
38
  },
39
39
  Chips: {
40
40
  clearAllButton: 'Clear all',
41
- allLabel: 'All'
41
+ allLabel: 'All',
42
+ apply: 'Apply',
43
+ cancel: 'Cancel'
42
44
  },
43
45
  Fields: {
44
46
  limitTooltip: {
@@ -34,6 +34,8 @@ export declare const LOCALES: {
34
34
  Chips: {
35
35
  clearAllButton: string;
36
36
  allLabel: string;
37
+ apply: string;
38
+ cancel: string;
37
39
  };
38
40
  Fields: {
39
41
  limitTooltip: {
@@ -88,6 +90,8 @@ export declare const LOCALES: {
88
90
  Chips: {
89
91
  clearAllButton: string;
90
92
  allLabel: string;
93
+ apply: string;
94
+ cancel: string;
91
95
  };
92
96
  Fields: {
93
97
  limitTooltip: {
@@ -23,7 +23,9 @@ exports.ru_RU = {
23
23
  },
24
24
  Chips: {
25
25
  clearAllButton: 'Удалить все',
26
- allLabel: 'Все'
26
+ allLabel: 'Все',
27
+ apply: 'Применить',
28
+ cancel: 'Отменить'
27
29
  },
28
30
  List: {
29
31
  noData: {
@@ -33,6 +33,8 @@ export declare const en_GB: {
33
33
  Chips: {
34
34
  clearAllButton: string;
35
35
  allLabel: string;
36
+ apply: string;
37
+ cancel: string;
36
38
  };
37
39
  Fields: {
38
40
  limitTooltip: {
@@ -33,6 +33,8 @@ export const en_GB = {
33
33
  Chips: {
34
34
  clearAllButton: 'Clear all',
35
35
  allLabel: 'All',
36
+ apply: 'Apply',
37
+ cancel: 'Cancel',
36
38
  },
37
39
  Fields: {
38
40
  limitTooltip: {
@@ -34,6 +34,8 @@ export declare const LOCALES: {
34
34
  Chips: {
35
35
  clearAllButton: string;
36
36
  allLabel: string;
37
+ apply: string;
38
+ cancel: string;
37
39
  };
38
40
  Fields: {
39
41
  limitTooltip: {
@@ -88,6 +90,8 @@ export declare const LOCALES: {
88
90
  Chips: {
89
91
  clearAllButton: string;
90
92
  allLabel: string;
93
+ apply: string;
94
+ cancel: string;
91
95
  };
92
96
  Fields: {
93
97
  limitTooltip: {
@@ -18,6 +18,8 @@ export const ru_RU = {
18
18
  Chips: {
19
19
  clearAllButton: 'Удалить все',
20
20
  allLabel: 'Все',
21
+ apply: 'Применить',
22
+ cancel: 'Отменить',
21
23
  },
22
24
  List: {
23
25
  noData: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.10.0",
7
+ "version": "0.10.1-preview-d736f028.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/lodash.merge": "4.6.9"
43
43
  },
44
- "gitHead": "b7163c6f939105eb34cabec64c9e983ac7958c26"
44
+ "gitHead": "687df0310b8d81e308f91b3c0e7c8cb4adcefc8d"
45
45
  }
@@ -33,6 +33,8 @@ export const en_GB = {
33
33
  Chips: {
34
34
  clearAllButton: 'Clear all',
35
35
  allLabel: 'All',
36
+ apply: 'Apply',
37
+ cancel: 'Cancel',
36
38
  },
37
39
  Fields: {
38
40
  limitTooltip: {
@@ -20,6 +20,8 @@ export const ru_RU: typeof en_GB = {
20
20
  Chips: {
21
21
  clearAllButton: 'Удалить все',
22
22
  allLabel: 'Все',
23
+ apply: 'Применить',
24
+ cancel: 'Отменить',
23
25
  },
24
26
  List: {
25
27
  noData: {