mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-11 07:18:40 +00:00
30 lines
708 B
PHP
Executable File
30 lines
708 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' => '标题',
|
|
]];
|