mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
39 lines
738 B
PHP
39 lines
738 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Τίτλος'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Γυμνοσάλιαγκας'
|
|
],
|
|
'city' => [
|
|
'name' => 'Πόλη'
|
|
],
|
|
'country' => [
|
|
'name' => 'Χώρα'
|
|
],
|
|
'district' => [
|
|
'name' => 'Περιοχή'
|
|
],
|
|
'order' => [
|
|
'name' => 'Σειρά ταξινόμησης'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'Γειτονιά'
|
|
],
|
|
'village' => [
|
|
'name' => 'Χωριό'
|
|
],
|
|
'description' => [
|
|
'name' => 'Περιγραφή'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'Pick an option',
|
|
],
|
|
'address' => [
|
|
'name' => 'Address',
|
|
],
|
|
'selected' => 'Selected'
|
|
];
|