mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Greek) * New translations field.php (German) * New translations field.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Bulgarian) * New translations field.php (Hebrew) * New translations field.php (Greek)
24 lines
407 B
PHP
24 lines
407 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => 'Negara',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Kota',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Distrik',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Lingkungan',
|
|
],
|
|
'village' => [
|
|
'title' => 'Desa',
|
|
],
|
|
'general' => 'Umum',
|
|
'map' => 'Peta',
|
|
'setting' => 'Pengaturan',
|
|
'filter' => 'Saring',
|
|
];
|