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

43 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' => 'Refresh',
'reply' => 'පිලිතුරු',
'search' => 'විෂයය මගින් සොයන්න',
'select' => 'පරිශීලකයෙකු තෝරන්න',
'send' => 'PM කරන්න',
'send-to' => 'PM පෝස්ට් කරන්න',
'sent' => 'යැවූ සේක',
'sent-at' => 'යැවූ',
'subject' => 'විෂය',
'to' => 'වෙත',
'unread' => 'නොකියවූ',
'empty-inbox' => 'Empty Inbox',
];