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