Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 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' => 'చర్చ',
);