]> BookStack Code Mirror - bookstack/blob - lang/zh_CN/notifications.php
Merge pull request #5626 from BookStackApp/rubentalstra-development
[bookstack] / lang / zh_CN / notifications.php
1 <?php
2 /**
3  * Text used for activity-based notifications.
4  */
5 return [
6
7     'new_comment_subject' => '页面上有新评论::pageName',
8     'new_comment_intro' => '一位用户在 :appName: 的页面上发表了评论',
9     'new_page_subject' => '新页面::pageName',
10     'new_page_intro' => ':appName: 中创建了一个新页面',
11     'updated_page_subject' => '页面更新::pageName',
12     'updated_page_intro' => ':appName: 中的一个页面已被更新',
13     'updated_page_debounce' => '为了防止出现大量通知,一段时间内您不会收到同一编辑者再次编辑本页面的通知。',
14
15     'detail_page_name' => '页面名称:',
16     'detail_page_path' => '页面路径:',
17     'detail_commenter' => '评论者:',
18     'detail_comment' => '评论:',
19     'detail_created_by' => '创建者:',
20     'detail_updated_by' => '更新者:',
21
22     'action_view_comment' => '查看评论',
23     'action_view_page' => '查看页面',
24
25     'footer_reason' => '向您发送此通知是因为 :link 涵盖了该项目的此类活动。',
26     'footer_reason_link' => '个人通知偏好设置',
27 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.