openclassify/addons/default/visiosoft/advs-module/resources/lang/zh/permission.php

53 lines
1.6 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值吗',
],
],
];