openclassify/addons/default/visiosoft/location-module/resources/lang/id/setting.php
Fatih Alp e76068bd6c
New Crowdin updates (#925)
* New translations field.php (Italian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
* New translations field.php (German)
* New translations field.php (Arabic)
* New translations field.php (Spanish)
* New translations field.php (Bulgarian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
2021-02-08 12:03:32 +03:00

57 lines
1.3 KiB
PHP

<?php
return [
'home_page_location' => [
'name' => 'Bidang Lokasi Halaman Beranda',
],
'list_page_location' => [
'name' => 'Bidang Lokasi Halaman Daftar',
],
'detail_page_location' => [
'name' => 'Bidang Lokasi Halaman Detail',
],
'show_search_location_btn' => [
'name' => 'Tampilkan Tombol Lokasi Pencarian',
],
'default_country' => [
'name' => 'Negara Default',
],
'create_ad_page_location' => [
'name' => 'Buat Lokasi Halaman Iklan',
],
'default_city' => [
'name' => 'Kota Default',
],
'default_district' => [
'name' => 'Distrik Default',
],
'default_neighborhood' => [
'name' => 'Lingkungan Default',
],
'google_map_key' => [
'name' => 'Kunci Api Google Maps',
],
'map_coordinates_long' => [
'name' => 'Default Panjang',
],
'map_coordinates_lat' => [
'name' => 'Lat default',
],
'hide_location_filter' => [
'name' => 'Sembunyikan Filter Lokasi',
],
'country_for_phone_field' => [
'name' => 'Negara Default Untuk Bidang Telepon Daftarkan'
],
'sorting_column' => [
'name' => 'Kolom Penyortiran',
],
'sorting_type' => [
'name' => 'Jenis Penyortiran',
],
];