mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 08:46:06 -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)
40 lines
716 B
PHP
40 lines
716 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Judul'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Siput'
|
|
],
|
|
'city' => [
|
|
'name' => 'Kota'
|
|
],
|
|
'country' => [
|
|
'name' => 'Negara'
|
|
],
|
|
'district' => [
|
|
'name' => 'Distrik'
|
|
],
|
|
'order' => [
|
|
'name' => 'Urutan Sortir'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'Lingkungan'
|
|
],
|
|
'village' => [
|
|
'name' => 'Desa'
|
|
],
|
|
'description' => [
|
|
'name' => 'Deskripsi'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'Pilih salah satu opsi',
|
|
],
|
|
'address' => [
|
|
'name' => 'Alamat',
|
|
],
|
|
'selected' => 'Terpilih',
|
|
'choose_an_option' => 'Pilih salah satu opsi ...',
|
|
];
|