-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy pathnotifications.php
More file actions
29 lines (25 loc) · 1.24 KB
/
Copy pathnotifications.php
File metadata and controls
29 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => 'Uus kommentaar lehel: :pageName',
'new_comment_intro' => 'Rakenduses :appName kommenteeriti lehte:',
'new_page_subject' => 'Uus leht: :pageName',
'new_page_intro' => 'Rakenduses :appName lisati uus leht:',
'updated_page_subject' => 'Muudetud leht: :pageName',
'updated_page_intro' => 'Rakenduses :appName muudeti lehte:',
'updated_page_debounce' => 'Et vältida liigseid teavitusi, ei saadeta sulle mõnda aega teavitusi selle lehe muutmiste kohta sama kasutaja poolt.',
'comment_mention_subject' => 'Sind mainiti kommentaaris lehel: :pageName',
'comment_mention_intro' => 'Sind mainiti kommentaaris rakenduses :appName:',
'detail_page_name' => 'Lehe nimetus:',
'detail_page_path' => 'Lehe asukoht:',
'detail_commenter' => 'Kommenteerija:',
'detail_comment' => 'Kommentaar:',
'detail_created_by' => 'Autor:',
'detail_updated_by' => 'Muutja:',
'action_view_comment' => 'Vaata kommentaari',
'action_view_page' => 'Vaata lehte',
'footer_reason' => 'See teavitus saadeti sulle, sest :link sisaldavad selle objekti kohta sellist tegevust.',
'footer_reason_link' => 'sinu teavituste eelistused',
];