openclassify/addons/default/visiosoft/cats-module/resources/lang/zh/field.php
Fatih Alp ef3de70c3f
New Crowdin updates (#1077)
* New translations addon.php (Hebrew)
* New translations field.php (Catalan)
* New translations addon.php (Afrikaans)
* New translations addon.php (Romanian)
* New translations field.php (Romanian)
2021-06-02 17:12:01 +03:00

42 lines
1.1 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' => 'Parent',
'level' => 'Level',
'count' => 'Ad Counts',
'please_wait' => '请稍候。正在删除子类别',
'category_selection' => '类别选择',
'go_to_parent' => '去父母',
'preview' => 'Preview'
];