mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +00:00
88 lines
2.9 KiB
PHP
Executable File
88 lines
2.9 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。过程时间',
|
||
'BCC' => 'BCC.',
|
||
'By' => '经过',
|
||
'CC' => 'CC.',
|
||
'Completion' => '',
|
||
'Created' => '创造了',
|
||
'Creator' => '创造者',
|
||
'Day' => '日',
|
||
'Default' => '默认',
|
||
'Due' => '到期的',
|
||
'Due/Priority' => '到期/优先权',
|
||
'For' => '',
|
||
'Forward' => '向前',
|
||
'Forwarded' => '转发',
|
||
'From' => '从',
|
||
'Group' => '团体',
|
||
'History' => '历史',
|
||
'InTime' => '及时',
|
||
'Interval' => '间隔',
|
||
'Media' => '媒体',
|
||
'Message' => '信息',
|
||
'Month' => '月',
|
||
'Name' => '名称',
|
||
'New' => '新的',
|
||
'Open' => '打开',
|
||
'OpenGiven' => '',
|
||
'Overview' => '',
|
||
'P0' => '没有任何',
|
||
'P1' => '非常低',
|
||
'P2' => '低的',
|
||
'P3' => '中等的',
|
||
'P4' => '高的',
|
||
'P5' => '很高',
|
||
'Person' => '人',
|
||
'Priority' => '优先事项',
|
||
'Received' => '已收到',
|
||
'Redirected' => '重定向',
|
||
'ReminderedBy' => '',
|
||
'S1' => '打开',
|
||
'S2' => '进行中',
|
||
'S3' => '暂停',
|
||
'S4' => '取消',
|
||
'S5' => '完毕',
|
||
'S6' => '关闭',
|
||
'Select' => '选择',
|
||
'Settings' => '设置',
|
||
'SharedVisibility' => '可见性在全部分享',
|
||
'Size' => '尺寸',
|
||
'Statistics' => '统计数据',
|
||
'Status' => '地位',
|
||
'Tag' => '',
|
||
'Task' => '任务',
|
||
'Tasks' => '任务',
|
||
'Template' => '模板',
|
||
'Time' => '时间',
|
||
'Title' => '标题',
|
||
'To' => '到',
|
||
'Today' => '今天',
|
||
'Type' => '类型',
|
||
'Unread' => '',
|
||
'UnreadChanges' => '',
|
||
'Upload' => '上传',
|
||
'Week' => '星期',
|
||
'Year' => '年',
|
||
'YourOpen' => '',
|
||
'forwarded_to' => '转发给',
|
||
'priority_change' => '%s将%s的优先级设置为',
|
||
'status_change' => '%s将%s设置为',
|
||
]];
|