mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-11 14:08:41 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
5afe07ab5a
commit
997a3a67a0
60
Theme/Backend/Lang/de.lang.php
Normal file
60
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Support' => [
|
||||||
|
'Account' => '',
|
||||||
|
'All' => '',
|
||||||
|
'AverageAmount' => '',
|
||||||
|
'AverageProcessTime' => '',
|
||||||
|
'Created' => '',
|
||||||
|
'Creator' => '',
|
||||||
|
'Day' => '',
|
||||||
|
'Department' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'Files' => '',
|
||||||
|
'Forwarded' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Group' => '',
|
||||||
|
'InTime' => '',
|
||||||
|
'Interval' => '',
|
||||||
|
'Media' => '',
|
||||||
|
'Message' => '',
|
||||||
|
'Month' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'New' => '',
|
||||||
|
'Open' => '',
|
||||||
|
'Person' => '',
|
||||||
|
'Priority' => '',
|
||||||
|
'Received' => '',
|
||||||
|
'Receiver' => '',
|
||||||
|
'Redirected' => '',
|
||||||
|
'Responsible' => '',
|
||||||
|
'Select' => '',
|
||||||
|
'Settings' => '',
|
||||||
|
'Size' => '',
|
||||||
|
'Statistics' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Support' => '',
|
||||||
|
'Ticket' => '',
|
||||||
|
'Tickets' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'To' => '',
|
||||||
|
'Today' => '',
|
||||||
|
'Topic' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Upload' => '',
|
||||||
|
'Week' => '',
|
||||||
|
'Year' => '',
|
||||||
|
]];
|
||||||
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Support
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -27,8 +27,8 @@ return ['Support' => [
|
||||||
'Forwarded' => 'Forwarded',
|
'Forwarded' => 'Forwarded',
|
||||||
'From' => 'From',
|
'From' => 'From',
|
||||||
'Group' => 'Group',
|
'Group' => 'Group',
|
||||||
'Interval' => 'Interval',
|
|
||||||
'InTime' => 'In Time',
|
'InTime' => 'In Time',
|
||||||
|
'Interval' => 'Interval',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
'Message' => 'Message',
|
'Message' => 'Message',
|
||||||
'Month' => 'Month',
|
'Month' => 'Month',
|
||||||
|
|
@ -54,6 +54,7 @@ return ['Support' => [
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
'Topic' => 'Topic',
|
'Topic' => 'Topic',
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
|
'Upload' => 'Upload',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user