openclassify/addons/default/visiosoft/advs-module/resources/lang/zh/permission.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

109 lines
3.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'advs' => [
'name' => '广告',
'option' => [
'read' => '可以阅读广告吗?',
'write' => '可以制作/修改广告吗?',
'delete' => '可以删除广告吗?',
],
],
'categories' => [
'name' => '分类目录',
'option' => [
'read' => '可以阅读类别吗?',
'write' => '可以创建/编辑类别吗?',
'delete' => '可以删除类别吗?',
],
],
'village' => [
'name' => '村',
'option' => [
'read' => '能看乡村吗?',
'write' => '可以创建/编辑村庄吗?',
'delete' => '可以删除村落吗?',
],
],
'custom_fields' => [
'name' => '自订栏位',
'option' => [
'read' => '可以读取自定义字段吗?',
'write' => '可以创建/编辑自定义字段吗?',
'delete' => '可以删除自定义字段吗?',
],
],
'custom_field_advs' => [
'name' => '自定义字段广告',
'option' => [
'read' => '可以阅读自定义领域广告吗?',
'write' => '可以制作/修改自定义字段广告吗?',
'delete' => '可以删除自定义字段广告吗?',
],
],
'cf_values' => [
'name' => 'CF值',
'option' => [
'read' => '可以读取cf值吗',
'write' => '可以创建/编辑cf值吗',
'delete' => '可以删除cf值吗',
],
],
'options' => [
'name' => '选项',
'option' => [
'read' => '可以阅读选项吗?',
'write' => '可以创建/编辑选项吗?',
'delete' => '可以删除选项吗?',
],
],
'productoptions' => [
'name' => '产品选项',
'option' => [
'read' => '可以阅读产品选项吗?',
'write' => '可以创建/编辑产品选项吗?',
'delete' => '可以删除产品选项吗?',
],
],
'productoptions_value' => [
'name' => '产品选择价值',
'option' => [
'read' => '可以读取productoptions的值吗',
'write' => '可以创建/编辑产品选项值吗?',
'delete' => '可以删除productoptions的值吗',
],
],
'options_configuration' => [
'name' => '选件配置',
'option' => [
'read' => '可以读取选项配置吗?',
'write' => '可以创建/编辑选项配置吗?',
'delete' => '可以删除选项配置吗?',
],
],
'option_configuration' => [
'name' => '选件配置',
'option' => [
'read' => '可以读取选件配置吗?',
'write' => '可以创建/编辑选项配置吗?',
'delete' => '可以删除选件配置吗?',
],
],
'option_configuration' => [
'name' => '选件配置',
'option' => [
'read' => '可以读取选件配置吗?',
'write' => '可以创建/编辑选项配置吗?',
'delete' => '可以删除选件配置吗?',
],
],
'status' => [
'name' => '状态',
'option' => [
'read' => '可以读取状态吗?',
'write' => '可以创建/编辑状态吗?',
'delete' => '可以删除状态吗?',
],
],
];