2022-03-29 15:33:32 +00: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' =>
|
2022-04-05 15:45:54 +00:00
|
|
|
'{field} ist entweder kein Bild, oder es ist nicht breit oder hoch genug.',
|
2022-03-29 15:33:32 +00:00
|
|
|
'is_image_ratio' =>
|
2022-04-05 15:45:54 +00:00
|
|
|
'{field} ist entweder kein Bild oder nicht das richtige Verhältnis.',
|
2024-04-17 09:57:14 +00:00
|
|
|
'is_json' => '{field} enthält ungültiges JSON.',
|
2022-03-29 15:33:32 +00:00
|
|
|
];
|