Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 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' => 'ಉತ್ಪಾದನೆ ಇಲ್ಲ',
);