mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations permission.php (Turkish)
This commit is contained in:
parent
9ec64409f3
commit
6c52084864
@ -1,27 +1,52 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'error_added_cart' => 'Requested product is currently missing or inactive',
|
'advs' => [
|
||||||
'please_buy_package' => 'Please buy package',
|
'name' => 'Ads',
|
||||||
'please_payment' => 'Please Pay',
|
'option' => [
|
||||||
'bank_account_info' => 'Bank account information',
|
'read' => 'Can read 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.',
|
'write' => 'Can create/edit ads?',
|
||||||
'update_category_msg' => 'The classified category will be updated.',
|
'delete' => 'Can delete ads?',
|
||||||
'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",
|
|
||||||
],
|
],
|
||||||
'create_ad_with_post_cat' => [
|
'categories' => [
|
||||||
'title' => "Post an Ad in just 30 seconds",
|
'name' => 'Categories',
|
||||||
'msg' => "Please DO NOT post multiple ads for the same items or service. All duplicate, spam and wrongly categorized ads will be deleted.",
|
'option' => [
|
||||||
'nextBtn' => "Next",
|
'read' => 'Can read categories?',
|
||||||
'cancelBtn' => "or Cancel",
|
'write' => 'Can create/edit categories?',
|
||||||
'link' => "",
|
'delete' => 'Can delete categories?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'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.',
|
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user