mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 00:28: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' => '평균 양',
|
|
'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' => '년도',
|
|
]];
|