mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-17 18:18:43 +00:00
30 lines
756 B
PHP
Executable File
30 lines
756 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 ['Checklist' => [
|
|
'Checklists' => 'チェックリスト',
|
|
'Created' => '作成した',
|
|
'Creator' => 'クリエーター',
|
|
'Description' => '説明',
|
|
'Files' => 'ファイル',
|
|
'General' => '全般的',
|
|
'Name' => '名前',
|
|
'Permissions' => '権限',
|
|
'Status' => '状態',
|
|
'Tasks' => 'タスク',
|
|
'Templates' => 'テンプレート',
|
|
'TimeInMinutes' => '分単位の時間',
|
|
'Title' => 'タイトル',
|
|
]];
|