We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff7879 commit c8fc9e6Copy full SHA for c8fc9e6
resources/lang/pt/validation.php
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+return [
4
5
+ /*
6
+ |--------------------------------------------------------------------------
7
+ | Validation Language Lines
8
9
+ |
10
+ | The following language lines contain the default error messages used by
11
+ | the validator class. Some of these rules have multiple versions such
12
+ | as the size rules. Feel free to tweak each of these messages here.
13
14
+ */
15
16
+ 'attached' => 'This :attribute is already attached.',
17
+ 'relatable' => 'This :attribute may not be associated with this resource.',
18
19
+];
0 commit comments