openclassify/addons/default/visiosoft/advs-module/resources/lang/id/permission.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

109 lines
3.6 KiB
PHP

<?php
return [
'advs' => [
'name' => 'Iklan',
'option' => [
'read' => 'Bisakah membaca iklan?',
'write' => 'Bisakah membuat/menyunting iklan?',
'delete' => 'Bisakah menghapus iklan?',
],
],
'categories' => [
'name' => 'Kategori',
'option' => [
'read' => 'Bisakah membaca kategori?',
'write' => 'Bisakah membuat/menyunting kategori?',
'delete' => 'Bisakah menghapus kategori?',
],
],
'village' => [
'name' => 'Desa',
'option' => [
'read' => 'Bisakah membaca desa?',
'write' => 'Bisakah membuat/menyunting desa?',
'delete' => 'Bisakah menghapus desa?',
],
],
'custom_fields' => [
'name' => 'Baris khusus',
'option' => [
'read' => 'Bisa membaca baris khusus?',
'write' => 'Bisakah membuat/menyunting baris khusus?',
'delete' => 'Bisakah menghapus baris khusus?',
],
],
'custom_field_advs' => [
'name' => 'Iklan baris khusus',
'option' => [
'read' => 'Bisa membaca iklan baris khusus?',
'write' => 'Dapatkah membuat/menyunting iklan baris khusus?',
'delete' => 'Bisakah menghapus iklan baris khusus?',
],
],
'cf_values' => [
'name' => 'Nilai cf',
'option' => [
'read' => 'Bisakah membaca nilai cf?',
'write' => 'Bisakah membuat/menyunting nilai cf?',
'delete' => 'Bisakah menghapus nilai cf?',
],
],
'options' => [
'name' => 'Opsi',
'option' => [
'read' => 'Bisakah membaca opsi?',
'write' => 'Bisakah membuat/menyunting opsi?',
'delete' => 'Bisakah menghapus opsi?',
],
],
'productoptions' => [
'name' => 'Opsiproduk',
'option' => [
'read' => 'Bisa membaca opsiproduk?',
'write' => 'Bisakah membuat/menyunting opsiproduk?',
'delete' => 'Bisakah menghapus opsiproduk?',
],
],
'productoptions_value' => [
'name' => 'Nilai opsiproduk',
'option' => [
'read' => 'Bisakah membaca nilai opsiproduk?',
'write' => 'Bisakah membuat/menyunting nilai opsiproduk?',
'delete' => 'Bisakah menghapus nilai opsiproduk?',
],
],
'options_configuration' => [
'name' => 'Konfigurasi opsi',
'option' => [
'read' => 'Bisakah membaca konfigurasi opsi?',
'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
'delete' => 'Bisakah menghapus konfigurasi opsi?',
],
],
'option_configuration' => [
'name' => 'Konfigurasi opsi',
'option' => [
'read' => 'Bisakah membaca konfigurasi opsi?',
'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
'delete' => 'Bisakah menghapus konfigurasi opsi?',
],
],
'option_configuration' => [
'name' => 'Konfigurasi opsi',
'option' => [
'read' => 'Bisakah membaca konfigurasi opsi?',
'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
'delete' => 'Bisakah menghapus konfigurasi opsi?',
],
],
'status' => [
'name' => 'Status',
'option' => [
'read' => 'Bisakah membaca status?',
'write' => 'Bisakah membuat/menyunting status?',
'delete' => 'Bisakah menghapus status?',
],
],
];