mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
42 lines
1.2 KiB
PHP
Executable File
42 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 ['Support' => [
|
|
'Assigned' => 'Assigned',
|
|
'Closed' => 'Closed',
|
|
'Completion' => 'Completion',
|
|
'Advanced' => 'Advanced',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Description' => 'Description',
|
|
'Due' => 'Due',
|
|
'Files' => 'Files',
|
|
'For' => 'For',
|
|
'Media' => 'Media',
|
|
'Message' => 'Message',
|
|
'Open' => 'Open',
|
|
'Priority' => 'Priority',
|
|
'Select' => 'Select',
|
|
'Stats' => 'Stats',
|
|
'Status' => 'Status',
|
|
'Ticket' => 'Ticket',
|
|
'Tickets' => 'Tickets',
|
|
'Title' => 'Title',
|
|
'To' => 'To',
|
|
'Unassigned' => 'Unassigned',
|
|
'Upload' => 'Upload',
|
|
'Total' => 'Total',
|
|
'InProgress' => 'In Progress',
|
|
]];
|