1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 02:28:08 +00:00
pixelfed/resources/lang/ja/notification.php

13 lines
453 B
PHP
Raw Normal View History

2018-06-02 04:00:45 +09:00
<?php
return [
2019-05-17 00:00:22 +09:00
'likedPhoto' => '写真がお気に入りに登録されました。',
'likedComment' => 'コメントがお気に入りに登録されました。',
2018-06-02 04:09:13 +09:00
'startedFollowingYou' => 'フォローされました。',
2019-03-11 04:22:02 +09:00
'commented' => '投稿にコメントされました。',
'mentionedYou' => 'メンションされました。',
'shared' => '投稿が再共有されました。',
2018-06-02 04:00:45 +09:00
2018-06-02 04:05:42 +09:00
];