feat: redesign music production metadata table with localized labels and styled UI components
This commit is contained in:
@@ -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',
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user