mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
41 lines
564 B
PHP
41 lines
564 B
PHP
<?php
|
|
|
|
return[
|
|
"name" => [
|
|
"name" =>"Titre",
|
|
|
|
],
|
|
"slug" => [
|
|
"name" =>"Limace",
|
|
|
|
],
|
|
"city" => [
|
|
"name" =>"Ville",
|
|
|
|
],
|
|
"country" => [
|
|
"name" =>"Pays",
|
|
|
|
],
|
|
"district" => [
|
|
"name" =>"District",
|
|
|
|
],
|
|
"order" => [
|
|
"name" =>"Ordre de tri",
|
|
|
|
],
|
|
"neighborhood" => [
|
|
"name" =>"quartier",
|
|
|
|
],
|
|
"village" => [
|
|
"name" =>"Village",
|
|
|
|
],
|
|
"description" => [
|
|
"name" =>"La description",
|
|
|
|
],
|
|
|
|
]; |