New translations button.php (Russian)

This commit is contained in:
Fatih Alp 2020-04-17 13:14:22 +03:00
parent 54b98bf6c9
commit 5f6073d0cb

View File

@ -2,10 +2,41 @@
return [
'post_ad' => [
'name' => 'Разместить объявление',
'name' => 'Post Free Ad*',
'footer' => 'Post Ad',
],
'login' => 'Авторизоваться',
'register' => 'регистр',
'continue' => 'Продолжить',
'reset_password' => 'Сброс пароля',
'register' => [
'name' => 'Sign Up',
],
'login' => [
'name' => 'Sign In',
],
'my_ads' => [
'name' => 'My Ads',
],
'my_account' => [
'name' => 'My Account',
],
'logout' => [
'name' => 'Logout',
],
'show_all' => 'Show All',
'close' => 'Close',
'hidden' => [
'name' => 'Hide',
],
'search' => [
'name' => 'Search',
],
'showcase' => [
'name' => 'Showcase',
],
'categories' => [
'name' => 'Categories',
],
'save_category' => 'Save Category',
'edit' => 'Edit',
'update_profile' => 'Update Profile',
];