/home/bdqbpbxa/api-uniferx.goodface.com.ua/vendor/oneduo/nova-file-manager/lang/en/validation.php
<?php

declare(strict_types=1);

return [
    'disk' => [
        'missing' => 'The selected disk (:disk) is missing.',
    ],
    'path' => [
        'exists' => 'The selected path [:path] already exists.',
        'missing' => 'The selected path [:path] is missing.',
    ],
];