Files
translation-value-sets/ta/process_types.php
2025-06-17 09:45:22 +00:00

19 lines
973 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' => 'விவாதம்',
);