New translations button.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:07:02 +03:00
parent 185b73cd20
commit e7c224a11e

View File

@ -2,12 +2,12 @@
return [
'post_ad' => [
'name' => 'Post Ad',
'name' => 'Publicar anuncio',
],
'login' => 'Login',
'register' => 'Register',
'continue' => 'Continue',
'reset_password' => 'Reset Password',
'email' => 'Email',
'phone' => 'Phone',
'login' => 'Iniciar sesión',
'register' => 'Registrarse',
'continue' => 'Seguir',
'reset_password' => 'Restablecer la contraseña',
'email' => 'Correo electrónico',
'phone' => 'Teléfono',
];