mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
37 lines
507 B
PHP
37 lines
507 B
PHP
<?php
|
|
|
|
return[
|
|
"name" => [
|
|
"name" =>"Titolo",
|
|
|
|
],
|
|
"slug" => [
|
|
"name" =>"lumaca",
|
|
|
|
],
|
|
"city" => [
|
|
"name" =>"Città",
|
|
|
|
],
|
|
"country" => [
|
|
"name" =>"Nazione",
|
|
|
|
],
|
|
"district" => [
|
|
"name" =>"Quartiere",
|
|
|
|
],
|
|
"neighborhood" => [
|
|
"name" =>"Quartiere",
|
|
|
|
],
|
|
"village" => [
|
|
"name" =>"Villaggio",
|
|
|
|
],
|
|
"description" => [
|
|
"name" =>"Descrizione",
|
|
|
|
],
|
|
|
|
]; |