10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
export const ru = {
|
|
placeholder: 'Поиск...',
|
|
textInListSearch: 'Совпадений нет...',
|
|
};
|
|
|
|
export const en = {
|
|
placeholder: 'Search...',
|
|
textInListSearch: 'No matches...',
|
|
};
|