New translations field.php (English)

This commit is contained in:
Fatih Alp 2022-02-01 11:14:38 +03:00
parent 112d7d6ee1
commit 920a862730

View File

@ -43,6 +43,10 @@ return [
'login_with_phone_number' => 'Login with Phone Number',
'login_with_email_address' => 'Login with Email Address',
// Share
'share_on_facebook' => 'Share on Facebook',
'share_on_twitter' => 'Share on Twitter',
// Side menu links
'company_directory' => 'Company directory',
'popular_ads' => 'Popular Ads',
@ -51,6 +55,9 @@ return [
'sms' => 'Send Text Message (SMS)',
'mail' => 'Send Mail',
//Related
'related_posts' => 'Related Posts',
// Register instruction seed
'register_instructions' => 'Register Instructions',
'list' => 'List',
@ -62,4 +69,6 @@ return [
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
'news_title' => 'Sectoral Developments All in :name',
];