mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Azerbaijani)
This commit is contained in:
parent
3971885162
commit
3a03100b91
@ -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',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user