mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +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' => 'Lisää pyyntö',
|
|
'age' => 'Ikä',
|
|
'all-requests' => 'Kaikki pyynnöt',
|
|
'approve' => 'Hyväksyä',
|
|
'bounty' => 'anteliaisuus',
|
|
'bounty-claimed' => 'Bounty väitti',
|
|
'bounty-unclaimed' => 'Bounty ei pyytänyt',
|
|
'category' => 'Kategoria',
|
|
'claim' => 'vaatimus',
|
|
'claim-anon-choose' => 'Valitse viisaasti',
|
|
'claim-as-anon' => 'Haluatko vaatia tätä anonomisesti',
|
|
'claim-now' => 'Vaatimus nyt',
|
|
'claimed' => 'väitti',
|
|
'current' => 'nykyinen',
|
|
'delete' => 'Poista tämä pyyntö',
|
|
'delete-confirmation' => 'Haluatko varmasti poistaa tämän pyynnön',
|
|
'delete-filled' => 'Tämä pyyntö voidaan poistaa vain, jos sitä ei ole täytetty',
|
|
'description' => 'Kuvaus',
|
|
'dont-have-bps' => 'Sinulla ei ole tarpeeksi bonusta',
|
|
'edit-request' => 'Muokkaa pyyntöä',
|
|
'enter-bp' => 'Anna bonuspisteet (vähintään 100)',
|
|
'enter-hash' => 'Anna ladatun Torrentin ID',
|
|
'fill' => 'Täyttää',
|
|
'fill-request' => 'Täytä tämä pyyntö',
|
|
'filled' => 'täynnä',
|
|
'filled-by' => 'Täyttää',
|
|
'for' => 'varten',
|
|
'fulfill' => 'täyttää',
|
|
'last-vote' => 'Viimeinen äänestys',
|
|
'my-requests' => 'Pyyntöjäni',
|
|
'no' => 'Ei,',
|
|
'no-imdb-id' => 'Kaikkien pyyntöjen on sisällettävä IMDB-numero',
|
|
'no-privileges' => 'Virhe: Pyyntöoikeutesi on poistettu käytöstä',
|
|
'no-privileges-desc' => 'Jos sinusta tuntuu, että tämä on virhe, ota yhteyttä henkilöstöön',
|
|
'no-refunds' => 'BON-pörssien luominen, täyttäminen ja palkkiot ovat lopullisia! <br> <strong>EI TAKAISIA!</strong>',
|
|
'pending' => 'odotettaessa',
|
|
'reason' => 'Syy',
|
|
'reject' => 'Hylätä',
|
|
'report' => 'Ilmoita pyyntö',
|
|
'request' => 'Pyyntö',
|
|
'request-details' => 'Pyydä yksityiskohtia',
|
|
'requested-by' => 'Pyydetty',
|
|
'requests' => 'Pyynnöt',
|
|
'required' => 'Vaaditaan',
|
|
'reset' => 'asettaa uudelleen',
|
|
'reset-confirmation' => 'Haluatko varmasti nollata tämän pyynnön',
|
|
'reset-request' => 'Palauta tämä pyyntö',
|
|
'reward' => 'Palkinto',
|
|
'reward-desc' => 'Kuinka paljon bonuspistettä haluat palkita? Vähintään 100 BP',
|
|
'reward-from' => 'alkaen',
|
|
'title' => 'otsikko',
|
|
'torrent-hash' => 'Torrent Hash',
|
|
'total-bounty' => 'Yhteensä palkkio',
|
|
'type' => 'Tyyppi',
|
|
'unclaim' => 'Peruuta pyyntö',
|
|
'unfilled' => 'täyttämättömät',
|
|
'view-filled' => 'Näytä täytetty',
|
|
'view-unfilled' => 'Näytä tyhjä',
|
|
'vote' => 'Äänestys',
|
|
'vote-that' => 'Äänestä tätä pyyntöä',
|
|
'voters' => 'Äänestäjät',
|
|
'votes' => 'ääntä',
|
|
'yes' => 'Joo',
|
|
];
|