Add image management functionality: introduce Image entity and related API endpoints, update database schema to support image storage, and enhance UI with a new gallery feature for image selection and upload. Update translations for gallery-related terms.
This commit is contained in:
@@ -149,6 +149,19 @@ const resources = {
|
||||
Failed: 'Ошибка',
|
||||
},
|
||||
},
|
||||
gallery: {
|
||||
title: 'Галерея',
|
||||
upload: 'Загрузить',
|
||||
empty: 'В этой категории пока нет изображений',
|
||||
pickHint: 'Выберите изображение или загрузите новое',
|
||||
browseHint: 'Все изображения приложения по категориям',
|
||||
categories: {
|
||||
Library: 'Библиотека',
|
||||
ShowPoster: 'Постеры шоу',
|
||||
EpisodeStill: 'Кадры серий',
|
||||
BumperBackground: 'Фоны заставок',
|
||||
},
|
||||
},
|
||||
shows: {
|
||||
title: 'Шоу',
|
||||
name: 'Название',
|
||||
@@ -438,6 +451,19 @@ const resources = {
|
||||
Failed: 'Failed',
|
||||
},
|
||||
},
|
||||
gallery: {
|
||||
title: 'Gallery',
|
||||
upload: 'Upload',
|
||||
empty: 'No images in this category yet',
|
||||
pickHint: 'Pick an image or upload a new one',
|
||||
browseHint: 'All app images by category',
|
||||
categories: {
|
||||
Library: 'Library',
|
||||
ShowPoster: 'Show posters',
|
||||
EpisodeStill: 'Episode stills',
|
||||
BumperBackground: 'Bumper backgrounds',
|
||||
},
|
||||
},
|
||||
shows: {
|
||||
title: 'Shows',
|
||||
name: 'Name',
|
||||
|
||||
Reference in New Issue
Block a user