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
824 B
PHP
36 lines
824 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'verifyYourEmailAddress' => '',
|
|
'loginTitle' => '',
|
|
'failed' => 'ข้อมูลไม่ตรงกับบันทึกของเรา',
|
|
'throttle' => 'ลงชื่อเข้าหลายครั้งเกินไป โปรดลองอีกครั้งภายใน :seconds วินาที',
|
|
'password' => '',
|
|
'remember' => '',
|
|
'forgot' => '',
|
|
'login' => '',
|
|
|
|
'register' => '',
|
|
'reset' => '',
|
|
|
|
'name' => '',
|
|
'username' => '',
|
|
'confirm-password' => '',
|
|
|
|
'age' => '',
|
|
'terms' => ''.route('site.terms').''.route('site.privacy').'',
|
|
|
|
'emailAddress' => '',
|
|
'email' => '',
|
|
'forgotEmail' => '',
|
|
|
|
'registerTitle' => '',
|
|
|
|
'sendReset' => '',
|
|
'backLogin' => '',
|
|
|
|
'signInMastodon' => '',
|
|
|
|
];
|