mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
a931bb3f20
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user