@cloud-ru/uikit-product-locale 0.21.0 → 0.22.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.22.0 (2025-12-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **FF-7560:** add table locales ([db3ab63](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/db3ab634e134af27c426c51b06c09430c6d0b56a))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.21.0 (2025-12-03)
7
18
 
8
19
 
@@ -449,4 +449,9 @@ export declare const en_GB: {
449
449
  };
450
450
  };
451
451
  };
452
+ Table: {
453
+ sort: string;
454
+ clearSort: string;
455
+ columnsSettings: string;
456
+ };
452
457
  };
@@ -413,4 +413,9 @@ exports.en_GB = {
413
413
  },
414
414
  },
415
415
  },
416
+ Table: {
417
+ sort: 'Sort',
418
+ clearSort: 'Clear sorting',
419
+ columnsSettings: 'Column settings',
420
+ },
416
421
  };
@@ -413,4 +413,9 @@ exports.ru_RU = {
413
413
  },
414
414
  },
415
415
  },
416
+ Table: {
417
+ sort: 'Сортировка',
418
+ clearSort: 'Сбросить сортировку',
419
+ columnsSettings: 'Настройки отображения',
420
+ },
416
421
  };
@@ -449,4 +449,9 @@ export declare const en_GB: {
449
449
  };
450
450
  };
451
451
  };
452
+ Table: {
453
+ sort: string;
454
+ clearSort: string;
455
+ columnsSettings: string;
456
+ };
452
457
  };
@@ -410,4 +410,9 @@ export const en_GB = {
410
410
  },
411
411
  },
412
412
  },
413
+ Table: {
414
+ sort: 'Sort',
415
+ clearSort: 'Clear sorting',
416
+ columnsSettings: 'Column settings',
417
+ },
413
418
  };
@@ -410,4 +410,9 @@ export const ru_RU = {
410
410
  },
411
411
  },
412
412
  },
413
+ Table: {
414
+ sort: 'Сортировка',
415
+ clearSort: 'Сбросить сортировку',
416
+ columnsSettings: 'Настройки отображения',
417
+ },
413
418
  };
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.21.0",
4
+ "version": "0.22.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": "6366d4a4912c09f95af6ba794df7b5a246893762"
50
+ "gitHead": "765bcc332ea9c28ea21abac518944d95e4bfc6fe"
51
51
  }
@@ -423,4 +423,9 @@ export const en_GB = {
423
423
  },
424
424
  },
425
425
  },
426
+ Table: {
427
+ sort: 'Sort',
428
+ clearSort: 'Clear sorting',
429
+ columnsSettings: 'Column settings',
430
+ },
426
431
  } satisfies Dictionary;
@@ -423,4 +423,9 @@ export const ru_RU: typeof en_GB = {
423
423
  },
424
424
  },
425
425
  },
426
+ Table: {
427
+ sort: 'Сортировка',
428
+ clearSort: 'Сбросить сортировку',
429
+ columnsSettings: 'Настройки отображения',
430
+ },
426
431
  };