@cloud-ru/uikit-product-locale 0.24.0 → 0.25.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/cjs/locales/en_GB.d.ts +4 -0
- package/dist/cjs/locales/en_GB.js +4 -0
- package/dist/cjs/locales/ru_RU.js +4 -0
- package/dist/esm/locales/en_GB.d.ts +4 -0
- package/dist/esm/locales/en_GB.js +4 -0
- package/dist/esm/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.25.0 (2026-01-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **AINFR-4337:** alert for secure password field ([b44c4dc](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b44c4dc95160f4758070c33380581a1103c530a5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.24.0 (2025-12-17)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -218,6 +218,10 @@ exports.en_GB = {
|
|
|
218
218
|
hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
|
|
219
219
|
noSpaces: 'No spaces',
|
|
220
220
|
},
|
|
221
|
+
alert: {
|
|
222
|
+
text: 'You have switched to password entry mode',
|
|
223
|
+
button: 'Cancel',
|
|
224
|
+
},
|
|
221
225
|
error: 'Password does not meet the requirements',
|
|
222
226
|
},
|
|
223
227
|
hint: {
|
|
@@ -218,6 +218,10 @@ exports.ru_RU = {
|
|
|
218
218
|
hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
|
|
219
219
|
noSpaces: 'Без пробелов',
|
|
220
220
|
},
|
|
221
|
+
alert: {
|
|
222
|
+
text: 'Вы перешли в режим ввода пароля',
|
|
223
|
+
button: 'Отменить',
|
|
224
|
+
},
|
|
221
225
|
error: 'Пароль не соответствует требованиям',
|
|
222
226
|
},
|
|
223
227
|
hint: {
|
|
@@ -215,6 +215,10 @@ export const en_GB = {
|
|
|
215
215
|
hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
|
|
216
216
|
noSpaces: 'No spaces',
|
|
217
217
|
},
|
|
218
|
+
alert: {
|
|
219
|
+
text: 'You have switched to password entry mode',
|
|
220
|
+
button: 'Cancel',
|
|
221
|
+
},
|
|
218
222
|
error: 'Password does not meet the requirements',
|
|
219
223
|
},
|
|
220
224
|
hint: {
|
|
@@ -215,6 +215,10 @@ export const ru_RU = {
|
|
|
215
215
|
hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
|
|
216
216
|
noSpaces: 'Без пробелов',
|
|
217
217
|
},
|
|
218
|
+
alert: {
|
|
219
|
+
text: 'Вы перешли в режим ввода пароля',
|
|
220
|
+
button: 'Отменить',
|
|
221
|
+
},
|
|
218
222
|
error: 'Пароль не соответствует требованиям',
|
|
219
223
|
},
|
|
220
224
|
hint: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-locale",
|
|
3
3
|
"title": "Locale",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.25.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@types/lodash.merge": "4.6.9",
|
|
48
48
|
"@types/lodash.set": "4.3.9"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f0d31e819998afe109833b200e61860543bcf54b"
|
|
51
51
|
}
|
package/src/locales/en_GB.ts
CHANGED
|
@@ -218,6 +218,10 @@ export const en_GB = {
|
|
|
218
218
|
hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
|
|
219
219
|
noSpaces: 'No spaces',
|
|
220
220
|
},
|
|
221
|
+
alert: {
|
|
222
|
+
text: 'You have switched to password entry mode',
|
|
223
|
+
button: 'Cancel',
|
|
224
|
+
},
|
|
221
225
|
error: 'Password does not meet the requirements',
|
|
222
226
|
},
|
|
223
227
|
hint: {
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -218,6 +218,10 @@ export const ru_RU: typeof en_GB = {
|
|
|
218
218
|
hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
|
|
219
219
|
noSpaces: 'Без пробелов',
|
|
220
220
|
},
|
|
221
|
+
alert: {
|
|
222
|
+
text: 'Вы перешли в режим ввода пароля',
|
|
223
|
+
button: 'Отменить',
|
|
224
|
+
},
|
|
221
225
|
error: 'Пароль не соответствует требованиям',
|
|
222
226
|
},
|
|
223
227
|
hint: {
|