mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
271 B
PHP
14 lines
271 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'village' => [
|
|
'name' => 'Dorf',
|
|
'option' => [
|
|
'read' => 'Kann Dorf lesen?',
|
|
'write' => 'Kann ein Dorf erstellen / bearbeiten? ',
|
|
'delete' => 'Kann Dorf löschen?',
|
|
],
|
|
],
|
|
];
|