mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
12 lines
268 B
PHP
12 lines
268 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => '喜歡您的照片。',
|
|
'startedFollowingYou' => '開始追蹤您。',
|
|
'commented' => '在您的貼文上留言。',
|
|
'mentionedYou' => '提到您。',
|
|
'shared' => '分享了您的貼文。',
|
|
|
|
];
|