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.
19 lines
537 B
19 lines
537 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'show' => 'Lhat Profil Pernikahan',
|
|
'detail' => 'Profil Pernikahan',
|
|
'childs_count' => 'Jumlah Anak',
|
|
'grand_childs_count' => 'Jumlah Cucu',
|
|
|
|
// Actions
|
|
'edit' => 'Edit Pernikahan',
|
|
'update' => 'Update Pernikahan',
|
|
|
|
// Attributes
|
|
'husband' => 'Kepala Keluarga',
|
|
'wife' => 'Isteri',
|
|
'marriage_date' => 'Tanggal Pernikahan',
|
|
'divorce_date' => 'Tanggal Perceraian',
|
|
];
|