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值嗎',
],
],
];