mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-27 08:58:41 +00:00
35 lines
1.1 KiB
PHP
Executable File
35 lines
1.1 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 ['Marketing' => [
|
|
'Actual' => 'แท้จริง',
|
|
'Budget' => 'งบประมาณ',
|
|
'Description' => 'คำอธิบาย',
|
|
'Due' => 'เนื่องจาก',
|
|
'End' => 'จบ',
|
|
'Event' => 'เหตุการณ์',
|
|
'Events' => 'เหตุการณ์',
|
|
'Expenses' => 'ค่าใช้จ่าย',
|
|
'Limit' => 'ขีด จำกัด',
|
|
'Location' => 'ที่ตั้ง',
|
|
'Name' => 'ชื่อ',
|
|
'Promotion' => 'การส่งเสริม',
|
|
'Promotions' => 'โปรโมชั่น',
|
|
'Sales' => 'ฝ่ายขาย',
|
|
'Start' => 'เริ่ม',
|
|
'Status' => 'สถานะ',
|
|
'Title' => 'ชื่อ',
|
|
'Type' => 'พิมพ์',
|
|
]];
|