feat: redesign music production metadata table with localized labels and styled UI components

This commit is contained in:
Ümit Tunç
2026-06-01 09:16:30 +03:00
parent 31e695cd3a
commit faf752dd3c
4 changed files with 367 additions and 63 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
return [
// Metadata table labels
'field' => 'Feld',
'value' => 'Wert',
'track' => 'Titel',
'style' => 'Stil',
'contributors' => 'Mitwirkende',
'released_on' => 'Veröffentlicht am',
'distributor' => 'Vertriebsfirma',
'label' => 'Label',
'youtube' => 'YouTube',
];
?>