openclassify/addons/default/visiosoft/location-module/resources/lang/az/field.php
2020-04-27 04:56:52 +03:00

39 lines
660 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
],
'selected' => 'Seçilib'
];