openclassify/addons/default/visiosoft/location-module/resources/lang/az/field.php
2026-03-02 23:41:21 +03:00

44 lines
775 B
PHP
Raw Permalink 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',
'choose_an_option' => 'Bir seçim seçin ...',
'abv' => [
'name' => 'Qısaltma',
],
'location' => 'Yer',
];