openclassify/addons/default/visiosoft/cats-module/resources/lang/zh/field.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

37 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' => '类别选择',
'go_to_parent' => '去父母',
];