mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
48 lines
1.4 KiB
PHP
48 lines
1.4 KiB
PHP
<?php
|
|
|
|
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',
|
|
'instructions' => 'Specify any organizational tags to help group your post with others.',
|
|
|
|
],
|
|
'files' => [
|
|
'name' => 'Image',
|
|
],
|
|
'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.',
|
|
],
|
|
|
|
'parent' => 'Parent',
|
|
'level' => 'Level',
|
|
'count' => 'Ad Counts',
|
|
|
|
'please_wait' => 'Please wait.Deleting Sub Categories',
|
|
'category_selection' => 'Category Selection',
|
|
'go_to_parent' => 'Go To Parent',
|
|
'preview' => 'Preview',
|
|
|
|
// Report
|
|
'undefined_category' => 'Undefined Category',
|
|
'categories_with_no_meta_report' => 'Categories with No Meta Report',
|
|
'category' => 'Category',
|
|
'id' => 'ID',
|
|
];
|