translation-value-sets/uk/exhibition_contributor_roles.php
2023-01-23 21:41:01 +00:00

10 lines
282 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
declare(strict_types = 1);
$exhibition_contributor_roles = array (
'concept' => 'Концепція',
'curator' => 'Куратор',
'design' => 'Дизайн',
'coordinator' => 'Координатор',
'protagonist' => 'Головна дійова особа',
);