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 fec1f4c commit dc40da4Copy full SHA for dc40da4
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' => 'Este :attribute já foi anexado.',
17
+ 'relatable' => 'Este :attribute não pode ser associado com este recurso.',
18
19
+];
0 commit comments