You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
36 lines
1.4 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'my_profile' => 'Profil Saya',
|
|
'search' => 'Cari',
|
|
'unknown' => 'Tidak diketahui',
|
|
'male' => 'Laki-laki',
|
|
'female' => 'Perempuan',
|
|
'male_code' => 'L',
|
|
'female_code' => 'P',
|
|
'family_chart' => 'Bagan Keluarga',
|
|
'family_tree' => 'Pohon Keluarga',
|
|
'child_count' => 'Jumlah Anak',
|
|
'grand_child_count' => 'Jumlah Cucu',
|
|
'user_found' => 'User ditemukan : <strong>:total Orang</strong> untuk kata kunci : <strong>:keyword</strong>',
|
|
'search_your_family' => 'Cari Keluarga Anda',
|
|
'search_your_family_placeholder' => 'Masukkan nama/panggilan... klik Cari',
|
|
'example' => 'Misal:',
|
|
'address' => 'Alamat',
|
|
'contact' => 'Kontak',
|
|
'city' => 'Kota',
|
|
'phone' => 'Telp.',
|
|
'login_account' => 'Akun Login',
|
|
|
|
// Actions
|
|
'edit' => 'Edit',
|
|
'update' => 'Update',
|
|
'show_profile' => 'Lihat Profil',
|
|
'show_family_chart' => 'Lihat Bagan Keluarga',
|
|
'show_family_tree' => 'Lihat Pohon Keluarga',
|
|
'enter_new_name' => 'Input Nama Baru...',
|
|
'select_from_existing_males' => 'Pilih dari Pria terdaftar',
|
|
'select_from_existing_females' => 'Pilih dari Wanita terdaftar',
|
|
'select_from_existing_couples' => 'Pilih Pasangan Pernikahan',
|
|
];
|