mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
821eb77f41
Added missing translation
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.',
|
|
],
|
|
],
|
|
|
|
];
|