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.
21 lines
597 B
21 lines
597 B
<?php
|
|
|
|
return [
|
|
'user' => [
|
|
'name' => 'Nama Lengkap',
|
|
'email' => 'Alamat Email',
|
|
'status' => 'Status',
|
|
'password' => 'Kata Sandi Aman',
|
|
'current_password' => 'Kata Sandi Saat Ini',
|
|
'new_password' => 'Kata Sandi Baru',
|
|
'password_confirmation' => 'Konfirmasi Kata Sandi',
|
|
'verified' => 'Terverifikasi',
|
|
'unverified' => 'Belum Terverifikasi',
|
|
],
|
|
'role' => [
|
|
'name' => 'Nama Peran',
|
|
'permission_count' => 'Jumlah Izin',
|
|
'guard_name' => 'Nama Guard',
|
|
'permissions' => 'Izin',
|
|
],
|
|
];
|
|
|