mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-31 10:58:40 +00:00
35 lines
970 B
PHP
Executable File
35 lines
970 B
PHP
Executable File
<?php
|
||
/**
|
||
* Karaka
|
||
*
|
||
* 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 ['Marketing' => [
|
||
'Actual' => 'Πραγματικός',
|
||
'Budget' => 'Προϋπολογισμός',
|
||
'Description' => 'Περιγραφή',
|
||
'Due' => 'Λόγω',
|
||
'End' => 'Τέλος',
|
||
'Event' => 'Εκδήλωση',
|
||
'Events' => 'Εκδηλώσεις',
|
||
'Expenses' => 'Εξοδα',
|
||
'Limit' => 'Οριο',
|
||
'Location' => 'Τοποθεσία',
|
||
'Name' => 'Ονομα',
|
||
'Promotion' => 'Προβολή',
|
||
'Promotions' => 'Προωθήσεις',
|
||
'Sales' => 'Εκπτώσεις',
|
||
'Start' => 'Αρχή',
|
||
'Status' => 'Κατάσταση',
|
||
'Title' => 'Τίτλος',
|
||
'Type' => 'Τύπος',
|
||
]];
|