mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 11:11:21 +01:00
81 lines
3.7 KiB
PHP
81 lines
3.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 [
|
|
'add-request' => 'So rov qo shish',
|
|
'age' => 'Yoshi',
|
|
'all-requests' => 'Barcha so rovlar',
|
|
'approve' => 'Tasdiqlang',
|
|
'bounty' => 'Bounty',
|
|
'bounty-claimed' => 'Bounty da vo qildi',
|
|
'bounty-unclaimed' => 'Bounty talab qilinmagan',
|
|
'category' => 'Turkum',
|
|
'claim' => 'Talab',
|
|
'claim-anon-choose' => 'Iltimos, oqilona tanlang',
|
|
'claim-as-anon' => 'Buni xaqiqiy talab qilishni xohlaysizmi',
|
|
'claim-now' => 'Hozir talab qiling',
|
|
'claimed' => 'Da vo qilingan',
|
|
'current' => 'Joriy',
|
|
'delete' => 'Ushbu so rovni o chirib tashlang',
|
|
'delete-confirmation' => 'Haqiqatan ham bu so rovni o chirib tashlamoqchimisiz?',
|
|
'delete-filled' => 'Bu so rov faqat to ldirilmasa o chirilishi mumkin',
|
|
'description' => 'Ta rif',
|
|
'dont-have-bps' => 'Sizda yetarlicha bonus yo q',
|
|
'edit-request' => 'So rovni tahrirlash',
|
|
'enter-bp' => 'Bonus ballarini kiritish (minimal 100)',
|
|
'enter-hash' => 'Yuklangan torrentning Info-xash-ni kiriting',
|
|
'fill' => 'To ldiring',
|
|
'fill-request' => 'Ushbu so rovni to ldiring',
|
|
'filled' => 'To ldirilgan',
|
|
'filled-by' => 'To ldirildi',
|
|
'for' => 'uchun',
|
|
'fulfill' => 'Tugatish',
|
|
'last-vote' => 'So nggi ovoz berish',
|
|
'my-requests' => 'Mening so rovlarim',
|
|
'no' => 'Yo q,',
|
|
'no-imdb-id' => 'Barcha so rovlar IMDB raqami bo lishi kerak',
|
|
'no-privileges' => 'Xato: Sizning so rovlaringiz huquqlari bekor qilindi',
|
|
'no-privileges-desc' => 'Agar bu xato deb hisoblasangiz, Xodimlarga murojaat qiling',
|
|
'no-refunds' => 'Yaratish, to ldirish va sovg alar bo yicha BON almashinuvi yakuniy! <br> <strong>NO REFUNDS!</strong>',
|
|
'pending' => 'Kutilmoqda',
|
|
'reason' => 'Sababi',
|
|
'reject' => 'Rad etish',
|
|
'report' => 'Hisobot so rovi',
|
|
'request' => 'So rov',
|
|
'request-details' => 'Tafsilotlarni so rang',
|
|
'requested-by' => 'Talab qilingan',
|
|
'requests' => 'Talabalar',
|
|
'required' => 'Majburiy',
|
|
'reset' => 'Qayta o rnatish',
|
|
'reset-confirmation' => 'Haqiqatan ham bu so rovni qayta tiklashni xohlaysizmi?',
|
|
'reset-request' => 'Ushbu so rovni qayta tiklash',
|
|
'reward' => 'Sovrin',
|
|
'reward-desc' => 'Qancha bonusli nuqtani mukofotlashni istaysiz? Minimal 100 BP',
|
|
'reward-from' => 'From',
|
|
'title' => 'Sarlavha',
|
|
'torrent-hash' => 'Torrent Hash',
|
|
'total-bounty' => 'Umumiy sovg a',
|
|
'type' => 'Turi',
|
|
'unclaim' => 'Ushbu so rovni talab qiling',
|
|
'unfilled' => 'To ldirilmagan',
|
|
'view-filled' => 'Ko rinish to lgan',
|
|
'view-unfilled' => 'To ldirilmagan ko rinishi',
|
|
'vote' => 'Ovoz berish',
|
|
'vote-that' => 'Ushbu so rovni ovozlang',
|
|
'voters' => 'Saylovchilar',
|
|
'votes' => 'Ovozlar',
|
|
'yes' => 'Ha',
|
|
];
|