Skip to content

Commit 09d8423

Browse files
authored
Added translations for BG
1 parent f800104 commit 09d8423

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

resources/lang/bg/validations.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Validation Language Lines
6+
|--------------------------------------------------------------------------
7+
|
8+
| The following language lines contain the default error messages used by
9+
| the validator class. Some of these rules have multiple versions such
10+
| as the size rules. Feel free to tweak each of these messages here.
11+
|
12+
*/
13+
'attached' => 'Полето :attribute вече е прикпрепено.',
14+
'relatable' => 'Полето :attribute не може да бъде асоциирано с този ресурс.',
15+
];

0 commit comments

Comments
 (0)