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