All checks were successful
Build Docker Image / build (push) Successful in 5m8s
- Create CatalogSearchBar.vue with search input, filter badges (× to remove), filter dropdown, counter, sort dropdown - Integrate searchBar slot into CatalogPage with displayedCount and totalCount - Update hubs page to use CatalogSearchBar with transport type and country filters - Add translations for search bar in common.json - Add transport/country filter labels in catalogHubsSection.json
40 lines
1018 B
JSON
40 lines
1018 B
JSON
{
|
|
"common": {
|
|
"loading": "Загрузка...",
|
|
"save": "Сохранить",
|
|
"cancel": "Отмена",
|
|
"refresh": "Обновить",
|
|
"error": "Ошибка",
|
|
"success": "Успех",
|
|
"retry": "Повторить",
|
|
"back": "Назад",
|
|
"list": "Список",
|
|
"map": "Карта",
|
|
"language": "Язык",
|
|
"theme": "Тема",
|
|
"teams": "Команды",
|
|
"selectTeam": "Выбрать команду",
|
|
"actions": {
|
|
"load_more": "Показать еще"
|
|
},
|
|
"pagination": {
|
|
"showing": "Показано {shown} из {total}"
|
|
},
|
|
"selectLocation": "Выберите локацию",
|
|
"theme_dark": "Темная тема",
|
|
"theme_light": "Светлая тема",
|
|
"values": {
|
|
"not_available": "Нет данных"
|
|
},
|
|
"searchBar": {
|
|
"placeholder": "Поиск...",
|
|
"filters": "Фильтры",
|
|
"sort": "Сортировка"
|
|
}
|
|
},
|
|
"units": {
|
|
"t": "т",
|
|
"kg": "кг"
|
|
}
|
|
}
|