translation-value-sets/uk/eventtype_groups.php
2024-01-05 17:05:44 +00:00

9 lines
309 B
PHP

<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Оброблення',
'post_production' => 'Післявиробниче оброблення',
'pre_production' => 'Передвиробниче оброблення',
'no_production' => 'Без оброблення',
);