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.
pixelfed/resources/lang/ja/notification.php

13 lines
426 B
PHP

<?php
return [
'likedPhoto' => '写真がいいねされました。',
'likedComment' => 'コメントがいいねされました。',
'startedFollowingYou' => 'フォローされました。',
'commented' => '投稿にコメントされました。',
'mentionedYou' => 'メンションされました。',
'shared' => '投稿がリブログされました。',
];