11 lines
215 B
PHP
11 lines
215 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'distinct' => [
|
|
'must_be_selected' => 'Gutxienez :attribute eremu bat hautatu behar da.',
|
|
'only_one_must_be_selected' => ':attribute eremu bakarra hautatu behar da.',
|
|
],
|
|
|
|
];
|