New translations field.php (French)

This commit is contained in:
Fatih Alp 2020-05-12 13:08:57 +03:00
parent 4c6158e408
commit e1e03510ad

View File

@ -0,0 +1,53 @@
<?php
return [
'latest_ads' => 'Latest Ads',
'show_all' => 'Show All',
'login' => [
'name' => 'Login',
],
'logout' => [
'name' => 'Logout',
],
'profile' => 'Profile',
'email' => 'Email Address',
'phone' => 'Phone Number',
'reset_code' => 'Reset Code',
'password_confirmation' => 'Password Confirmation',
'password' => 'Password',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'remember_me' => 'Remember Me',
'not_a_member_yet' => 'Not a Member Yet',
'not_a_member_yet_message' => 'Sign up for our members to benefit from our special service',
'forgot_password' => 'I Forgot My Password',
'email_or_phone_number' => 'Email Address or Phone Number',
'phone_number' => 'Phone Number',
// Registration instructions
'personal_registration_header' => 'What Are Individual Membership Advantages?',
'personal_registration_body' => 'Sell and rent your home, car, sell your unused items, get new ones.',
'personal_registration_list_1' => 'Post a free ad,',
'personal_registration_list_2' => 'Add the ads you are interested in, follow the price changes after adding them to your favorites, create favorite searches that meet your criteria,',
'personal_registration_list_3' => 'Send messages to the ad owners on the site.',
'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.',
// Register page
'phone_validation_error' => 'This phone number is in use by another member.',
// Forgot Password
'create_new_password' => 'Create New Password',
// Login page
'or' => 'or',
'login_with_phone_number' => 'Login with Phone Number',
'login_with_email_address' => 'Login with Email Address',
// Side menu links
'company_directory' => 'Company directory',
'popular_ads' => 'Popular Ads',
'last_48_hours' => 'Last 48 Hours',
'secure_e-commerce_ads' => 'Secure e-Commerce Ads',
'sms' => 'Send Text Message (SMS)',
'mail' => 'Send Mail',
];