mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-01-11 17:18:41 +00:00
44 lines
1.2 KiB
PHP
Executable File
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',
|
|
]];
|