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.
13 lines
392 B
PHTML
13 lines
392 B
PHTML
|
8 years ago
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
1 month ago
|
'likedPhoto' => '写真がいいねされました。',
|
||
|
|
'likedComment' => 'コメントがいいねされました。',
|
||
|
|
'startedFollowingYou' => 'フォローされました。',
|
||
|
|
'commented' => '投稿にコメントされました。',
|
||
|
|
'mentionedYou' => 'メンションされました。',
|
||
|
|
'shared' => '投稿がリブログされました。',
|
||
|
8 years ago
|
|
||
|
8 years ago
|
];
|