pixelfed/resources/lang/zh-tw/notification.php

12 lines
268 B
PHP
Raw Normal View History

2019-03-03 02:22:39 +00:00
<?php
return [
'likedPhoto' => '喜歡您的照片。',
'startedFollowingYou' => '開始追蹤您。',
'commented' => '在您的貼文上留言。',
'mentionedYou' => '提到您。',
'shared' => '分享了您的貼文。',
];