Create exception.php

Added missing translation
This commit is contained in:
Artur Mancha 2021-12-02 11:11:48 +01:00 committed by GitHub
parent 9d92608d2c
commit 821eb77f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
],
],
];