mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 21:19:22 -06: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' => 'Pridėti užklausą',
|
|
'age' => 'Amžius',
|
|
'all-requests' => 'Visi prašymai',
|
|
'approve' => 'Patvirtinti',
|
|
'bounty' => 'Bounty',
|
|
'bounty-claimed' => 'Bounty teigė',
|
|
'bounty-unclaimed' => 'Bounty neprašė',
|
|
'category' => 'Kategorija',
|
|
'claim' => 'Reikalavimas',
|
|
'claim-anon-choose' => 'Prašome pasirinkti protingai',
|
|
'claim-as-anon' => 'Ar norėtumėte pareikalauti šio anoniminio',
|
|
'claim-now' => 'Prašymas dabar',
|
|
'claimed' => 'Teigiama',
|
|
'current' => 'Dabartinis',
|
|
'delete' => 'Ištrinti šį prašymą',
|
|
'delete-confirmation' => 'Ar tikrai norite ištrinti šį prašymą',
|
|
'delete-filled' => 'Šis prašymas gali būti ištrintas tik jei jis nebuvo užpildytas',
|
|
'description' => 'apibūdinimas',
|
|
'dont-have-bps' => 'Jūs neturite pakankamai premijos',
|
|
'edit-request' => 'Redaguoti užklausą',
|
|
'enter-bp' => 'Įveskite premijos taškus (mažiausiai 100)',
|
|
'enter-hash' => 'Įveskite įkeltos „Torrent“ ID',
|
|
'fill' => 'Užpildykite',
|
|
'fill-request' => 'Užpildykite šį prašymą',
|
|
'filled' => 'Užpildyta',
|
|
'filled-by' => 'Užpildyta',
|
|
'for' => 'dėl',
|
|
'fulfill' => 'Užpildykite',
|
|
'last-vote' => 'Paskutinis balsavimas',
|
|
'my-requests' => 'Mano prašymai',
|
|
'no' => 'Ne,',
|
|
'no-imdb-id' => 'Visi prašymai turi apimti IMDB numerį',
|
|
'no-privileges' => 'Klaida: jūsų užklausos teisės buvo išjungtos',
|
|
'no-privileges-desc' => 'Jei manote, kad tai klaidinga, prašome kreiptis į „Staff“',
|
|
'no-refunds' => 'BON mainai apie kūrimą, užpildymą ir premijas yra galutiniai! <br> <strong>NĖRA GRĄŽINIMO!</strong>',
|
|
'pending' => 'Kol',
|
|
'reason' => 'Priežastis',
|
|
'reject' => 'Atmesti',
|
|
'report' => 'Pranešti apie užklausą',
|
|
'request' => 'Prašymas',
|
|
'request-details' => 'Prašyti informacijos',
|
|
'requested-by' => 'Prašoma',
|
|
'requests' => 'Prašymai',
|
|
'required' => 'Būtina',
|
|
'reset' => 'Atstatyti',
|
|
'reset-confirmation' => 'Ar tikrai norite atstatyti šį prašymą',
|
|
'reset-request' => 'Atstatyti šį prašymą',
|
|
'reward' => 'Atlygis',
|
|
'reward-desc' => 'Kiek premijos taško norėtumėte apdovanoti? Mažiausiai 100 BP',
|
|
'reward-from' => 'Nuo',
|
|
'title' => 'Pavadinimas',
|
|
'torrent-hash' => 'Torrent Hash',
|
|
'total-bounty' => 'Iš viso pinigų',
|
|
'type' => 'Tipas',
|
|
'unclaim' => 'Nepriimkite šio prašymo',
|
|
'unfilled' => 'Neužpildyta',
|
|
'view-filled' => 'Žiūrėti užpildytą',
|
|
'view-unfilled' => 'Žiūrėti nepildytą',
|
|
'vote' => 'Balsas',
|
|
'vote-that' => 'Balsuokite šį prašymą',
|
|
'voters' => 'Rinkėjai',
|
|
'votes' => 'Balsavimas',
|
|
'yes' => 'Taip',
|
|
];
|