Files
UNIT3D/lang/be/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-claimed' => 'Bounty сцвярджаў',
'bounty-unclaimed' => 'Bounty незапатрабаваным',
'category' => 'катэгорыя',
'claim' => 'дамаганне',
'claim-anon-choose' => 'Калі ласка, абярыце Мудра',
'claim-as-anon' => 'Вы хацелі б прэтэндаваць на гэтую Anonomously',
'claim-now' => 'Сцвярджаюць, у цяперашні час',
'claimed' => 'Заяўлены',
'current' => 'ток',
'delete' => 'Выдаліць гэты запыт',
'delete-confirmation' => 'Вы ўпэўненыя, што жадаеце выдаліць гэты запыт',
'delete-filled' => 'Гэты запыт можа быць выдалены толькі калі ён не быў запоўнены',
'description' => 'апісанне',
'dont-have-bps' => 'Вы не маеце дастаткова Bonus',
'edit-request' => 'змяніць запыт',
'enter-bp' => 'Увядзіце бонусныя ачкі (мінімум 100)',
'enter-hash' => 'Увядзіце ID запампоўваецца Torrent',
'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 BP',
'reward-from' => 'ад',
'title' => 'тытульны',
'torrent-hash' => 'Hash Torrent',
'total-bounty' => 'Усяго Баунті',
'type' => 'тып',
'unclaim' => 'Unclaim гэты запыт',
'unfilled' => 'незапоўненыя',
'view-filled' => 'прагляд запаўнення',
'view-unfilled' => 'нявыкананых',
'vote' => 'галасаванне',
'vote-that' => 'Галасаваць гэты запыт',
'voters' => 'галасаваў',
'votes' => 'галасоў',
'yes' => 'ды',
];