mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
48 lines
1.3 KiB
PHP
48 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => '标题',
|
|
'instructions' => '它是您将定义的主要类别的名称。它使用户可以轻松找到所需的产品。',
|
|
],
|
|
'order' => [
|
|
'name' => '订购',
|
|
],
|
|
|
|
'slug' => [
|
|
'name' => 'ug',
|
|
'instructions' => '指定任何组织标记以帮助将您的帖子与其他人分组。',
|
|
|
|
],
|
|
'files' => [
|
|
'name' => '图片',
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => '徐关键词',
|
|
'instructions' => '在Google浏览器中添加到网站的字词显示在搜索结果上方。',
|
|
],
|
|
'seo_description' => [
|
|
'name' => '搜索引擎优化说明',
|
|
'instructions' => '这可能会影响访问者是否要单击搜索结果中内容的决定。',
|
|
],
|
|
'icon' => [
|
|
'name' => '图标',
|
|
'instructions' => '用于添加指示类别类型的图标。',
|
|
],
|
|
|
|
'parent' => '家长',
|
|
'level' => '等级',
|
|
'count' => '广告计数',
|
|
|
|
'please_wait' => '请稍候。正在删除子类别',
|
|
'category_selection' => '类别选择',
|
|
'go_to_parent' => '去父母',
|
|
'preview' => '预览',
|
|
|
|
// Report
|
|
'undefined_category' => '未定义类别',
|
|
'categories_with_no_meta_report' => '没有元报告的类别',
|
|
'category' => '类别',
|
|
'id' => 'ID',
|
|
];
|