mirror of https://github.com/pixelfed/pixelfed.git
12 lines
149 B
PHP
12 lines
149 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'compose' => [
|
||
|
'invalid' => [
|
||
|
'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
|
||
|
],
|
||
|
],
|
||
|
|
||
|
];
|