New translations field.php (Azerbaijani)

This commit is contained in:
Fatih Alp 2020-04-24 02:15:43 +03:00
parent 3971885162
commit 3a03100b91

View File

@ -0,0 +1,37 @@
<?php
return [
'name' => [
'name' => 'Başlıq'
],
'slug' => [
'name' => 'Slug'
],
'city' => [
'name' => 'Şəhər'
],
'country' => [
'name' => 'Ölkə'
],
'district' => [
'name' => 'Rayon'
],
'order' => [
'name' => 'Sırala Sırala'
],
'neighborhood' => [
'name' => 'Qonşuluq'
],
'village' => [
'name' => 'Kənd'
],
'description' => [
'name' => 'Təsvir'
],
'pick_option' => [
'name' => 'Bir seçim seçin',
],
'address' => [
'name' => 'Ünvan',
],
];