12 lines
291 B
JavaScript
12 lines
291 B
JavaScript
export const ru = {
|
|
selectPlaceholder: 'Выберите элемент...',
|
|
placeholder: 'Поиск...',
|
|
textInListSearch: 'Совпадений нет...',
|
|
};
|
|
|
|
export const en = {
|
|
selectPlaceholder: 'Select...',
|
|
placeholder: 'Search...',
|
|
textInListSearch: 'No matches...',
|
|
};
|