New translations setting.php (Serbian (Latin))

This commit is contained in:
Fatih Alp 2021-06-30 14:06:43 +03:00
parent 273ca062f8
commit 7b08c1df07

View File

@ -133,6 +133,9 @@ return [
], ],
'market_place' => [ 'market_place' => [
'name' => 'Trgovina', 'name' => 'Trgovina',
'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
removes corporate membership.'
], ],
'price_area_hidden' => [ 'price_area_hidden' => [
'name' => 'Područje cena skriveno', 'name' => 'Područje cena skriveno',
@ -280,4 +283,7 @@ return [
'name' => 'Show Tax Field', 'name' => 'Show Tax Field',
'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.' 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
], ],
'hide_contact_created_at' => [
'name' => 'Hide Contact Fields For in Create New Ad'
]
]; ];