mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.3 KiB
PHP
57 lines
1.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'home_page_location' => [
|
||
'name' => 'Əsas səhifə yeri sahəsi',
|
||
],
|
||
'list_page_location' => [
|
||
'name' => 'Siyahı Səhifə yeri sahəsi',
|
||
],
|
||
'detail_page_location' => [
|
||
'name' => 'Ətraflı səhifə yeri sahəsi',
|
||
],
|
||
'show_search_location_btn' => [
|
||
'name' => 'Axtarış yeri düyməsini göstər',
|
||
],
|
||
'default_country' => [
|
||
'name' => 'Defolt Ölkə',
|
||
],
|
||
'create_ad_page_location' => [
|
||
'name' => 'Elan səhifəsi yeri yaradın',
|
||
],
|
||
'default_city' => [
|
||
'name' => 'Defolt Şəhər',
|
||
],
|
||
'default_district' => [
|
||
'name' => 'Defolt Rayon',
|
||
],
|
||
'default_neighborhood' => [
|
||
'name' => 'Defolt Qonşuluq',
|
||
],
|
||
|
||
'google_map_key' => [
|
||
'name' => 'Google Maps Api Key',
|
||
],
|
||
|
||
'map_coordinates_long' => [
|
||
'name' => 'Defolt Uzun',
|
||
],
|
||
|
||
'map_coordinates_lat' => [
|
||
'name' => 'Defolt Lat',
|
||
],
|
||
|
||
'hide_location_filter' => [
|
||
'name' => 'Yer filtrini gizlət',
|
||
],
|
||
'country_for_phone_field' => [
|
||
'name' => 'Telefon sahəsi üçün qeydiyyatdan keçmiş ölkə'
|
||
],
|
||
'sorting_column' => [
|
||
'name' => 'Sütun çeşidlənir',
|
||
],
|
||
'sorting_type' => [
|
||
'name' => 'Çeşidləmə növü',
|
||
],
|
||
];
|