<?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.',
],
];