mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#4481)
This commit is contained in:
@ -4,23 +4,23 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'new_comment_subject' => 'New comment on page: :pageName',
|
||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
||||
'new_page_subject' => 'New page: :pageName',
|
||||
'new_page_intro' => 'A new page has been created in :appName:',
|
||||
'updated_page_subject' => 'Updated page: :pageName',
|
||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
'new_comment_subject' => 'Nowy komentarz na stronie: :pageName',
|
||||
'new_comment_intro' => 'Użytkownik skomentował stronę w :appName:',
|
||||
'new_page_subject' => 'Nowa strona: :pageName',
|
||||
'new_page_intro' => 'Nowa strona została utworzona w :appName:',
|
||||
'updated_page_subject' => 'Zaktualizowano stronę: :pageName',
|
||||
'updated_page_intro' => 'Strona została zaktualizowana w :appName:',
|
||||
'updated_page_debounce' => 'Aby zapobiec nadmiarowi powiadomień, przez jakiś czas nie będziesz otrzymywać powiadomień o dalszych edycjach tej strony przez tego samego edytora.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
'detail_updated_by' => 'Updated By:',
|
||||
'detail_page_name' => 'Nazwa strony:',
|
||||
'detail_commenter' => 'Skomentował:',
|
||||
'detail_comment' => 'Komentarz:',
|
||||
'detail_created_by' => 'Utworzono przez:',
|
||||
'detail_updated_by' => 'Zaktualizowano przez:',
|
||||
|
||||
'action_view_comment' => 'View Comment',
|
||||
'action_view_page' => 'View Page',
|
||||
'action_view_comment' => 'Pokaż komentarz',
|
||||
'action_view_page' => 'Wyświetl stronę',
|
||||
|
||||
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
||||
'footer_reason_link' => 'your notification preferences',
|
||||
'footer_reason' => 'To powiadomienie zostało wysłane do Ciebie, ponieważ :link obejmuje ten typ aktywności dla tego elementu.',
|
||||
'footer_reason_link' => 'ustawienia powiadomień',
|
||||
];
|
||||
|
Reference in New Issue
Block a user