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 c4d82b2 commit 3b100c1Copy full SHA for 3b100c1
resources/lang/ca/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' => 'Aquest :attribute ja ha estat adjuntat.',
17
+ 'relatable' => 'Aquest :attribute pot ser que no estigui associat a aquest recurs.',
18
19
+];
0 commit comments