Skip to content

Commit dc40da4

Browse files
author
pedro
committed
Validation.php Translated to Portuguese
1 parent fec1f4c commit dc40da4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

resources/lang/pt/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' => 'Este :attribute já foi anexado.',
17+
'relatable' => 'Este :attribute não pode ser associado com este recurso.',
18+
19+
];

0 commit comments

Comments
 (0)