@mk-kit/ui 0.55.1 → 0.56.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.
@@ -1294,6 +1294,14 @@ const MK_DEFAULT_I18N = {
1294
1294
  noOptions: 'No options',
1295
1295
  noResults: 'No results',
1296
1296
  noData: 'No data to display',
1297
+ translationEditorSearch: 'Search keys and text',
1298
+ translationEditorAll: 'All',
1299
+ translationEditorOverridden: 'Edited',
1300
+ translationEditorMissing: 'Missing',
1301
+ translationEditorKey: 'Key',
1302
+ translationEditorReset: 'Restore the original text',
1303
+ translationEditorExport: 'Export CSV',
1304
+ translationEditorKeys: 'keys',
1297
1305
  resultsCount: (count) => (count === 1 ? '1 result' : `${count} results`),
1298
1306
  previousPage: 'Go to previous page',
1299
1307
  nextPage: 'Go to next page',