feat: implement search functionality in MusicProductionController, enhance view with search form and localization support for search results
This commit is contained in:
@@ -7,6 +7,8 @@ return [
|
||||
'meta-index-title' => 'Music production, soundtracks and corporate music projects.',
|
||||
'meta-index-description' => 'Explore our albums, singles and production work published on Spotify, YouTube and digital platforms.',
|
||||
'empty' => 'No music productions registered yet.',
|
||||
'search_placeholder' => 'Search by title or client name…',
|
||||
'search_no_results' => 'No results found for “:query”.',
|
||||
'card_category_default' => 'Production',
|
||||
'view_details_tooltip' => 'View details',
|
||||
'project_details' => 'Project Details',
|
||||
|
||||
@@ -7,6 +7,8 @@ return [
|
||||
'meta-index-title' => 'Müzik prodüksiyonu, film müzikleri ve kurumsal müzik çalışmalarımız.',
|
||||
'meta-index-description' => 'Spotify, YouTube ve dijital platformlarda yayımlanan albüm, single ve prodüksiyon projelerimizi keşfedin.',
|
||||
'empty' => 'Şu anda kayıtlı müzik prodüksiyonu bulunmuyor.',
|
||||
'search_placeholder' => 'Başlık veya müşteri adı ile ara…',
|
||||
'search_no_results' => '“:query” için sonuç bulunamadı.',
|
||||
'card_category_default' => 'Prodüksiyon',
|
||||
'view_details_tooltip' => 'Detayları görüntüle',
|
||||
'project_details' => 'Proje Detayları',
|
||||
|
||||
Reference in New Issue
Block a user