mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 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 ['ProjectManagement' => [
|
|
'Active' => 'アクティブ',
|
|
'Actual' => '実際',
|
|
'Budget' => 'バジェット',
|
|
'Canceled' => 'キャンセル',
|
|
'Created' => '作成した',
|
|
'Creator' => 'クリエーター',
|
|
'Description' => '説明',
|
|
'Due' => '期限',
|
|
'End' => '終わり',
|
|
'Exponential' => '指数関数',
|
|
'Files' => 'ファイル',
|
|
'Finished' => '終了した',
|
|
'Hold' => '所有',
|
|
'Inactive' => '非活性',
|
|
'Linear' => '線形',
|
|
'Log' => 'ログ',
|
|
'Manager' => 'マネジャー',
|
|
'Manual' => 'マニュアル',
|
|
'Name' => '名前',
|
|
'Other' => '他の',
|
|
'Progress' => '進捗',
|
|
'Project' => '計画',
|
|
'Projects' => 'プロジェクト',
|
|
'Responsibility' => '責任',
|
|
'Start' => '始める',
|
|
'Status' => '状態',
|
|
'Tasks' => 'タスク',
|
|
'Title' => 'タイトル',
|
|
'UserGroup' => 'ユーザー・グループ',
|
|
]];
|