mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
57 lines
1.3 KiB
PHP
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',
|
|
],
|
|
];
|