mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
14 lines
263 B
PHP
14 lines
263 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'village' => [
|
|
'name' => '村',
|
|
'option' => [
|
|
'read' => '能看鄉村嗎?',
|
|
'write' => '可以創建/編輯村莊嗎?',
|
|
'delete' => '可以刪除村落嗎?',
|
|
],
|
|
],
|
|
];
|