From 74d6d45dd1a1d8e9a6aacbdcad2514a7998f19b5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:12:25 +0300 Subject: [PATCH] New translations field.php (Persian) --- .../cats-module/resources/lang/fa/field.php | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/fa/field.php b/addons/default/visiosoft/cats-module/resources/lang/fa/field.php index e856d1b6f..5e7d5b6c2 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fa/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fa/field.php @@ -1,21 +1,35 @@ [ - "name" =>"عنوان", +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' => 'سفارش', + ], - ], - "order" => [ - "name" =>"سفارش", + 'slug' => [ + 'name' => 'مثل حلزون حرکت کردن', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"مثل حلزون حرکت کردن", + ], + '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.', + ], - ], - "files" => [ - "name" =>"تصویر", - - ], - "please_wait" =>"لطفاً صبر کنید. حذف دسته بندی های فرعی" -]; \ No newline at end of file + 'please_wait' => 'لطفاً صبر کنید. حذف دسته بندی های فرعی', + 'category_selection' => 'Category Selection', +];