translation-value-sets/kn/eventtype_groups.php

9 lines
323 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
2025-02-14 16:35:19 +00:00
'production' => 'ಉತ್ಪಾದನೆ',
'post_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
'pre_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
'no_production' => 'ಉತ್ಪಾದನೆ ಇಲ್ಲ',
2025-02-11 01:02:14 +00:00
);