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 f800104 commit 09d8423Copy full SHA for 09d8423
resources/lang/bg/validations.php
@@ -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