Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 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' => 'ಚರ್ಚೆ',
);