oms-Tasks/Theme/Backend/Lang/zh.lang.php

79 lines
2.7 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 ['Tasks' => [
'Account' => '帐户',
'All' => '全部',
'AverageAmount' => '平均金额',
'AverageProcessTime' => '平均。处理时间',
'BCC' => 'BCC',
'By' => '经过',
'CC' => 'CC',
'Created' => '创建',
'Creator' => '创造者',
'Day' => '天',
'Default' => '默认',
'Due' => '到期的',
'Due/Priority' => '由于/优先级',
'Forward' => '向前',
'Forwarded' => '转发',
'From' => '从',
'Group' => '团体',
'History' => '历史',
'InTime' => '及时',
'Interval' => '间隔',
'Media' => '媒体',
'Message' => '信息',
'Month' => '月',
'Name' => '姓名',
'New' => '新的',
'Open' => '打开',
'P0' => '没有',
'P1' => '非常低',
'P2' => '低的',
'P3' => '中等的',
'P4' => '高的',
'P5' => '很高',
'Person' => '人',
'Priority' => '优先',
'Received' => '已收到',
'Redirected' => '重定向',
'S1' => '打开',
'S2' => '进行中',
'S3' => '暂停',
'S4' => '取消',
'S5' => '完毕',
'S6' => '关闭',
'Select' => '选择',
'Settings' => '设置',
'SharedVisibility' => '能见度在所有共享',
'Size' => '尺寸',
'Statistics' => '统计数据',
'Status' => '状态',
'Task' => '任务',
'Tasks' => '任务',
'Template' => '模板',
'Time' => '时间',
'Title' => '标题',
'To' => '到',
'Today' => '今天',
'Type' => '类型',
'Upload' => '上传',
'Week' => '星期',
'Year' => '年',
'forwarded_to' => '转发给',
'priority_change' => 'S设置s到优先级',
'status_change' => 'S设置s到状态',
]];