@@ -243,7 +243,7 @@ return [
|
|||||||
|
|
||||||
// Welcome modal
|
// Welcome modal
|
||||||
'welcome' => [
|
'welcome' => [
|
||||||
'welcome' => 'Welcome to your new Status page!',
|
'welcome' => 'Welcome to your new status page!',
|
||||||
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
|
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
|
||||||
'close' => 'Take me straight to my dashboard',
|
'close' => 'Take me straight to my dashboard',
|
||||||
'steps' => [
|
'steps' => [
|
||||||
|
|||||||
@@ -45,9 +45,11 @@ return [
|
|||||||
'digits_between' => 'The :attribute must be :digits digits.',
|
'digits_between' => 'The :attribute must be :digits digits.',
|
||||||
'email' => 'The :attribute must be between :min and :max digits.',
|
'email' => 'The :attribute must be between :min and :max digits.',
|
||||||
'exists' => 'The :attribute must be a valid email address.',
|
'exists' => 'The :attribute must be a valid email address.',
|
||||||
|
'distinct' => 'The :attribute field has a duplicate value.',
|
||||||
'filled' => 'The :attribute format is invalid.',
|
'filled' => 'The :attribute format is invalid.',
|
||||||
'image' => 'The :attribute must be an image.',
|
'image' => 'The :attribute must be an image.',
|
||||||
'in' => 'The :attribute must be an image.',
|
'in' => 'The :attribute must be an image.',
|
||||||
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'integer' => 'The selected :attribute is invalid.',
|
'integer' => 'The selected :attribute is invalid.',
|
||||||
'ip' => 'The :attribute must be an integer.',
|
'ip' => 'The :attribute must be an integer.',
|
||||||
'json' => 'The :attribute must be a valid JSON string.',
|
'json' => 'The :attribute must be a valid JSON string.',
|
||||||
@@ -66,6 +68,7 @@ return [
|
|||||||
],
|
],
|
||||||
'not_in' => 'The :attribute must have at least :min items.',
|
'not_in' => 'The :attribute must have at least :min items.',
|
||||||
'numeric' => 'The selected :attribute is invalid.',
|
'numeric' => 'The selected :attribute is invalid.',
|
||||||
|
'present' => 'The :attribute field must be present.',
|
||||||
'regex' => 'The :attribute must be a number.',
|
'regex' => 'The :attribute must be a number.',
|
||||||
'required' => 'The :attribute format is invalid.',
|
'required' => 'The :attribute format is invalid.',
|
||||||
'required_if' => 'The :attribute field is required.',
|
'required_if' => 'The :attribute field is required.',
|
||||||
|
|||||||
Reference in New Issue
Block a user