castopod/modules/Admin/Language/fa/Validation.php

17 lines
399 B
PHP
Raw Normal View History

2022-07-04 15:27:21 +02:00
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'min_dims' =>
2023-07-27 12:49:25 +02:00
'{field} تصویر نبوده یا پنها و بلندایش کافی نیست.',
2022-07-04 15:27:21 +02:00
'is_image_ratio' =>
2023-07-27 12:49:25 +02:00
'{field} تصویر نبوده یا ابعادش درست نیست.',
2022-07-04 15:27:21 +02:00
];