11 lines
217 B
PHP
11 lines
217 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'distinct' => [
|
||
'must_be_selected' => 'Ən azı bir :attribute sahəsi seçilməlidir.',
|
||
'only_one_must_be_selected' => 'Yalnız bir :attribute sahəsi seçilməlidir',
|
||
],
|
||
|
||
];
|