castopod/modules/Admin/Language/zh-Hans/Notifications.php

20 lines
533 B
PHP
Raw Normal View History

2022-09-06 16:55:46 +02:00
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => '通知',
'reply' => '{actor_username} 回复了你的帖子',
'favourite' => '{actor_username} 喜欢了你的帖子',
'reblog' => '{actor_username} 分享了你的帖子',
2022-09-23 17:51:26 +02:00
'follow' => '{actor_username} 开始关注你',
2022-09-06 16:55:46 +02:00
'no_notifications' => '没有通知',
'mark_all_as_read' => '全部标记为已读',
];