Added description in interfaces and etc

This commit is contained in:
MaxOvs
2023-01-13 15:26:35 +03:00
parent 1830ae23ad
commit 4d10721b7b
21 changed files with 1728 additions and 84 deletions

View File

@@ -0,0 +1,13 @@
"use strict";
exports.__esModule = true;
exports.en = exports.ru = void 0;
exports.ru = {
selectPlaceholder: 'Выберите элемент...',
placeholder: 'Поиск...',
textInListSearch: 'Совпадений нет...'
};
exports.en = {
selectPlaceholder: 'Select element...',
placeholder: 'Search...',
textInListSearch: 'No matches...'
};