mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 08:38:40 +00:00
50 lines
1.3 KiB
PHP
Executable File
50 lines
1.3 KiB
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 ['Messages' => [
|
|
'All' => '全部',
|
|
'AverageAmount' => 'Avg。数量',
|
|
'BCC' => 'BCC.',
|
|
'CC' => 'CC.',
|
|
'Channels' => '',
|
|
'Chat' => '',
|
|
'Date' => '日期',
|
|
'Delete' => '删除',
|
|
'Draft' => '草稿',
|
|
'Email' => '',
|
|
'From' => '从',
|
|
'Inbox' => '收件箱',
|
|
'Interval' => '间隔',
|
|
'Mailboxes' => '邮箱',
|
|
'Messages' => '消息',
|
|
'Month' => '月',
|
|
'New' => '新的',
|
|
'Outbox' => '发件箱',
|
|
'Received' => '已收到',
|
|
'Save' => '保存',
|
|
'Select' => '选择',
|
|
'Sent' => '发送',
|
|
'Spam' => '垃圾邮件',
|
|
'Statistics' => '统计数据',
|
|
'Status' => '地位',
|
|
'Subject' => '主题',
|
|
'Tag' => '标签',
|
|
'Templates' => '',
|
|
'To' => '到',
|
|
'Today' => '今天',
|
|
'Trash' => '垃圾',
|
|
'Week' => '星期',
|
|
'Year' => '年',
|
|
]];
|