mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
794 B
PHP
36 lines
794 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'verifyYourEmailAddress' => '',
|
|
'loginTitle' => 'Paskyros prisijungimas',
|
|
'failed' => '',
|
|
'throttle' => '',
|
|
'password' => 'Slaptažodis',
|
|
'remember' => 'Prisiminti mane',
|
|
'forgot' => 'Pamiršau slaptažodį',
|
|
'login' => 'Prisijungti',
|
|
|
|
'register' => 'Registruotis',
|
|
'reset' => '',
|
|
|
|
'name' => '',
|
|
'username' => '',
|
|
'confirm-password' => '',
|
|
|
|
'age' => 'Esu bent 16 metų',
|
|
'terms' => ''.route('site.terms').''.route('site.privacy').'',
|
|
|
|
'emailAddress' => 'El. pašto adresas',
|
|
'email' => 'El. paštas',
|
|
'forgotEmail' => 'Pamiršau el. paštą',
|
|
|
|
'registerTitle' => '',
|
|
|
|
'sendReset' => '',
|
|
'backLogin' => 'Grįžti į prisijungimą',
|
|
|
|
'signInMastodon' => 'Prisijungti su „Mastodon“',
|
|
|
|
];
|