Added basic jquery validation translations

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-07-16 20:54:48 +01:00
parent 4895023f3b
commit bb00edda4e
4 changed files with 30 additions and 18 deletions
+8 -2
View File
@@ -155,8 +155,14 @@ return [
/*
|--------------------------------------------------------------------------
| Generic Validation Messages
| Generic Validation Messages - we use these in the jquery validation where we don't have
| access to the :attribute
|--------------------------------------------------------------------------
*/
'invalid_value_in_field' => 'Invalid value included in this field',
'generic' => [
'invalid_value_in_field' => 'Invalid value included in this field',
'required' => 'This field is required',
'email' => 'Please enter a valid email address',
],
];