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.
18 lines
528 B
18 lines
528 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',
|
|
];
|