New translations setting.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-09 13:11:33 +03:00
parent 84c2b8c5d8
commit 9af2d1617a

View File

@ -1,40 +1,114 @@
<?php
return [
'advs' => [
'title' => 'Ads',
'auto_approve' => [
'name' => 'Auto Approve',
],
'categories' => [
'title' => 'Categories',
'default_published_time' => [
'name' => 'Default Publish Time',
],
'countries' => [
'title' => 'Countries',
'default_adv_limit' => [
'name' => 'Default Ads Limit',
],
'cities' => [
'title' => 'Cities',
'address' => [
'name' => 'Contact Adress',
],
'districts' => [
'title' => 'Districts',
'phone' => [
'name' => 'Contact Phone',
],
'neighborhoods' => [
'title' => 'Neighborhoods',
'favicon' => [
'name' => 'Favicon',
],
'village' => [
'title' => 'Village',
'contact_mail' => [
'name' => 'Contact Mail',
'warning' => 'Auto added sitename <strong>info</strong>@sitename ',
],'map_coordinates_long' => [
'name' => 'Map Long Coordinate',
],
'custom_fields' => [
'title' => 'Custom fields',
'map_coordinates_lat' => [
'name' => 'Map Lat Coordinate',
],
'custom_field_advs' => [
'title' => 'Custom field ads',
'iban_numbers' => [
'name' => 'IBAN',
],
'cf_values' => [
'title' => 'Cf values',
'logo' => [
'name' => 'Logo',
],
'fields' => [
'title' => 'Custom Fields'
'ogImage' => [
'name' => 'Social Share Logo',
'warning' => 'It should be at a resolution of 1200 x 630. ',
],
'assets_clear' => [
'name' => 'Assets Clear'
]
'currencies' => [
'name' => 'Active Currencies',
],
'latest-limit' => [
'name' => 'Latest Limit',
],
'site_address' => [
'name' => 'Site address',
'warning' => 'Auto added www. www.<strong>sitename.com</strong> ',
],
'google_map_key' => [
'name' => 'Google Map Api Key',
],
'default_country' => [
'name' => 'Default Ad Country',
],
'free_currencyconverterapi_key' => [
'name' => 'Currency Converter API Key'
],
'default_city' => [
'name' => 'Default Ad City',
],
'default_district' => [
'name' => 'Default Ad District',
],
'default_neighborhood' => [
'name' => 'Default Ad Neighborhood',
],
'default_currency' => [
'name' => 'Default Ad Currency',
],
'default_GET' => [
'name' => 'Default Ad GET',
],
'twitter' => [
'name' => 'Twitter',
],
'facebook' => [
'name' => 'Facebook',
],
'youtube' => [
'name' => 'Youtube',
],
'google' => [
'name' => 'Google',
],
'watermark_type' => [
'name' => 'Watermark Type',
],
'watermark_text' => [
'name' => 'Watermark Text',
],
'watermark_image' => [
'name' => 'Watermark Image',
],
'watermark_position' => [
'name' => 'Watermark Position',
],
'watermark_opacity' => [
'name' => 'Watermark Opacity',
],
'listing_page_image' => [
'name' => 'Listing Page Image',
],
'enabled_currencies' => [
'name' => 'Enabled Currencies',
],
'google_statistic_code' => [
'name' => 'Google Statistic Code',
],
];