mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
42 lines
1.7 KiB
PHP
42 lines
1.7 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' => 'មិនទាន់អាន',
|
|
];
|