forked from mirror/pixelfed
821eb77f41
Added missing translation
11 lines
149 B
PHP
11 lines
149 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'compose' => [
|
|
'invalid' => [
|
|
'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
|
|
],
|
|
],
|
|
|
|
];
|