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.
46 lines
1.9 KiB
PHP
46 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Authentication Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
| messages that we need to display to the user. You are free to modify
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
*/
|
|
|
|
'verifyYourEmailAddress' => ' - メールアドレス認証',
|
|
'loginTitle' => 'アカウントのログイン',
|
|
'failed' => 'これらの認証情報は正しくありません。',
|
|
'throttle' => 'ログイン試行回数が多すぎます。 :seconds 秒後にもう一度お試しください。',
|
|
'password' => 'パスワード' ,
|
|
'remember' => 'ログイン状態を保存する',
|
|
'forgot' => 'パスワードを忘れた場合',
|
|
'login' => 'ログイン',
|
|
|
|
'register' => '登録',
|
|
'reset' => 'パスワードをリセット',
|
|
|
|
'name' => 'ユーザー名',
|
|
'username' => 'アカウント',
|
|
'confirm-password' => 'パスワード(確認用)',
|
|
|
|
'age' => '私は16歳以上です。',
|
|
'terms' => "アカウントを作成することで、<a href=\"".route('site.terms')."\" class=\"font-weight-bold text-dark\">利用規約</a>と<a href=\"".route('site.privacy')."\" class=\"font-weight-bold text-dark\">プライバシーポリシー</a>に同意したものと見なします。",
|
|
|
|
'emailAddress' => "メールアドレス",
|
|
|
|
'registerTitle' => '新規アカウントの作成',
|
|
|
|
'sendReset' => 'パスワードリセット用のリンクを送信する',
|
|
'backLogin' => 'ログイン画面に戻る',
|
|
|
|
'signInMastodon' => 'Mastodonでログインする',
|
|
|
|
|
|
];
|