mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-08 09:26:42 +00:00
28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?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.',
|
|
|
|
'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',
|
|
];
|