Approval.

This commit is contained in:
2025-06-17 09:45:22 +00:00
committed by md translation bot
parent a7e3056f09
commit 1bb2710cad
62 changed files with 633 additions and 633 deletions

View File

@ -1,18 +1,18 @@
<?PHP
declare(strict_types = 1);
$process_types = array (
'project' => 'Project',
'grant_application' => 'Grant application',
'exhibition' => 'Exhibition',
'appointment' => 'Appointment / Event',
'loan_incoming' => 'Loan (incoming)',
'loan_outgoing' => 'Loan (outgoing)',
'employment_ad' => 'Employment ad',
'purchase' => 'Purchase',
'deaccession' => 'Deaccession',
'construction' => 'Construction measure',
'pest_control_campaign' => 'Pest control campaign',
'pr_campaign' => 'PR campaign',
'relocation' => 'Relocation',
'discussion' => 'Discussion',
'project' => 'திட்டம்',
'grant_application' => 'விண்ணப்பத்தை வழங்கவும்',
'exhibition' => 'கண்காட்சி',
'appointment' => 'நியமனம் / நிகழ்வு',
'loan_incoming' => 'கடன் (உள்வரும்)',
'loan_outgoing' => 'கடன் (வெளிச்செல்லும்)',
'employment_ad' => 'வேலைவாய்ப்பு விளம்பரம்',
'purchase' => 'வாங்க',
'deaccession' => 'சரிவு',
'construction' => 'கட்டுமான நடவடிக்கை',
'pest_control_campaign' => 'பூச்சி கட்டுப்பாடு பிரச்சாரம்',
'pr_campaign' => 'பி.ஆர் பிரச்சாரம்',
'relocation' => 'இடமாற்றம்',
'discussion' => 'விவாதம்',
);