feat: add metadata table component for music production details and update localization labels

This commit is contained in:
Ümit Tunç
2026-06-01 09:02:02 +03:00
parent f77866faa5
commit 31e695cd3a
2 changed files with 69 additions and 41 deletions
+10 -1
View File
@@ -109,7 +109,16 @@ return [
'spotify_no_albums' => 'Spotify sanatçı hesabında albüm veya single bulunamadı.',
'spotify_untitled_album' => 'İsimsiz Albüm',
// YouTube
// Metadata table labels
'field' => 'Alan',
'value' => 'Değer',
'track' => 'Parça',
'style' => 'Stil',
'contributors' => 'Katkıda Bulunanlar',
'released_on' => 'Yayın Tarihi',
'distributor' => 'Dağıtıcı',
'label' => 'Etiket',
'youtube_section' => 'YouTube Bilgileri',
'youtube_video_id_field' => 'YouTube Video ID',
'youtube_url_field' => 'YouTube URL',