mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-24 05:28:43 +00:00
31 lines
751 B
PHP
Executable File
31 lines
751 B
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Checklist' => [
|
|
'Checklist' => '清单',
|
|
'Checklists' => '清单',
|
|
'Created' => '创建',
|
|
'Creator' => '创造者',
|
|
'Description' => '描述',
|
|
'Files' => '档',
|
|
'General' => '一般的',
|
|
'Name' => '姓名',
|
|
'Permissions' => '权限',
|
|
'Status' => '状态',
|
|
'Tasks' => '任务',
|
|
'Templates' => '模板',
|
|
'TimeInMinutes' => '时间(分钟)',
|
|
'Title' => '标题',
|
|
]];
|