openclassify/addons/default/visiosoft/cats-module/resources/lang/zh/field.php

36 lines
1.0 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' => '用于添加指示类别类型的图标。',
],
'please_wait' => '请稍候。正在删除子类别',
'category_selection' => '类别选择',
];