modify translations 🤦

This commit is contained in:
2023-11-28 17:31:52 +05:00
parent 45b42d47e8
commit af9afd5113
28 changed files with 3240 additions and 956 deletions

8
lang/vendor/nova/ru/validation.php vendored Normal file
View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
'attached' => 'Значение поля :attribute уже прикреплено.',
'relatable' => 'Значение поля :attribute не может быть связано с этим ресурсом.',
];