oms-Support/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 1ba2133d85 update
2024-02-04 20:34:12 +00:00

71 lines
2.3 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 ['Support' => [
'Account' => 'Account',
'All' => 'All',
'Assigned' => 'Assigned',
'AverageAmount' => 'Average Amount',
'AverageProcessTime' => 'Avg. Process Time',
'Closed' => 'Closed',
'Completion' => 'Completion',
'Advanced' => 'Advanced',
'Created' => 'Created',
'Creator' => 'Creator',
'Day' => 'Day',
'Department' => 'Department',
'Description' => 'Description',
'Due' => 'Due',
'Files' => 'Files',
'For' => 'For',
'Forwarded' => 'Forwarded',
'From' => 'From',
'Group' => 'Group',
'InTime' => 'In Time',
'Interval' => 'Interval',
'Media' => 'Media',
'Message' => 'Message',
'Month' => 'Month',
'Name' => 'Name',
'New' => 'New',
'Open' => 'Open',
'Person' => 'Person',
'Priority' => 'Priority',
'Received' => 'Received',
'Receiver' => 'Receiver',
'Redirected' => 'Redirected',
'Responsible' => 'Responsible',
'Select' => 'Select',
'Settings' => 'Settings',
'Size' => 'Size',
'Statistics' => 'Statistics',
'Stats' => 'Stats',
'Status' => 'Status',
'Support' => 'Support',
'Ticket' => 'Ticket',
'Tickets' => 'Tickets',
'Title' => 'Title',
'To' => 'To',
'Today' => 'Today',
'Topic' => 'Topic',
'Type' => 'Type',
'Unassigned' => 'Unassigned',
'Unsolved' => 'Unsolved',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
'Total' => 'Total',
'InProgress' => 'In Progress',
]];