From bc9696127b03fc62ceefa666457e3bf1b339fdae Mon Sep 17 00:00:00 2001 From: samet Date: Tue, 3 Mar 2020 13:49:09 +0300 Subject: [PATCH] =?UTF-8?q?=C4=B0nstructions=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cats-module/resources/lang/en/field.php | 17 ++++++++++++----- .../cats-module/resources/lang/tr/field.php | 15 ++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/en/field.php b/addons/default/visiosoft/cats-module/resources/lang/en/field.php index b97a49e4b..3970e949b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/en/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/en/field.php @@ -3,24 +3,31 @@ return [ 'name' => [ 'name' => 'Title', + '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', ], + 'slug' => [ - 'name' => 'Slug' + 'name' => 'Slug', + 'instructions' => 'Specify any organizational tags to help group your post with others.', + ], 'files' => [ - 'name' => 'Image' + 'name' => 'Image', ], 'seo_keyword' => [ - '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' + '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' + 'name' => 'Icon', + 'instructions' => 'It is used to add icons indicating the category type.', ], 'please_wait' => 'Please wait.Deleting Sub Categories', diff --git a/addons/default/visiosoft/cats-module/resources/lang/tr/field.php b/addons/default/visiosoft/cats-module/resources/lang/tr/field.php index 26eec151c..dd0d6b545 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/tr/field.php @@ -3,24 +3,29 @@ return [ 'name' => [ 'name' => 'Başlık', + 'instructions' => 'Tanımlayacağınız ana kategorinin adıdır.Kullanıcının aradığı ürünü kolayca bulmasını sağlar.', ], 'order' => [ 'name' => 'Sipariş', ], 'slug' => [ - 'name' => 'Özel isim' + 'name' => 'Özel isim', + 'instructions' => 'Tanımlanan başlığa özel oluşuturulan benzersiz isimdir.', ], 'files' => [ - 'name' => 'Resim' + 'name' => 'Resim', ], 'seo_keyword' => [ - 'name' => 'Seo Anahtar Kelimeler' + 'name' => 'Seo Anahtar Kelimeler', + 'instructions' => 'Google taracıyıda sitenin arama sonuclarında üstlerde çıkması için eklenen kelimeler.', ], 'seo_description' => [ - 'name' => 'Seo Açıklaması' + 'name' => 'Seo Açıklaması', + 'instructions' => 'Ziyaretçilerinizin içeriğini arama sonuçlarında tıklamak isteyip istemedikleri konusundaki kararını etkileyebilir.', ], 'icon' => [ - 'name' => 'İkon' + 'name' => 'İkon', + 'instructions' => 'Kategori türünü belirten ikon eklemeye yarar.', ], 'please_wait' => 'Lütfen bekleyin. Alt Kategoriler Siliniyor',