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.
22 lines
780 B
22 lines
780 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'unknown' => 'Tidak diketahui',
|
|
'male' => 'Laki-laki',
|
|
'female' => 'Perempuan',
|
|
'family_chart' => 'Bagan Keluarga',
|
|
'family_tree' => 'Pohon Keluarga',
|
|
'child_count' => 'Jumlah Anak',
|
|
'grand_child_count' => 'Jumlah Cucu',
|
|
|
|
// Actions
|
|
'edit' => 'Edit',
|
|
'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',
|
|
];
|