New translations setting.php (Serbian (Latin))

This commit is contained in:
Fatih Alp 2022-01-14 10:41:42 +03:00
parent c4bdaf8c94
commit 230e9c3449

View File

@ -128,6 +128,9 @@ return [
'google_statistic_code' => [ 'google_statistic_code' => [
'name' => 'Google Statistic Code', 'name' => 'Google Statistic Code',
], ],
'body_custom_space' => [
'name' => 'Body Custom Space',
],
'register_email_field' => [ 'register_email_field' => [
'name' => 'Zahtevaj Email za registraciju članova', 'name' => 'Zahtevaj Email za registraciju članova',
], ],
@ -230,6 +233,10 @@ return [
'name' => 'Sakrij Informacije prodavca', 'name' => 'Sakrij Informacije prodavca',
'instructions' => 'Sakrij informacije o prodavcu na stranici sa detaljima oglasa', 'instructions' => 'Sakrij informacije o prodavcu na stranici sa detaljima oglasa',
], ],
'hide_seller_info_by_category' => [
'name' => 'Hide Seller Information By Category',
'instructions' => 'Hiding to seller infos by selected main categories in ads detail page',
],
'show_post_ad_agreement' => [ 'show_post_ad_agreement' => [
'name' => 'Prikaži ugovor o objavljivanju oglasa', 'name' => 'Prikaži ugovor o objavljivanju oglasa',
'instructions' => 'Uključite ovo ako želite da na stranici za izradu oglasa prikažete ugovor o politici privatnosti', 'instructions' => 'Uključite ovo ako želite da na stranici za izradu oglasa prikažete ugovor o politici privatnosti',
@ -282,5 +289,24 @@ return [
], ],
'hide_contact_created_at' => [ 'hide_contact_created_at' => [
'name' => 'Hide Contact Fields For in Create New Ad' 'name' => 'Hide Contact Fields For in Create New Ad'
] ],
'show_input_flag' => [
'name' => 'Show Flags on Input',
'instructions' => 'Show flag and description on translatable inputs'
],
'hide_out_of_stock_products_without_listing' => [
'name' => 'Hide out of stock products without listing',
'instructions' => 'Hides out-of-stock GET products from listing and homepage'
],
'only_email_login' => [
'name' => 'Only Email Login'
],
'preview_mode' => [
'name' => 'Preview Mode',
'instructions' => 'When this mode is enabled, the ad is previewed by the user.'
],
'show_order_note' => [
'name' => 'Show Order Note',
'instructions' => "Show the order note field which is used to show the customers custom text when their order's payment is approved."
],
]; ];