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

11 lines
304 B
PHP

<?php
return [
'distinct' => [
'must_be_selected' => 'უნდა აირჩეს მინიმუმ ერთი :attribute ველი.',
'only_one_must_be_selected' => 'უნდა აირჩეს მხოლოდ ერთი :attribute ველი.',
],
];