openclassify/addons/default/visiosoft/advs-module/resources/lang/id/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

65 lines
1.3 KiB
PHP

<?php
return [
'advs' => [
'title' => 'Iklan',
],
'categories' => [
'title' => 'Kategori',
],
'countries' => [
'title' => 'Negara',
],
'cities' => [
'title' => 'Kota',
],
'districts' => [
'title' => 'Kecamatan',
],
'neighborhoods' => [
'title' => 'Lingkungan',
],
'village' => [
'title' => 'Desa',
],
'custom_fields' => [
'title' => 'Baris khusus',
],
'custom_field_advs' => [
'title' => 'Iklan baris khusus',
],
'cf_values' => [
'title' => 'Nilai cf',
],
'fields' => [
'title' => 'Baris khusus'
],
'assets_clear' => [
'name' => 'Bersihkan Aset'
],
'general' => 'Umum',
'ads' => 'Iklan',
'user' => 'Pengguna',
'filter' => 'Saring',
'create_ad' => 'Buat Iklan',
'options' => [
'title' => 'Pilihan',
],
'ads_image' => 'Gambar Iklan',
'product_options' => [
'title' => 'Pilihan',
],
'productoptions_value' => [
'title' => 'Nilai Opsi',
],
'option_configuration' => [
'title' => 'Konfigurasi',
],
'translations' => 'Terjemahan',
'status' => [
'title' => 'Status',
],
'ads_detail' => 'Rincian Iklan',
];