translation-value-sets/ru/eventtype_groups.php

9 lines
317 B
PHP
Raw Normal View History

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