pixelfed/resources/lang/th/notification.php

13 lines
500 B
PHP
Raw Normal View History

2020-03-30 09:04:43 +00:00
<?php
return [
'likedPhoto' => 'ถูกใจโพสต์ของคุณ',
'likedComment' => 'ถูกใจความเห็นของคุณ',
'startedFollowingYou' => 'ได้ติดตามคุณแล้ว',
'commented' => 'ได้แสดงความเห็นโพสต์ของคุณ',
'mentionedYou' => 'พูดถึงคุณ',
'shared' => 'แชร์โพสต์ของคุณ',
];