oms-EquipmentManagement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 8e66c8e328
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix languages 2
2024-05-18 15:51:48 +00:00

44 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['EquipmentManagement' => [
':status1' => 'Active',
':status2' => 'Inactive',
':status3' => 'Damaged',
':status4' => 'Out of order',
'Attributes' => 'Attributes',
'Costs' => 'Costs',
'Code' => 'Code',
'Date' => 'Date',
'End' => 'End',
'Equipments' => 'Equipments',
'Equipment' => 'Equipment',
'Files' => 'Files',
'History' => 'History',
'Inspections' => 'Inspections',
'InspectionTypes' => 'Inspection Types',
'LeasingFee' => 'Leasing Fee',
'Make' => 'Make',
'Model' => 'Model',
'Name' => 'Name',
'Notes' => 'Notes',
'PurchasePrice' => 'Purchase Price',
'Responsible' => 'Responsible',
'Start' => 'Start',
'Status' => 'Status',
'Type' => 'Type',
'Location' => 'Location',
'Upcoming' => 'Upcoming',
]];