Files
UNIT3D/lang/th/pm.php
2024-05-23 13:58:29 +00:00

43 lines
1.8 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'create' => 'สร้าง',
'delete' => 'ลบ',
'enter-subject' => 'ใส่หัวเรื่อง',
'from' => 'จาก',
'inbox' => 'กล่องขาเข้า',
'mark-all-read' => 'ทำเครื่องหมายข้อความทั้งหมดว่าอ่านแล้ว',
'message' => 'ข่าวสาร',
'messages' => 'ข้อความ',
'new' => 'ข้อความใหม่',
'outbox' => 'กล่องขาออก',
'private' => 'เอกชน',
'read' => 'อ่าน',
'received-at' => 'ได้รับเมื่อ',
'refresh' => 'รีเฟรช',
'reply' => 'ตอบ',
'search' => 'ค้นหาตามหัวเรื่อง',
'select' => 'เลือกผู้ใช้',
'send' => 'ส่ง PM',
'send-to' => 'ส่ง PM ถึง',
'sent' => 'ส่ง',
'sent-at' => 'ส่งที่',
'subject' => 'เรื่อง',
'to' => 'ไปยัง',
'unread' => 'ไม่ได้อ่าน',
'empty-inbox' => 'กล่องจดหมายที่ว่างเปล่า',
];