Approval.

This commit is contained in:
2024-01-05 17:05:44 +00:00
committed by md translation bot
parent edcab2f19a
commit 5ba11ffba9
6 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
'production' => 'Обработка',
'post_production' => 'Послепроизводственная обработка',
'pre_production' => 'Предварительная обработка',
'no_production' => 'Без обработки',
);