New translations message.php (Italian)

This commit is contained in:
Fatih Alp 2020-01-09 13:11:08 +03:00
parent 0288ace408
commit 66f05e7e9d

View File

@ -1,52 +1,27 @@
<?php <?php
return [ return [
'advs' => [ 'error_added_cart' => 'Requested product is currently missing or inactive',
'name' => 'Ads', 'please_buy_package' => 'Please buy package',
'option' => [ 'please_payment' => 'Please Pay',
'read' => 'Can read ads?', 'bank_account_info' => 'Bank account information',
'write' => 'Can create/edit ads?', 'agreement' => 'By clicking Post, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.',
'delete' => 'Can delete ads?', 'update_category_msg' => 'The classified category will be updated.',
], 'updated_category_msg' => 'Category successfully edited.',
'max_ad_limit' => [
'title' => "Your Free Ad Limit is Out.",
'msg' => "You have reached your free ad limit.",
'nextBtn' => "Show Ads",
'cancelBtn' => "or Cancel",
'link' => "/profile",
], ],
'categories' => [ 'create_ad_with_post_cat' => [
'name' => 'Categories', 'title' => "Post an Ad in just 30 seconds",
'option' => [ 'msg' => "Please DO NOT post multiple ads for the same items or service. All duplicate, spam and wrongly categorized ads will be deleted.",
'read' => 'Can read categories?', 'nextBtn' => "Next",
'write' => 'Can create/edit categories?', 'cancelBtn' => "or Cancel",
'delete' => 'Can delete categories?', 'link' => "",
],
],
'village' => [
'name' => 'Village',
'option' => [
'read' => 'Can read village?',
'write' => 'Can create/edit village?',
'delete' => 'Can delete village?',
],
],
'custom_fields' => [
'name' => 'Custom fields',
'option' => [
'read' => 'Can read custom fields?',
'write' => 'Can create/edit custom fields?',
'delete' => 'Can delete custom fields?',
],
],
'custom_field_advs' => [
'name' => 'Custom field ads',
'option' => [
'read' => 'Can read custom field ads?',
'write' => 'Can create/edit custom field ads?',
'delete' => 'Can delete custom field ads?',
],
],
'cf_values' => [
'name' => 'Cf values',
'option' => [
'read' => 'Can read cf values?',
'write' => 'Can create/edit cf values?',
'delete' => 'Can delete cf values?',
],
], ],
'update_category_info' => 'Please update category.',
'filter_by_search_msg' => 'Filter By Search.',
]; ];