Files
biiproject-kit-v1/lang/vendor/filament-forms/fr/validation.php
T

11 lines
234 B
PHP

<?php
return [
'distinct' => [
'must_be_selected' => 'Au moins un champ :attribute doit être sélectionné.',
'only_one_must_be_selected' => 'Seulement un champ :attribute doit être sélectionné.',
],
];