mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-25 23:08:42 +00:00
46 lines
1.2 KiB
PHP
Executable File
46 lines
1.2 KiB
PHP
Executable File
<?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 ['Messages' => [
|
|
'All' => '모두',
|
|
'AverageAmount' => '부근에 있습니다. 양',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'CC',
|
|
'Date' => '데이트',
|
|
'Delete' => '지우다',
|
|
'Draft' => '초안',
|
|
'From' => '에서',
|
|
'Inbox' => '받은 편지함',
|
|
'Interval' => '간격',
|
|
'Mailboxes' => '사서함',
|
|
'Messages' => '메시지',
|
|
'Month' => '달',
|
|
'New' => '새로운',
|
|
'Outbox' => '보낼 편지함',
|
|
'Received' => '수신',
|
|
'Save' => '저장',
|
|
'Select' => '고르다',
|
|
'Sent' => '전송',
|
|
'Spam' => '스팸',
|
|
'Statistics' => '통계',
|
|
'Status' => '상태',
|
|
'Subject' => '제목',
|
|
'Tag' => '꼬리표',
|
|
'To' => '에',
|
|
'Today' => '오늘',
|
|
'Trash' => '폐물',
|
|
'Week' => '주',
|
|
'Year' => '년',
|
|
]];
|