Skip to content

Commit 3b100c1

Browse files
committed
i18n(ca)
1 parent c4d82b2 commit 3b100c1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

resources/lang/ca/validation.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)