mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
37 lines
500 B
PHP
37 lines
500 B
PHP
<?php
|
|
|
|
return[
|
|
"name" => [
|
|
"name" =>"Titel",
|
|
|
|
],
|
|
"slug" => [
|
|
"name" =>"Schnecke",
|
|
|
|
],
|
|
"city" => [
|
|
"name" =>"Stadt",
|
|
|
|
],
|
|
"country" => [
|
|
"name" =>"Land",
|
|
|
|
],
|
|
"district" => [
|
|
"name" =>"Kreis",
|
|
|
|
],
|
|
"neighborhood" => [
|
|
"name" =>"Nachbarschaft",
|
|
|
|
],
|
|
"village" => [
|
|
"name" =>"Dorf",
|
|
|
|
],
|
|
"description" => [
|
|
"name" =>"Beschreibung",
|
|
|
|
],
|
|
|
|
]; |