mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Japanese)
This commit is contained in:
parent
d01be05a0e
commit
abf6cdcff8
@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'latest_ads' => '最新の広告',
|
||||
'show_all' => 'すべて表示する',
|
||||
'login' => [
|
||||
'name' => 'ログインする',
|
||||
],
|
||||
'logout' => [
|
||||
'name' => 'ログアウト',
|
||||
],
|
||||
'profile' => 'プロフィール',
|
||||
'email' => '電子メールアドレス',
|
||||
'phone' => '電話番号',
|
||||
'reset_code' => 'コードをリセット',
|
||||
'password_confirmation' => 'パスワードの確認',
|
||||
'password' => 'パスワード',
|
||||
'first_name' => 'ファーストネーム',
|
||||
'last_name' => '苗字',
|
||||
'remember_me' => '私を覚えてますか',
|
||||
'not_a_member_yet' => 'まだメンバーではありませんか',
|
||||
'not_a_member_yet_message' => '私たちのメンバーに私たちの特別なサービスの恩恵を受けるためにサインアップしてください',
|
||||
'forgot_password' => 'パスワードを忘れた',
|
||||
'email_or_phone_number' => 'メールアドレスまたは電話番号',
|
||||
'phone_number' => '電話番号',
|
||||
|
||||
// Registration instructions
|
||||
'personal_registration_header' => '個人会員の利点は何ですか?',
|
||||
'personal_registration_body' => 'あなたの家、車を売って、借りて、あなたの未使用品を売って、新しいものを手に入れてください。',
|
||||
'personal_registration_list_1' => '無料の広告を投稿し、',
|
||||
'personal_registration_list_2' => '興味のある広告を追加し、お気に入りに追加した後の価格の変化を追跡し、基準を満たすお気に入りの検索を作成し、',
|
||||
'personal_registration_list_3' => 'サイトの広告所有者にメッセージを送信します。',
|
||||
'register_information_note' => 'このページの情報は、 ' . env('APPLICATION_DOMAIN') . ' 会員。個人データの保護について詳しくは、こちらをご覧ください。',
|
||||
|
||||
// Register page
|
||||
'phone_validation_error' => 'この電話番号は他のメンバーが使用しています。',
|
||||
|
||||
// Forgot Password
|
||||
'create_new_password' => '新しいパスワードを作成',
|
||||
|
||||
// Login page
|
||||
'or' => 'または',
|
||||
'login_with_phone_number' => '電話番号でログイン',
|
||||
'login_with_email_address' => 'メールアドレスでログイン',
|
||||
|
||||
// Side menu links
|
||||
'company_directory' => '会社ディレクトリ',
|
||||
'popular_ads' => '人気の広告',
|
||||
'last_48_hours' => '過去48時間',
|
||||
'secure_e-commerce_ads' => '安全なeコマース広告',
|
||||
'sms' => 'テキストメッセージを送信(SMS)',
|
||||
'mail' => 'メールを送る',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user