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

81 lines
4.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Сұрау қосу',
'age' => 'Жасы',
'all-requests' => 'Барлық сұраулар',
'approve' => 'Бекіту',
'bounty' => 'Bounty',
'bounty-claimed' => 'Bounty мәлімдеді',
'bounty-unclaimed' => 'Bounty талап етілмеді',
'category' => 'Санат',
'claim' => 'Талап',
'claim-anon-choose' => 'Ақылмен таңдаңыз',
'claim-as-anon' => 'Сіз бұл туралы мүлдем талап етпекпіз',
'claim-now' => 'Шағым қазір',
'claimed' => 'Талап етілді',
'current' => 'Ағымдағы',
'delete' => 'Осы сұрауды жою',
'delete-confirmation' => 'Осы Сұранымды жойғыңыз келгеніне сенімдісіз бе?',
'delete-filled' => 'Бұл сұрау толтырылмаған жағдайда ғана жойылуы мүмкін',
'description' => 'Сипаттама',
'dont-have-bps' => 'Бонус жеткіліксіз',
'edit-request' => 'Сұрауды өңдеу',
'enter-bp' => 'Бонустық ұпайларды енгізу (кемінде 100)',
'enter-hash' => 'Жүктеп салынған торренің ID енгізіңіз',
'fill' => 'Толтырыңыз',
'fill-request' => 'Бұл сұранысты толтырыңыз',
'filled' => 'Толтырылған',
'filled-by' => 'Толтырылған',
'for' => 'үшін',
'fulfill' => 'Орындалады',
'last-vote' => 'Соңғы дауыс',
'my-requests' => 'Менің сұрауларым',
'no' => 'Жоқ,',
'no-imdb-id' => 'Барлық сұраулар IMDB нөмірін қамтуы керек',
'no-privileges' => 'Қате: сұрауыңыздың құқықтары өшірілді',
'no-privileges-desc' => 'Егер сіз қателесіп жатсаңыз, қызметкерлерге хабарласыңыз',
'no-refunds' => 'Жасау, толтыру және жеңілдіктерге арналған BON биржалары соңғы болып табылады! <br> <strong>ЖОҚҚАН ҚАЙТАРУСЫЗ!</strong>',
'pending' => 'Күтілуде',
'reason' => 'Себеп',
'reject' => 'Қабылдамау',
'report' => 'Есеп беру туралы сұрау',
'request' => 'Сұрау',
'request-details' => 'Мәліметтерді сұрау',
'requested-by' => 'Сұратылған',
'requests' => 'Сұраулар',
'required' => 'Міндетті',
'reset' => 'Қалпына келтіру',
'reset-confirmation' => 'Осы сұранымды қалпына келтіргіңіз келгеніне сенімдісіз бе?',
'reset-request' => 'Осы сұранымды қалпына келтіріңіз',
'reward' => 'Сыйақы',
'reward-desc' => 'Сыйлықтың қанша бонусы бар? Ең аз 100 БП',
'reward-from' => 'Қайдан',
'title' => 'Тақырып',
'torrent-hash' => 'Торрент хеші',
'total-bounty' => 'Жалпы сыйақы',
'type' => 'Түрі',
'unclaim' => 'Бұл сұранысты талап ету',
'unfilled' => 'Толтырылмаған',
'view-filled' => 'Толтырылған көрініс',
'view-unfilled' => 'Толтырылмаған көрініс',
'vote' => 'Дауыс',
'vote-that' => 'Осы сұранымға дауыс беріңіз',
'voters' => 'Сайлаушылар',
'votes' => 'Дауыстар',
'yes' => 'Иә',
];