@cloud-ru/uikit-product-locale 0.23.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 CHANGED
@@ -3,6 +3,28 @@
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
+
17
+ # 0.24.0 (2025-12-17)
18
+
19
+
20
+ ### Features
21
+
22
+ * **AINFR-4587:** translations ([0b7d117](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0b7d117e9e2e4673fe314d24d2decace92adcdc5))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.23.0 (2025-12-09)
7
29
 
8
30
 
@@ -216,6 +216,10 @@ export declare const en_GB: {
216
216
  hasSymbol: string;
217
217
  noSpaces: string;
218
218
  };
219
+ alert: {
220
+ text: string;
221
+ button: string;
222
+ };
219
223
  error: string;
220
224
  };
221
225
  hint: {
@@ -443,13 +447,12 @@ export declare const en_GB: {
443
447
  attachFileTooltip: string;
444
448
  submitButtonTooltip: string;
445
449
  errors: {
450
+ fileSize: string;
451
+ fileType: string;
446
452
  emptyFile: string;
447
453
  binaryData: string;
448
454
  invalidSSHKey: string;
449
- invalidFileExtension: string;
450
- fileTooLarge: string;
451
455
  readError: string;
452
- unknownError: string;
453
456
  };
454
457
  };
455
458
  };
@@ -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: {
@@ -407,13 +411,12 @@ exports.en_GB = {
407
411
  attachFileTooltip: 'Attach file',
408
412
  submitButtonTooltip: 'Send',
409
413
  errors: {
414
+ fileSize: 'File too large',
415
+ fileType: 'Invalid file extension',
410
416
  emptyFile: 'File is empty',
411
417
  binaryData: 'File contains binary data, not a text SSH key',
412
- invalidSSHKey: 'File does not contain a valid SSH key. Supported: RSA, DSA, ECDSA, Ed25519 keys and certificates',
413
- invalidFileExtension: 'Invalid file extension',
414
- fileTooLarge: 'File is too large',
418
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
415
419
  readError: 'Failed to read file',
416
- unknownError: 'An unknown error occurred',
417
420
  },
418
421
  },
419
422
  },
@@ -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: {
@@ -407,13 +411,12 @@ exports.ru_RU = {
407
411
  attachFileTooltip: 'Прикрепить файл',
408
412
  submitButtonTooltip: 'Отправить',
409
413
  errors: {
414
+ fileSize: 'Файл слишком большой',
415
+ fileType: 'Неподходящее расширение файла',
410
416
  emptyFile: 'Файл пустой',
411
417
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
412
- invalidSSHKey: 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
413
- invalidFileExtension: 'Неподходящее расширение файла',
414
- fileTooLarge: 'Файл слишком большой',
418
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
415
419
  readError: 'Не удалось прочитать файл',
416
- unknownError: 'Произошла неизвестная ошибка',
417
420
  },
418
421
  },
419
422
  },
@@ -216,6 +216,10 @@ export declare const en_GB: {
216
216
  hasSymbol: string;
217
217
  noSpaces: string;
218
218
  };
219
+ alert: {
220
+ text: string;
221
+ button: string;
222
+ };
219
223
  error: string;
220
224
  };
221
225
  hint: {
@@ -443,13 +447,12 @@ export declare const en_GB: {
443
447
  attachFileTooltip: string;
444
448
  submitButtonTooltip: string;
445
449
  errors: {
450
+ fileSize: string;
451
+ fileType: string;
446
452
  emptyFile: string;
447
453
  binaryData: string;
448
454
  invalidSSHKey: string;
449
- invalidFileExtension: string;
450
- fileTooLarge: string;
451
455
  readError: string;
452
- unknownError: string;
453
456
  };
454
457
  };
455
458
  };
@@ -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: {
@@ -404,13 +408,12 @@ export const en_GB = {
404
408
  attachFileTooltip: 'Attach file',
405
409
  submitButtonTooltip: 'Send',
406
410
  errors: {
411
+ fileSize: 'File too large',
412
+ fileType: 'Invalid file extension',
407
413
  emptyFile: 'File is empty',
408
414
  binaryData: 'File contains binary data, not a text SSH key',
409
- invalidSSHKey: 'File does not contain a valid SSH key. Supported: RSA, DSA, ECDSA, Ed25519 keys and certificates',
410
- invalidFileExtension: 'Invalid file extension',
411
- fileTooLarge: 'File is too large',
415
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
412
416
  readError: 'Failed to read file',
413
- unknownError: 'An unknown error occurred',
414
417
  },
415
418
  },
416
419
  },
@@ -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: {
@@ -404,13 +408,12 @@ export const ru_RU = {
404
408
  attachFileTooltip: 'Прикрепить файл',
405
409
  submitButtonTooltip: 'Отправить',
406
410
  errors: {
411
+ fileSize: 'Файл слишком большой',
412
+ fileType: 'Неподходящее расширение файла',
407
413
  emptyFile: 'Файл пустой',
408
414
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
409
- invalidSSHKey: 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
410
- invalidFileExtension: 'Неподходящее расширение файла',
411
- fileTooLarge: 'Файл слишком большой',
415
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
412
416
  readError: 'Не удалось прочитать файл',
413
- unknownError: 'Произошла неизвестная ошибка',
414
417
  },
415
418
  },
416
419
  },
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.23.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": "1fe3ac6a113f8d464ebbd481d139b20d8e8653d8"
50
+ "gitHead": "f0d31e819998afe109833b200e61860543bcf54b"
51
51
  }
@@ -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: {
@@ -416,14 +420,12 @@ export const en_GB = {
416
420
  attachFileTooltip: 'Attach file',
417
421
  submitButtonTooltip: 'Send',
418
422
  errors: {
423
+ fileSize: 'File too large',
424
+ fileType: 'Invalid file extension',
419
425
  emptyFile: 'File is empty',
420
426
  binaryData: 'File contains binary data, not a text SSH key',
421
- invalidSSHKey:
422
- 'File does not contain a valid SSH key. Supported: RSA, DSA, ECDSA, Ed25519 keys and certificates',
423
- invalidFileExtension: 'Invalid file extension',
424
- fileTooLarge: 'File is too large',
427
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
425
428
  readError: 'Failed to read file',
426
- unknownError: 'An unknown error occurred',
427
429
  },
428
430
  },
429
431
  },
@@ -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: {
@@ -416,14 +420,12 @@ export const ru_RU: typeof en_GB = {
416
420
  attachFileTooltip: 'Прикрепить файл',
417
421
  submitButtonTooltip: 'Отправить',
418
422
  errors: {
423
+ fileSize: 'Файл слишком большой',
424
+ fileType: 'Неподходящее расширение файла',
419
425
  emptyFile: 'Файл пустой',
420
426
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
421
- invalidSSHKey:
422
- 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
423
- invalidFileExtension: 'Неподходящее расширение файла',
424
- fileTooLarge: 'Файл слишком большой',
427
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
425
428
  readError: 'Не удалось прочитать файл',
426
- unknownError: 'Произошла неизвестная ошибка',
427
429
  },
428
430
  },
429
431
  },