mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-01-29 12:58:40 +00:00
153 lines
4.2 KiB
PHP
Executable File
153 lines
4.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['FleetManagement' => [
|
|
':status1' => 'Active',
|
|
':status2' => 'Inactive',
|
|
':status3' => 'Damaged',
|
|
':status4' => 'Out of order',
|
|
'Accounting' => '',
|
|
'Addition' => '',
|
|
'Address' => '',
|
|
'Addresses' => '',
|
|
'Africa' => '',
|
|
'AllCustomers' => '',
|
|
'America' => '',
|
|
'Analyse' => '',
|
|
'AreaManager' => '',
|
|
'Articlegroup' => '',
|
|
'Articles' => '',
|
|
'Asia' => '',
|
|
'Attribute' => '',
|
|
'Attributes' => 'Attributes',
|
|
'Balance' => '',
|
|
'BaseTime' => '',
|
|
'Bills' => '',
|
|
'Bonus' => '',
|
|
'Business' => '',
|
|
'CIS' => '',
|
|
'CLV' => '',
|
|
'Calendar' => '',
|
|
'City' => '',
|
|
'Client' => '',
|
|
'ClientID' => '',
|
|
'Clients' => '',
|
|
'ComparisonTime' => '',
|
|
'Contact' => '',
|
|
'Costs' => 'Costs',
|
|
'Country' => '',
|
|
'Created' => '',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => '',
|
|
'Creditcard' => '',
|
|
'Customers' => '',
|
|
'DSO' => '',
|
|
'Date' => 'Date',
|
|
'Default' => '',
|
|
'Delivery' => '',
|
|
'Description' => '',
|
|
'Discount' => '',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => '',
|
|
'Documents' => '',
|
|
'Driver' => 'Driver',
|
|
'Drivers' => 'Drivers',
|
|
'Due' => '',
|
|
'Email' => '',
|
|
'End' => 'End',
|
|
'Europe' => '',
|
|
'Fax' => '',
|
|
'Files' => 'Files',
|
|
'Filter' => '',
|
|
'Freightage' => '',
|
|
'From' => '',
|
|
'Group' => '',
|
|
'History' => 'History',
|
|
'ID' => '',
|
|
'Info' => '',
|
|
'Inspections' => 'Inspections',
|
|
'Invoice' => '',
|
|
'Invoices' => '',
|
|
'IsDefault' => '',
|
|
'Items' => '',
|
|
'LastContact' => '',
|
|
'LastOrder' => '',
|
|
'LeasingFee' => 'Leasing Fee',
|
|
'Log' => '',
|
|
'Logs' => '',
|
|
'LostCustomers' => '',
|
|
'MRR' => '',
|
|
'MTDSales' => '',
|
|
'Make' => 'Make',
|
|
'Margin' => '',
|
|
'Messages' => '',
|
|
'Milage' => 'Milage',
|
|
'Model' => 'Model',
|
|
'Modified' => '',
|
|
'Modules' => '',
|
|
'Name' => 'Name',
|
|
'Name1' => '',
|
|
'Name2' => '',
|
|
'Name3' => '',
|
|
'Net' => '',
|
|
'NewCustomers' => '',
|
|
'Notes' => 'Notes',
|
|
'Number' => '',
|
|
'Office' => '',
|
|
'Other' => '',
|
|
'Payment' => '',
|
|
'PaymentTerm' => '',
|
|
'Permission' => '',
|
|
'Phone' => '',
|
|
'Postal' => '',
|
|
'Price' => '',
|
|
'Prices' => '',
|
|
'Private' => '',
|
|
'Productgroup' => '',
|
|
'Profile' => 'Profile',
|
|
'Profit' => '',
|
|
'Purchase' => '',
|
|
'PurchasePrice' => 'Purchase Price',
|
|
'Quantity' => '',
|
|
'RecentInvoices' => '',
|
|
'Region' => '',
|
|
'Rep' => '',
|
|
'Responsible' => 'Responsible',
|
|
'Retention' => '',
|
|
'Sales' => '',
|
|
'Segment' => '',
|
|
'Segments' => '',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Subtype' => '',
|
|
'Support' => '',
|
|
'Tags' => '',
|
|
'Title' => '',
|
|
'To' => '',
|
|
'Total' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Type',
|
|
'UnitPrice' => '',
|
|
'Upcoming' => 'Upcoming',
|
|
'VIN' => '',
|
|
'Value' => '',
|
|
'Vehicle' => 'Vehicle',
|
|
'Vehicles' => 'Vehicles',
|
|
'Vin' => 'Vin',
|
|
'Website' => '',
|
|
'Wire' => '',
|
|
'YTDSales' => '',
|
|
'Zip' => '',
|
|
]];
|