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

9 lines
146 B
PHP
Raw Normal View History

2018-06-02 04:00:45 +09:00
<?php
return [
2018-06-02 04:09:13 +09:00
'likedPhoto' => '写真がお気に入りされました。',
'startedFollowingYou' => 'フォローされました。',
2018-06-02 04:00:45 +09:00
2018-06-02 04:05:42 +09:00
];