mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
77 lines
3.5 KiB
PHP
77 lines
3.5 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' => 'Harakat',
|
|
'activity' => 'Faoliyat',
|
|
'approved' => 'Tasdiqlangan',
|
|
'author' => 'Muallif',
|
|
'bug' => 'Xatolik',
|
|
'category-quick-search' => 'Mavzu nomi tezkor qidiruv (toifalar bo yicha)',
|
|
'close-topic' => 'Qulfni mavzu',
|
|
'closed' => 'Yopiq',
|
|
'create-new-topic' => 'Yangi mavzu yaratish',
|
|
'created' => 'Yaratildi',
|
|
'current' => 'Joriy',
|
|
'delete-topic' => 'Ushbu mavzuni o chirish',
|
|
'denied' => 'Rad etildi',
|
|
'dislike-post' => 'Ushbu xabarni yoqtirmaslik',
|
|
'display-forum' => 'Mavzularni ko rsatish',
|
|
'edit-post' => 'Xabarni tahrirlash',
|
|
'edit-topic' => 'Mavzuni tahrirlash',
|
|
'forum' => 'Forum',
|
|
'forums' => 'Forumlar',
|
|
'implemented' => 'Amalga oshirildi',
|
|
'in' => 'In',
|
|
'invalid' => 'Noto g ri',
|
|
'label' => 'Yorliq',
|
|
'label-system' => 'Label tizimi',
|
|
'last-message' => 'Oxirgi xabar',
|
|
'last-post-info' => 'Oxirgi xabar',
|
|
'latest' => 'Oxirgi',
|
|
'like-post' => 'Ushbu xabar kabi',
|
|
'meta-category' => 'Kategoriyadagi forumlar ro yxati',
|
|
'moderation' => 'Boshqaruv',
|
|
'name' => 'Ism',
|
|
'not-connected' => 'Siz ulangan bo lishingiz kerak',
|
|
'not-subscribed' => 'Obuna qilinmadi',
|
|
'open' => 'Ochiq',
|
|
'open-topic' => 'Ushbu mavzuni oching',
|
|
'permalink' => 'Permalink',
|
|
'pin' => 'PIN-kod',
|
|
'post' => 'Post',
|
|
'post-quick-search' => 'Tana tezkor qidiruv',
|
|
'posts' => 'Xabarlar',
|
|
'quote' => 'Iqtibos',
|
|
'read-topic' => 'Mavzuni o qing',
|
|
'replies' => 'Javoblar',
|
|
'send-new-topic' => 'Ushbu mavzuni saqlash',
|
|
'solved' => 'Yechildi',
|
|
'state' => 'Davlat',
|
|
'stats' => 'Statistikalar',
|
|
'subscribed' => 'Obuna qilingan',
|
|
'subscription-quick-search' => 'Mavzu nomi tezkor qidiruv (obuna bo yicha)',
|
|
'suggestion' => 'Taklif',
|
|
'topic' => 'Mavzu',
|
|
'topic-closed' => 'Ushbu mavzu yopiq',
|
|
'topic-name' => 'Mavzu nomi',
|
|
'topic-quick-search' => 'Mavzu nomi tezkor qidiruv',
|
|
'topic-title' => 'Ushbu mavzuning nomi',
|
|
'topics' => 'Mavzular',
|
|
'unpin' => 'Yoqing',
|
|
'view-all' => 'Barcha mavzularni ko rish',
|
|
'views' => 'Ko rishlar',
|
|
];
|