mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-03 04:08:41 +00:00
35 lines
853 B
PHP
Executable File
35 lines
853 B
PHP
Executable File
<?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 ['Marketing' => [
|
|
'Actual' => '실제',
|
|
'Budget' => '예산',
|
|
'Description' => '기술',
|
|
'Due' => '정당한',
|
|
'End' => '종료',
|
|
'Event' => '행사',
|
|
'Events' => '이벤트',
|
|
'Expenses' => '경비',
|
|
'Limit' => '한도',
|
|
'Location' => '위치',
|
|
'Name' => '이름',
|
|
'Promotion' => '프로모션',
|
|
'Promotions' => '프로모션',
|
|
'Sales' => '매상',
|
|
'Start' => '스타트',
|
|
'Status' => '상태',
|
|
'Title' => '표제',
|
|
'Type' => '유형',
|
|
]];
|