Add rename show functionality: implement API endpoint for renaming shows, update Show model to support name changes, and enhance ShowMetadataCard UI for name input. Update translations for new UI elements to improve user experience.
This commit is contained in:
@@ -285,7 +285,7 @@ const resources = {
|
||||
title: 'Метаданные',
|
||||
pickFromGallery: 'Выбрать из галереи',
|
||||
pickPoster: 'Из галереи',
|
||||
searchLabel: 'Поиск метаданных',
|
||||
name: 'Название',
|
||||
originalName: 'Оригинальное название (eng)',
|
||||
originalNamePlaceholder: 'Например: Family Guy',
|
||||
originalNameHint: 'По нему ищутся метаданные; на экранах показывается обычное название.',
|
||||
@@ -591,7 +591,7 @@ const resources = {
|
||||
title: 'Metadata',
|
||||
pickFromGallery: 'Pick from gallery',
|
||||
pickPoster: 'From gallery',
|
||||
searchLabel: 'Metadata search',
|
||||
name: 'Name',
|
||||
originalName: 'Original name (eng)',
|
||||
originalNamePlaceholder: 'e.g. Family Guy',
|
||||
originalNameHint: 'Metadata is looked up by this; screens still show the regular name.',
|
||||
|
||||
Reference in New Issue
Block a user