mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Create exception.php
Added missing translation
This commit is contained in:
parent
9d92608d2c
commit
821eb77f41
1 changed files with 11 additions and 0 deletions
11
resources/lang/pt/exception.php
Normal file
11
resources/lang/pt/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in a new issue