@cloud-ru/uikit-product-locale 0.23.0 → 0.24.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,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.24.0 (2025-12-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **AINFR-4587:** translations ([0b7d117](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0b7d117e9e2e4673fe314d24d2decace92adcdc5))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.23.0 (2025-12-09)
7
18
 
8
19
 
@@ -443,13 +443,12 @@ export declare const en_GB: {
443
443
  attachFileTooltip: string;
444
444
  submitButtonTooltip: string;
445
445
  errors: {
446
+ fileSize: string;
447
+ fileType: string;
446
448
  emptyFile: string;
447
449
  binaryData: string;
448
450
  invalidSSHKey: string;
449
- invalidFileExtension: string;
450
- fileTooLarge: string;
451
451
  readError: string;
452
- unknownError: string;
453
452
  };
454
453
  };
455
454
  };
@@ -407,13 +407,12 @@ exports.en_GB = {
407
407
  attachFileTooltip: 'Attach file',
408
408
  submitButtonTooltip: 'Send',
409
409
  errors: {
410
+ fileSize: 'File too large',
411
+ fileType: 'Invalid file extension',
410
412
  emptyFile: 'File is empty',
411
413
  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',
414
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
415
415
  readError: 'Failed to read file',
416
- unknownError: 'An unknown error occurred',
417
416
  },
418
417
  },
419
418
  },
@@ -407,13 +407,12 @@ exports.ru_RU = {
407
407
  attachFileTooltip: 'Прикрепить файл',
408
408
  submitButtonTooltip: 'Отправить',
409
409
  errors: {
410
+ fileSize: 'Файл слишком большой',
411
+ fileType: 'Неподходящее расширение файла',
410
412
  emptyFile: 'Файл пустой',
411
413
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
412
- invalidSSHKey: 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
413
- invalidFileExtension: 'Неподходящее расширение файла',
414
- fileTooLarge: 'Файл слишком большой',
414
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
415
415
  readError: 'Не удалось прочитать файл',
416
- unknownError: 'Произошла неизвестная ошибка',
417
416
  },
418
417
  },
419
418
  },
@@ -443,13 +443,12 @@ export declare const en_GB: {
443
443
  attachFileTooltip: string;
444
444
  submitButtonTooltip: string;
445
445
  errors: {
446
+ fileSize: string;
447
+ fileType: string;
446
448
  emptyFile: string;
447
449
  binaryData: string;
448
450
  invalidSSHKey: string;
449
- invalidFileExtension: string;
450
- fileTooLarge: string;
451
451
  readError: string;
452
- unknownError: string;
453
452
  };
454
453
  };
455
454
  };
@@ -404,13 +404,12 @@ export const en_GB = {
404
404
  attachFileTooltip: 'Attach file',
405
405
  submitButtonTooltip: 'Send',
406
406
  errors: {
407
+ fileSize: 'File too large',
408
+ fileType: 'Invalid file extension',
407
409
  emptyFile: 'File is empty',
408
410
  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',
411
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
412
412
  readError: 'Failed to read file',
413
- unknownError: 'An unknown error occurred',
414
413
  },
415
414
  },
416
415
  },
@@ -404,13 +404,12 @@ export const ru_RU = {
404
404
  attachFileTooltip: 'Прикрепить файл',
405
405
  submitButtonTooltip: 'Отправить',
406
406
  errors: {
407
+ fileSize: 'Файл слишком большой',
408
+ fileType: 'Неподходящее расширение файла',
407
409
  emptyFile: 'Файл пустой',
408
410
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
409
- invalidSSHKey: 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
410
- invalidFileExtension: 'Неподходящее расширение файла',
411
- fileTooLarge: 'Файл слишком большой',
411
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
412
412
  readError: 'Не удалось прочитать файл',
413
- unknownError: 'Произошла неизвестная ошибка',
414
413
  },
415
414
  },
416
415
  },
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.24.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": "77987340e4904dec7ce4ba5ae8da7e3e8a75dd1d"
51
51
  }
@@ -416,14 +416,12 @@ export const en_GB = {
416
416
  attachFileTooltip: 'Attach file',
417
417
  submitButtonTooltip: 'Send',
418
418
  errors: {
419
+ fileSize: 'File too large',
420
+ fileType: 'Invalid file extension',
419
421
  emptyFile: 'File is empty',
420
422
  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',
423
+ invalidSSHKey: 'Invalid SSH key. Supported keys and certificates: RSA, DSA, ECDSA, Ed25519',
425
424
  readError: 'Failed to read file',
426
- unknownError: 'An unknown error occurred',
427
425
  },
428
426
  },
429
427
  },
@@ -416,14 +416,12 @@ export const ru_RU: typeof en_GB = {
416
416
  attachFileTooltip: 'Прикрепить файл',
417
417
  submitButtonTooltip: 'Отправить',
418
418
  errors: {
419
+ fileSize: 'Файл слишком большой',
420
+ fileType: 'Неподходящее расширение файла',
419
421
  emptyFile: 'Файл пустой',
420
422
  binaryData: 'Файл содержит бинарные данные, а не текстовый SSH-ключ',
421
- invalidSSHKey:
422
- 'Файл не содержит валидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
423
- invalidFileExtension: 'Неподходящее расширение файла',
424
- fileTooLarge: 'Файл слишком большой',
423
+ invalidSSHKey: 'Невалидный SSH-ключ. Поддерживаются: RSA, DSA, ECDSA, Ed25519 ключи и сертификаты',
425
424
  readError: 'Не удалось прочитать файл',
426
- unknownError: 'Произошла неизвестная ошибка',
427
425
  },
428
426
  },
429
427
  },