openclassify/addons/default/visiosoft/cats-module/resources/lang/fa/field.php
2020-05-12 13:12:25 +03:00

36 lines
1.2 KiB
PHP

<?php
return [
'name' => [
'name' => 'عنوان',
'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.',
],
'order' => [
'name' => 'سفارش',
],
'slug' => [
'name' => 'مثل حلزون حرکت کردن',
'instructions' => 'Specify any organizational tags to help group your post with others.',
],
'files' => [
'name' => 'تصویر',
],
'seo_keyword' => [
'name' => 'Seo Keyword',
'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
],
'seo_description' => [
'name' => 'Seo Description',
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
],
'icon' => [
'name' => 'Icon',
'instructions' => 'It is used to add icons indicating the category type.',
],
'please_wait' => 'لطفاً صبر کنید. حذف دسته بندی های فرعی',
'category_selection' => 'Category Selection',
];