mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-25 19:07:25 +03:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* Text used for activity-based notifications.
|
|
*/
|
|
return [
|
|
|
|
'new_comment_subject' => 'Komentar baru di halaman: :pageName',
|
|
'new_comment_intro' => 'Seorang pengguna telah mengomentari halaman di :appName:',
|
|
'new_page_subject' => 'Halaman baru: :pageName',
|
|
'new_page_intro' => 'Halaman baru telah dibuat di :appName:',
|
|
'updated_page_subject' => 'Halaman yang diperbarui: :pageName',
|
|
'updated_page_intro' => 'Halaman telah diperbarui di :appName:',
|
|
'updated_page_debounce' => 'Untuk mencegah banyaknya pemberitahuan, untuk sementara Anda tidak akan dikirimi pemberitahuan untuk pengeditan lebih lanjut pada halaman ini oleh editor yang sama.',
|
|
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
|
|
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
|
|
|
|
'detail_page_name' => 'Nama Halaman:',
|
|
'detail_page_path' => 'Jalur Halaman:',
|
|
'detail_commenter' => 'Komentator:',
|
|
'detail_comment' => 'Komentar:',
|
|
'detail_created_by' => 'Dibuat Oleh:',
|
|
'detail_updated_by' => 'Diperbarui Oleh:',
|
|
|
|
'action_view_comment' => 'Lihat Komentar',
|
|
'action_view_page' => 'Lihat Halaman',
|
|
|
|
'footer_reason' => 'Pemberitahuan ini dikirimkan kepada Anda karena :link mencakup jenis aktivitas untuk item ini.',
|
|
'footer_reason_link' => 'preferensi notifikasi Anda',
|
|
];
|