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

81 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 [
'add-request' => 'Dodaj zahtjev',
'age' => 'Age',
'all-requests' => 'Svi zahtjevi',
'approve' => 'Odobri',
'bounty' => 'Bounty',
'bounty-claimed' => 'Bounty je tvrdio',
'bounty-unclaimed' => 'Bounty nije zatražen',
'category' => 'Kategorija',
'claim' => 'TVRDITI',
'claim-anon-choose' => 'Molim vas izaberite mudro',
'claim-as-anon' => 'Želite li ovo tvrditi samostalno',
'claim-now' => 'Zatražite sada',
'claimed' => 'Claimed',
'current' => 'Current',
'delete' => 'Izbrišite ovaj zahtjev',
'delete-confirmation' => 'Jeste li sigurni da želite izbrisati ovaj zahtjev',
'delete-filled' => 'Ovaj zahtjev se može izbrisati samo ako nije popunjen',
'description' => 'Opis',
'dont-have-bps' => 'Nemate dovoljno bonusa',
'edit-request' => 'Uredi zahtjev',
'enter-bp' => 'Unesite bonus bodove (minimum 100)',
'enter-hash' => 'Unesite ID za učitani Torrent',
'fill' => 'Fill',
'fill-request' => 'Ispunite ovaj zahtjev',
'filled' => 'Filled',
'filled-by' => 'Ispunjen',
'for' => 'for',
'fulfill' => 'Fulfill',
'last-vote' => 'Last vote',
'my-requests' => 'Moji zahtjevi',
'no' => 'Ne,',
'no-imdb-id' => 'Svi zahtjevi moraju sadržavati IMDB broj',
'no-privileges' => 'Greška: Vaša prava na zahtev su onemogućena',
'no-privileges-desc' => 'Ako mislite da je ovo greška, obratite se osoblju',
'no-refunds' => 'BON razmene o stvaranju, punjenju i nagradama su konačne! <br> <strong>NO REFUNDS!</strong>',
'pending' => 'Na čekanju',
'reason' => 'Razlog',
'reject' => 'Odbaci',
'report' => 'Prijavi zahtjev',
'request' => 'Zahtev',
'request-details' => 'Zatražite detalje',
'requested-by' => 'Traži',
'requests' => 'Zahtjevi',
'required' => 'Obavezno',
'reset' => 'Resetovati',
'reset-confirmation' => 'Jeste li sigurni da želite poništiti ovaj zahtjev',
'reset-request' => 'Poništite ovaj zahtjev',
'reward' => 'Nagrada',
'reward-desc' => 'Koliko bonus bodova želite da nagradite? Minimum 100 BP',
'reward-from' => 'Od',
'title' => 'Naslov',
'torrent-hash' => 'Torrent Hash',
'total-bounty' => 'Total Bounty',
'type' => 'Tip',
'unclaim' => 'Ne zatražite ovaj zahtjev',
'unfilled' => 'Unfilled',
'view-filled' => 'View ispunjen',
'view-unfilled' => 'View unfilled',
'vote' => 'Glasajte',
'vote-that' => 'Glasajte za ovaj zahtjev',
'voters' => 'Glasači',
'votes' => 'Glasovi',
'yes' => 'Da',
];