mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-29 09:58:40 +00:00
35 lines
823 B
PHP
Executable File
35 lines
823 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' => '유형',
|
|
]];
|