openclassify/addons/default/visiosoft/base-theme/resources/lang/ja/field.php
2020-09-23 18:48:06 +03:00

59 lines
2.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'メールを送る',
// Register instruction seed
'register_instructions' => '登録手順',
'list' => 'リスト',
'instruction_description' => '命令の説明',
'instruction_list' => '指示リスト',
];