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' => 'অপঠিত',
|
|
];
|