mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-22 17:53:10 +08:00
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* Text used for activity-based notifications.
|
|
*/
|
|
return [
|
|
|
|
'new_comment_subject' => ':pageName sahifada yangi izoh',
|
|
'new_comment_intro' => ':appName ichida foydalanuvchi izoh qoldirdi:',
|
|
'new_page_subject' => ':pageName yangi sahifa.',
|
|
'new_page_intro' => ':appName ichida yangi sahifa yaratildi:',
|
|
'updated_page_subject' => ':pageName sahifasi yangilandi',
|
|
'updated_page_intro' => ':appName ichida sahifa yangilandi:',
|
|
'updated_page_debounce' => 'Xabarnomalar koʻp boʻlishining oldini olish uchun bir muncha vaqt oʻsha muharrir tomonidan ushbu sahifaga keyingi tahrirlar haqida bildirishnomalar yuborilmaydi.',
|
|
|
|
'detail_page_name' => 'Sahifa nomi:',
|
|
'detail_commenter' => 'Izoh egasi:',
|
|
'detail_comment' => 'Izoh:',
|
|
'detail_created_by' => 'Tomonidan yaratildi:',
|
|
'detail_updated_by' => 'Tomonidan tahrirlandi:',
|
|
|
|
'action_view_comment' => 'Izohlarni ko‘rish',
|
|
'action_view_page' => 'Sahifani ko‘rish',
|
|
|
|
'footer_reason' => ':link ushbu element uchun ushbu turdagi faoliyatni qamrab olgani uchun sizga bildirishnoma yuborildi.',
|
|
'footer_reason_link' => 'Bildirishnoma sozlamalari',
|
|
];
|