translation-value-sets/uk/eventtype_groups.php

9 lines
309 B
PHP
Raw Normal View History

2023-12-30 21:54:34 +01:00
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
2024-01-05 18:05:44 +01:00
'production' => 'Оброблення',
'post_production' => 'Післявиробниче оброблення',
'pre_production' => 'Передвиробниче оброблення',
'no_production' => 'Без оброблення',
2023-12-30 21:54:34 +01:00
);