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.
16 lines
562 B
16 lines
562 B
<?php
|
|
|
|
return [
|
|
'success' => [
|
|
'created' => ':resource telah berhasil dibuat.',
|
|
'updated' => ':resource telah berhasil diperbarui.',
|
|
'deleted' => ':resource telah dihapus.',
|
|
'suspended' => ':resource telah ditangguhkan.',
|
|
'uploaded' => ':resource telah berhasil diunggah.',
|
|
],
|
|
'error' => [
|
|
'forbidden' => 'Anda tidak memiliki izin untuk melakukan tindakan ini.',
|
|
'validation_failed' => 'Data yang diberikan tidak valid.',
|
|
'generic' => 'Terjadi kesalahan. Silakan coba lagi.',
|
|
],
|
|
];
|
|
|