Approval.

This commit is contained in:
2024-12-09 13:57:17 +00:00
committed by md translation bot
parent 78c35964fb
commit f33074a662
49 changed files with 295 additions and 22 deletions

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
'author' => 'Author',
'director' => 'Director',
'author' => 'Szerző',
'director' => 'Rendező',
'dramaturg' => 'Dramaturg',
'production_designer' => 'Production designer',
'costumer' => 'Costumer',
@ -14,7 +14,7 @@ $series_contributor_role = array (
'technician' => 'Technician',
'inspector' => 'Inspector',
'assistant' => 'Assistant',
'actor' => 'Actor',
'actor' => 'Színész',
'painter' => 'Painter',
'creator' => 'Creator',
'equipment_supplier' => 'Equipment supplier',