Files
jabali-panel/lang/en/validation.php
2026-02-02 03:11:45 +02:00

9 lines
202 B
PHP

<?php
return [
'uploaded' => 'File exceeds maximum upload size. Please select a smaller file.',
'max' => [
'file' => 'The :attribute must not be larger than :max kilobytes.',
],
];