mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-29 18:08:40 +00:00
35 lines
867 B
PHP
Executable File
35 lines
867 B
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' => 'タイプ',
|
|
]];
|