mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add category/tag management UI with ColoredItemCombobox
- ColoredItemCombobox component with search, color swatches, inline creation - Replace text inputs with combobox dropdowns for category and tag selection - API methods for categories/tags CRUD - TypeScript types for NewsCategory, NewsTag - i18n keys for combobox (ru, en)
This commit is contained in:
@@ -5081,6 +5081,16 @@
|
||||
"uploadError": "Ошибка загрузки",
|
||||
"fileTooLarge": "Файл слишком большой",
|
||||
"uploadFeaturedImage": "Загрузить изображение",
|
||||
"combobox": {
|
||||
"selectCategory": "Выберите категорию",
|
||||
"selectTag": "Выберите тег",
|
||||
"create": "Создать",
|
||||
"createNew": "Создать новый",
|
||||
"searchOrCreate": "Поиск или создание...",
|
||||
"noItems": "Ничего не найдено",
|
||||
"placeholder": "Выберите...",
|
||||
"clear": "Очистить"
|
||||
},
|
||||
"toolbar": {
|
||||
"bold": "Жирный",
|
||||
"italic": "Курсив",
|
||||
|
||||
Reference in New Issue
Block a user