Merge pull request #381 from openclassify/sametnew

İnstructions added
This commit is contained in:
Fatih Alp 2020-03-04 13:47:00 +03:00 committed by GitHub
commit a931bb3f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 10 deletions

View File

@ -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',

View File

@ -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',