mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
İnstructions added
This commit is contained in:
parent
528bca0c62
commit
bc9696127b
@ -3,24 +3,31 @@
|
|||||||
return [
|
return [
|
||||||
'name' => [
|
'name' => [
|
||||||
'name' => 'Title',
|
'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' => [
|
'order' => [
|
||||||
'name' => 'Order',
|
'name' => 'Order',
|
||||||
],
|
],
|
||||||
|
|
||||||
'slug' => [
|
'slug' => [
|
||||||
'name' => 'Slug'
|
'name' => 'Slug',
|
||||||
|
'instructions' => 'Specify any organizational tags to help group your post with others.',
|
||||||
|
|
||||||
],
|
],
|
||||||
'files' => [
|
'files' => [
|
||||||
'name' => 'Image'
|
'name' => 'Image',
|
||||||
],
|
],
|
||||||
'seo_keyword' => [
|
'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' => [
|
'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' => [
|
'icon' => [
|
||||||
'name' => 'Icon'
|
'name' => 'Icon',
|
||||||
|
'instructions' => 'It is used to add icons indicating the category type.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'please_wait' => 'Please wait.Deleting Sub Categories',
|
'please_wait' => 'Please wait.Deleting Sub Categories',
|
||||||
|
|||||||
@ -3,24 +3,29 @@
|
|||||||
return [
|
return [
|
||||||
'name' => [
|
'name' => [
|
||||||
'name' => 'Başlık',
|
'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' => [
|
'order' => [
|
||||||
'name' => 'Sipariş',
|
'name' => 'Sipariş',
|
||||||
],
|
],
|
||||||
'slug' => [
|
'slug' => [
|
||||||
'name' => 'Özel isim'
|
'name' => 'Özel isim',
|
||||||
|
'instructions' => 'Tanımlanan başlığa özel oluşuturulan benzersiz isimdir.',
|
||||||
],
|
],
|
||||||
'files' => [
|
'files' => [
|
||||||
'name' => 'Resim'
|
'name' => 'Resim',
|
||||||
],
|
],
|
||||||
'seo_keyword' => [
|
'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' => [
|
'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' => [
|
'icon' => [
|
||||||
'name' => 'İkon'
|
'name' => 'İkon',
|
||||||
|
'instructions' => 'Kategori türünü belirten ikon eklemeye yarar.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'please_wait' => 'Lütfen bekleyin. Alt Kategoriler Siliniyor',
|
'please_wait' => 'Lütfen bekleyin. Alt Kategoriler Siliniyor',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user