API APP DOCTOR
This commit is contained in:
@@ -7,4 +7,6 @@ return [
|
||||
'password' => 'Password wrong. Please try again.',
|
||||
'read_notification' => 'Notification has been read.',
|
||||
'already_exists' => 'Data already exists.',
|
||||
'logout' => 'User logged out successfully.',
|
||||
'token_expired' => 'Token has expired. Please re-request the token.'
|
||||
];
|
||||
|
||||
@@ -6,5 +6,7 @@ return [
|
||||
'max' => [
|
||||
'file' => ':attribute max size is :max.',
|
||||
],
|
||||
'email' => 'Invalid email format.'
|
||||
];
|
||||
'email' => 'Invalid email format.',
|
||||
'regex' => 'The :attribute must contain at least one uppercase letter, one lowercase letter, and one numeric digit.',
|
||||
'min' => 'The :attribute must be at least 8 characters.'
|
||||
];
|
||||
|
||||
@@ -7,4 +7,6 @@ return [
|
||||
'password' => 'Password salah. Silakan coba lagi.',
|
||||
'read_notification' => 'Notifikasi telah dibaca.',
|
||||
'already_exists' => 'Data sudah ada.',
|
||||
'logout' => 'User berhasil logout.',
|
||||
'token_expired' => 'Token telah kedaluwarsa. Silakan minta ulang token.'
|
||||
];
|
||||
|
||||
@@ -6,5 +6,7 @@ return [
|
||||
'max' => [
|
||||
'file' => ':attribute tidak boleh melebihi :max.',
|
||||
],
|
||||
'email' => 'Format email salah.'
|
||||
];
|
||||
'email' => 'Format email salah.',
|
||||
'regex' => ':attribute harus berisi setidaknya satu huruf besar, satu huruf kecil, dan satu digit angka.',
|
||||
'min' => ':attribute setidaknya harus terdiri dari 8 karakter.'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user