@snack-uikit/locale 0.5.0 → 0.6.1-preview-0a44b2fc.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.
- package/CHANGELOG.md +11 -0
- package/dist/locales/en_GB.d.ts +4 -0
- package/dist/locales/en_GB.js +4 -0
- package/dist/locales/index.d.ts +8 -0
- package/dist/locales/ru_RU.js +4 -0
- package/package.json +2 -2
- package/src/locales/en_GB.ts +4 -0
- package/src/locales/ru_RU.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.6.0 (2024-02-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **FF-4324:** add translations Chips allLabel ([d2c296e](https://github.com/cloud-ru-tech/snack-uikit/commit/d2c296e0bdcc677ea50b11ed920720ab27d83760))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.5.0 (2024-02-23)
|
|
7
18
|
|
|
8
19
|
|
package/dist/locales/en_GB.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare const en_GB: {
|
|
|
28
28
|
};
|
|
29
29
|
Chips: {
|
|
30
30
|
clearAllButton: string;
|
|
31
|
+
allLabel: string;
|
|
31
32
|
};
|
|
32
33
|
Fields: {
|
|
33
34
|
limitTooltip: {
|
|
@@ -35,4 +36,7 @@ export declare const en_GB: {
|
|
|
35
36
|
min: string;
|
|
36
37
|
};
|
|
37
38
|
};
|
|
39
|
+
SearchPrivate: {
|
|
40
|
+
placeholder: string;
|
|
41
|
+
};
|
|
38
42
|
};
|
package/dist/locales/en_GB.js
CHANGED
|
@@ -28,6 +28,7 @@ export const en_GB = {
|
|
|
28
28
|
},
|
|
29
29
|
Chips: {
|
|
30
30
|
clearAllButton: 'Clear all',
|
|
31
|
+
allLabel: 'All',
|
|
31
32
|
},
|
|
32
33
|
Fields: {
|
|
33
34
|
limitTooltip: {
|
|
@@ -35,4 +36,7 @@ export const en_GB = {
|
|
|
35
36
|
min: 'Value should be greater or equal ',
|
|
36
37
|
},
|
|
37
38
|
},
|
|
39
|
+
SearchPrivate: {
|
|
40
|
+
placeholder: 'Search',
|
|
41
|
+
},
|
|
38
42
|
};
|
package/dist/locales/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare const LOCALES: {
|
|
|
29
29
|
};
|
|
30
30
|
Chips: {
|
|
31
31
|
clearAllButton: string;
|
|
32
|
+
allLabel: string;
|
|
32
33
|
};
|
|
33
34
|
Fields: {
|
|
34
35
|
limitTooltip: {
|
|
@@ -36,6 +37,9 @@ export declare const LOCALES: {
|
|
|
36
37
|
min: string;
|
|
37
38
|
};
|
|
38
39
|
};
|
|
40
|
+
SearchPrivate: {
|
|
41
|
+
placeholder: string;
|
|
42
|
+
};
|
|
39
43
|
};
|
|
40
44
|
readonly ru_RU: {
|
|
41
45
|
Table: {
|
|
@@ -67,6 +71,7 @@ export declare const LOCALES: {
|
|
|
67
71
|
};
|
|
68
72
|
Chips: {
|
|
69
73
|
clearAllButton: string;
|
|
74
|
+
allLabel: string;
|
|
70
75
|
};
|
|
71
76
|
Fields: {
|
|
72
77
|
limitTooltip: {
|
|
@@ -74,5 +79,8 @@ export declare const LOCALES: {
|
|
|
74
79
|
min: string;
|
|
75
80
|
};
|
|
76
81
|
};
|
|
82
|
+
SearchPrivate: {
|
|
83
|
+
placeholder: string;
|
|
84
|
+
};
|
|
77
85
|
};
|
|
78
86
|
};
|
package/dist/locales/ru_RU.js
CHANGED
|
@@ -17,6 +17,7 @@ export const ru_RU = {
|
|
|
17
17
|
},
|
|
18
18
|
Chips: {
|
|
19
19
|
clearAllButton: 'Удалить все',
|
|
20
|
+
allLabel: 'Все',
|
|
20
21
|
},
|
|
21
22
|
List: {
|
|
22
23
|
noData: {
|
|
@@ -35,4 +36,7 @@ export const ru_RU = {
|
|
|
35
36
|
min: 'Значение должно быть больше либо равно ',
|
|
36
37
|
},
|
|
37
38
|
},
|
|
39
|
+
SearchPrivate: {
|
|
40
|
+
placeholder: 'Поиск',
|
|
41
|
+
},
|
|
38
42
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Locale",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.6.1-preview-0a44b2fc.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/lodash.merge": "4.6.9"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "318167bcb09619d0d40263ec844b38b1014838f4"
|
|
41
41
|
}
|
package/src/locales/en_GB.ts
CHANGED
|
@@ -28,6 +28,7 @@ export const en_GB = {
|
|
|
28
28
|
},
|
|
29
29
|
Chips: {
|
|
30
30
|
clearAllButton: 'Clear all',
|
|
31
|
+
allLabel: 'All',
|
|
31
32
|
},
|
|
32
33
|
Fields: {
|
|
33
34
|
limitTooltip: {
|
|
@@ -35,4 +36,7 @@ export const en_GB = {
|
|
|
35
36
|
min: 'Value should be greater or equal ',
|
|
36
37
|
},
|
|
37
38
|
},
|
|
39
|
+
SearchPrivate: {
|
|
40
|
+
placeholder: 'Search',
|
|
41
|
+
},
|
|
38
42
|
};
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -19,6 +19,7 @@ export const ru_RU: typeof en_GB = {
|
|
|
19
19
|
},
|
|
20
20
|
Chips: {
|
|
21
21
|
clearAllButton: 'Удалить все',
|
|
22
|
+
allLabel: 'Все',
|
|
22
23
|
},
|
|
23
24
|
List: {
|
|
24
25
|
noData: {
|
|
@@ -37,4 +38,7 @@ export const ru_RU: typeof en_GB = {
|
|
|
37
38
|
min: 'Значение должно быть больше либо равно ',
|
|
38
39
|
},
|
|
39
40
|
},
|
|
41
|
+
SearchPrivate: {
|
|
42
|
+
placeholder: 'Поиск',
|
|
43
|
+
},
|
|
40
44
|
};
|