Approval.

This commit is contained in:
2025-10-09 09:24:33 +00:00
committed by md translation bot
parent 55f334dd18
commit 4fbf5b51c4
7 changed files with 65 additions and 65 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' => 'Projekt',
'grant_application' => 'Žádost o grant',
'exhibition' => 'Výstava',
'appointment' => 'Schůzka / Událost',
'loan_incoming' => 'Půjčka (příchozí)',
'loan_outgoing' => 'Půjčka (odchozí)',
'employment_ad' => 'Inzerát na zaměstnání',
'purchase' => 'Nákup',
'deaccession' => 'Vystoupení',
'construction' => 'Stavební opatření',
'pest_control_campaign' => 'Kampaň na hubení škůdců',
'pr_campaign' => 'PR kampaň',
'relocation' => 'Přemístění',
'discussion' => 'Diskuse',
);