mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +00:00
64 lines
2.0 KiB
PHP
Executable File
64 lines
2.0 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* Jingga
|
||
*
|
||
* PHP Version 8.1
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 2.0
|
||
* @version 1.0.0
|
||
* @link https://jingga.app
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['Tasks' => [
|
||
'Account' => '帐户',
|
||
'All' => '全部',
|
||
'AverageAmount' => '平均金额',
|
||
'AverageProcessTime' => 'Avg。过程时间',
|
||
'CC' => 'CC.',
|
||
'Completion' => '',
|
||
'Created' => '创造了',
|
||
'Creator' => '创造者',
|
||
'Due' => '到期的',
|
||
'Due/Priority' => '到期/优先权',
|
||
'For' => '',
|
||
'Forwarded' => '转发',
|
||
'From' => '从',
|
||
'History' => '历史',
|
||
'InTime' => '及时',
|
||
'Media' => '媒体',
|
||
'Message' => '信息',
|
||
'OpenGiven' => '',
|
||
'Overview' => '',
|
||
'P0' => '没有任何',
|
||
'P1' => '非常低',
|
||
'P2' => '低的',
|
||
'P3' => '中等的',
|
||
'P4' => '高的',
|
||
'P5' => '很高',
|
||
'Priority' => '优先事项',
|
||
'Received' => '已收到',
|
||
'ReminderedBy' => '',
|
||
'S1' => '打开',
|
||
'S2' => '进行中',
|
||
'S3' => '暂停',
|
||
'S4' => '取消',
|
||
'S5' => '完毕',
|
||
'Select' => '选择',
|
||
'Statistics' => '统计数据',
|
||
'Status' => '地位',
|
||
'Tag' => '',
|
||
'Task' => '任务',
|
||
'Title' => '标题',
|
||
'To' => '到',
|
||
'Unread' => '',
|
||
'UnreadChanges' => '',
|
||
'Upload' => '上传',
|
||
'YourOpen' => '',
|
||
'forwarded_to' => '转发给',
|
||
'priority_change' => '%s将%s的优先级设置为',
|
||
'status_change' => '%s将%s设置为',
|
||
]];
|