New translations button.php (Albanian)

This commit is contained in:
Fatih Alp 2020-04-17 13:13:07 +03:00
parent a2a11ab59c
commit 68fb00b74f

View File

@ -2,10 +2,41 @@
return [
'post_ad' => [
'name' => 'Posto reklamën',
'name' => 'Post Free Ad*',
'footer' => 'Post Ad',
],
'login' => 'Hyrje',
'register' => 'Regjistrohu',
'continue' => 'Vazhdoj',
'reset_password' => 'Rivendosni Fjalëkalimin',
'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',
];