mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
67 lines
2.1 KiB
PHP
Executable File
67 lines
2.1 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => '帐户',
|
|
'All' => '全部',
|
|
'Assigned' => '#VALUE!',
|
|
'AverageAmount' => '平均金额',
|
|
'AverageProcessTime' => 'Avg。过程时间',
|
|
'Closed' => '#VALUE!',
|
|
'Completion' => '#VALUE!',
|
|
'Created' => '创造了',
|
|
'Creator' => '创造者',
|
|
'Day' => '日',
|
|
'Department' => '部',
|
|
'Description' => '描述',
|
|
'Due' => '到期的',
|
|
'Files' => '文件',
|
|
'For' => '#VALUE!',
|
|
'Forwarded' => '转发',
|
|
'From' => '从',
|
|
'Group' => '团体',
|
|
'InTime' => '及时',
|
|
'Interval' => '间隔',
|
|
'Media' => '媒体',
|
|
'Message' => '信息',
|
|
'Month' => '月',
|
|
'Name' => '名称',
|
|
'New' => '新的',
|
|
'Open' => '打开',
|
|
'Person' => '人',
|
|
'Priority' => '优先事项',
|
|
'Received' => '已收到',
|
|
'Receiver' => '接收者',
|
|
'Redirected' => '重定向',
|
|
'Responsible' => '负责任的',
|
|
'Select' => '选择',
|
|
'Settings' => '设置',
|
|
'Size' => '尺寸',
|
|
'Statistics' => '统计数据',
|
|
'Status' => '地位',
|
|
'Support' => '支持',
|
|
'Ticket' => '票',
|
|
'Tickets' => '门票',
|
|
'Title' => '标题',
|
|
'To' => '到',
|
|
'Today' => '今天',
|
|
'Topic' => '话题',
|
|
'Type' => '类型',
|
|
'Unassigned' => '#VALUE!',
|
|
'Unsolved' => '#VALUE!',
|
|
'Upload' => '上传',
|
|
'Week' => '星期',
|
|
'Year' => '年',
|
|
]];
|