mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
275 B
PHP
14 lines
275 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'village' => [
|
|
'name' => '村',
|
|
'option' => [
|
|
'read' => '村が読める?',
|
|
'write' => '村を作成/編集できますか?',
|
|
'delete' => '村を削除できますか?',
|
|
],
|
|
],
|
|
];
|