New translations button.php (Turkish)

This commit is contained in:
Fatih Alp 2020-12-16 12:53:55 +03:00
parent 0e38c51b5a
commit fdbcaac29e

View File

@ -2,13 +2,14 @@
return [ return [
'post_ad' => [ 'post_ad' => [
'name' => 'Ücretsiz İlan Ver', 'name' => 'İlan Ver',
], ],
'login' => 'Giriş Yap', 'login' => 'Giriş Yap',
'register' => 'Üye Ol', 'register' => 'Üye Ol',
'continue' => 'Devam', 'continue' => 'Devam Et',
'reset_password' => 'Şifremi Güncelle', 'reset_password' => 'Şifremi Güncelle',
'email' => 'E-posta', 'email' => 'E-posta',
'phone' => 'Telefon', 'phone' => 'Telefon',
'show_all' => 'Hepsini Göster ↓', 'show_all' => 'Hepsini Göster ↓',
'hide_all' => 'Hide All',
]; ];