mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
197 B
PHTML
12 lines
197 B
PHTML
|
9 months ago
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
4 weeks ago
|
'compose' => [
|
||
|
|
'invalid' => [
|
||
|
|
'album' => '投稿には必ず写真を1枚以上、または動画を1本指定してください。',
|
||
|
|
],
|
||
|
|
],
|
||
|
9 months ago
|
|
||
|
|
];
|