Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
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.
 
 
 
 
 

20 lines
776 B

<?php
return [
'user_detail' => [
'account_info' => 'Account Info',
'user_info' => 'User Info',
'menu' => [
'role_update' => 'Update Role',
'toggle_status' => 'Toggle Status',
'password_reset' => 'Send Password Reset',
],
'confirmation' => [
'toggle_status' => 'Are you sure you want to change the status of this user?',
'status_changed' => 'User status has been successfully updated.',
'status_unchanged' => 'User status was not changed.',
'send_password_reset' => 'Are you sure you want to send a password reset link to this user?',
'password_reset_success' => 'Password reset link has been successfully sent.',
],
],
];