Files
translation-value-sets/te/process_types.php
2025-06-30 16:21:25 +00:00

19 lines
927 B
PHP

<?PHP
declare(strict_types = 1);
$process_types = array (
'project' => 'ప్రాజెక్ట్',
'grant_application' => 'మంజూరు దరఖాస్తు',
'exhibition' => 'ప్రదర్శన',
'appointment' => 'అపాయింట్‌మెంట్ / ఈవెంట్',
'loan_incoming' => 'లోన్ (ఇన్‌కమింగ్)',
'loan_outgoing' => 'లోన్ (అవుట్గోయింగ్)',
'employment_ad' => 'ఉద్యోగ ప్రకటన',
'purchase' => 'కొనుగోలు',
'deaccession' => 'డీయాక్సెషన్',
'construction' => 'నిర్మాణ కొలత',
'pest_control_campaign' => 'తెగులు నియంత్రణ ప్రచారం',
'pr_campaign' => 'పిఆర్ ప్రచారం',
'relocation' => 'స్థానభ్రంశం',
'discussion' => 'చర్చ',
);