New translations field.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:07:03 +03:00
parent 9f182289b2
commit 4bcfae7fa1

View File

@ -0,0 +1,22 @@
<?php
return [
'latest_ads' => [
'name' => 'Latest Ads',
],
'show_all' => [
'name' => 'Show All',
],
'login' => [
'name' => 'Login',
],
'logout' => [
'name' => 'Logout',
],
'profile' => 'Profile',
'email' => 'Email Address',
'password' => 'Password',
'display_name' => 'Display Name',
'username' => 'Username',
'remember_me' => 'Remember Me',
];