mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
77 lines
4.7 KiB
PHP
77 lines
4.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 [
|
|
'action' => 'කටයුතු',
|
|
'activity' => 'ක්රියාකාරිත්වය',
|
|
'approved' => 'අනුමත',
|
|
'author' => 'කර්තෘ',
|
|
'bug' => 'බග්',
|
|
'category-quick-search' => 'මාතෘකාමීය නම ඉක්මන් සෙවුම් (ප්රවර්ගය ඇතුළත)',
|
|
'close-topic' => 'Lock මාතෘකාව',
|
|
'closed' => 'වසා ඇත',
|
|
'create-new-topic' => 'නව මාතෘකාවක් සාදන්න',
|
|
'created' => 'නිර්මාණය කර ඇත',
|
|
'current' => 'දැනට',
|
|
'delete-topic' => 'මෙම මාතෘකාව මකන්න',
|
|
'denied' => 'ප්රතික්ෂේප කළා',
|
|
'dislike-post' => 'මෙම පෝස්ටයට අකමැති',
|
|
'display-forum' => 'මාතෘකා පෙන්වන්න',
|
|
'edit-post' => 'පෝස්ටය සංස්කරණය කරන්න',
|
|
'edit-topic' => 'මාතෘකාව සංස්කරණය කරන්න',
|
|
'forum' => 'මණ්ඩපය',
|
|
'forums' => 'සංසද',
|
|
'implemented' => 'ක්රියාත්මක කරනු ලැබේ',
|
|
'in' => 'තුළ',
|
|
'invalid' => 'අවලංගුයි',
|
|
'label' => 'ලේබල්',
|
|
'label-system' => 'ලේබල් පද්ධතිය',
|
|
'last-message' => 'අවසාන පණිවුඩය',
|
|
'last-post-info' => 'අවසාන පෝස්ට Info',
|
|
'latest' => 'නවතම',
|
|
'like-post' => 'මේ පෝස්ට් එක වගේ',
|
|
'meta-category' => 'කාණ්ඩයේ සංසද ලැයිස්තුව',
|
|
'moderation' => 'මධ්යස්ථභාවය',
|
|
'name' => 'නම',
|
|
'not-connected' => 'ඔබ සම්බන්ධ කළ යුතුය',
|
|
'not-subscribed' => 'දායකත්ව නොවේ',
|
|
'open' => 'විවෘත',
|
|
'open-topic' => 'මෙම මාතෘකාව විවෘත කරන්න',
|
|
'permalink' => 'එතකොට',
|
|
'pin' => 'පින්',
|
|
'post' => 'තැපැල්',
|
|
'post-quick-search' => 'පශ්චාත් සිරුර ක්ෂණික සෙවීම',
|
|
'posts' => 'තැපැල්',
|
|
'quote' => 'Quote',
|
|
'read-topic' => 'මාතෘකාව කියවන්න',
|
|
'replies' => 'පිළිතුරු',
|
|
'send-new-topic' => 'මෙම මාතෘකාව සුරකින්න',
|
|
'solved' => 'විසදුමක්',
|
|
'state' => 'රජයේ',
|
|
'stats' => 'සංඛ්යාලේඛන',
|
|
'subscribed' => 'දායකත්වය',
|
|
'subscription-quick-search' => 'මාතෘකාමීය නම ඉක්මන් සෙවුම් (දායකත්වයන් ඇතුළුව)',
|
|
'suggestion' => 'යෝජනාව',
|
|
'topic' => 'මාතෘකාව',
|
|
'topic-closed' => 'මෙම මාතෘකාව වසා ඇත',
|
|
'topic-name' => 'මාතෘකාව නම්',
|
|
'topic-quick-search' => 'මාතෘකාව ඉක්මන් සෙවුම',
|
|
'topic-title' => 'මෙම මාතෘකාව පිළිබඳ මාතෘකාව',
|
|
'topics' => 'මාතෘකා',
|
|
'unpin' => 'නොකියයි',
|
|
'view-all' => 'සියලු මාතෘකා බලන්න',
|
|
'views' => 'දැක්ම',
|
|
];
|