mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
60 lines
3.0 KiB
PHP
60 lines
3.0 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 [
|
|
'activate-account' => 'Aktivoi tili',
|
|
'ban-reason' => 'Syy',
|
|
'banned-footer' => 'Sitä mitä saat siitä, ettet noudata sääntöjä',
|
|
'banned-header' => 'Sinulle on annettu porttikielto',
|
|
'bug-description' => 'Ongelma',
|
|
'bug-footer' => 'Korjaa se paska',
|
|
'bug-header' => 'Uusi virheilmoitus',
|
|
'bug-priority' => 'prioriteetti',
|
|
'bug-title' => 'Virheen nimi',
|
|
'contact-header' => 'Uusi yhteystieto osoitteesta',
|
|
'contact-message' => 'Viesti',
|
|
'contact-name' => 'Nimi',
|
|
'fail-login-greeting' => 'Tilin kirjautuminen epäonnistui!',
|
|
'fail-login-line1' => 'Tilillesi havaittiin epäonnistunut kirjautumistunnus.',
|
|
'fail-login-line2' => 'Tämä pyyntö on peräisin: ip (: host) osoitteesta: time',
|
|
'fail-login-subject' => 'Kirjautuminen epäonnistui',
|
|
'footer-link' => 'Jos sinulla on ongelmia napsauttamalla: actionText-painiketta, kopioi ja liitä alla oleva URL-osoite Web-selaimeen:',
|
|
'invite-header' => 'Kutsu',
|
|
'invite-invited' => 'Sinut on kutsuttu',
|
|
'invite-message' => 'Viesti',
|
|
'invite-signup' => 'Ilmoittaudu nyt',
|
|
'newreply-header' => 'Aiheessasi on uusi vastaus',
|
|
'newreply-message' => 'Viesti',
|
|
'newreply-replied' => 'Vastasi aiheeseen',
|
|
'newreply-view' => 'Näytä se nyt',
|
|
'no-email-found' => 'Emme löytäneet tätä sähköpostiosoitetta järjestelmässämme!',
|
|
'register-code' => 'Voit lopettaa tilin aktivoinnin napsauttamalla alla olevaa painiketta',
|
|
'register-footer' => 'Jos yllä oleva painike ei toimi, kopioi ja liitä URL-osoite selaimesi osoiteriville',
|
|
'register-header' => 'Hei! Kiitos, että olet kirjautunut sisään',
|
|
'report-comment' => 'Kommentti',
|
|
'report-email' => 'Sähköposti',
|
|
'report-header' => 'Hei Admin, linkki on raportoitu',
|
|
'report-link' => 'Linkki',
|
|
'report-link-hash' => 'Todellinen linkki',
|
|
'thanks' => 'Kiitos, että käytit',
|
|
'unban-footer' => 'Tervetuloa takaisin!',
|
|
'unban-header' => 'Olette olleet unbanned',
|
|
'unban-reason' => 'Syy',
|
|
'username-reminder' => 'Olet lähettänyt meille äskettäin pyynnön käyttäjänimeäsi varten sovelluksessamme. Käyttäjätunnuksesi on',
|
|
'username-sent' => 'Käyttäjätunnuksesi on lähetetty sähköpostiosoitteeseesi!',
|
|
'disabled-header' => 'Tilisi on poistettu käytöstä',
|
|
'pruned-header' => 'Tilisi on karsittu',
|
|
];
|