mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Update activities.php
More accurate translation, error correction.
This commit is contained in:
parent
c6ff6db784
commit
991f6da9f4
@ -36,12 +36,12 @@ return [
|
||||
'book_sort_notification' => 'Книга успешно отсортирована',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'создал книжную полку',
|
||||
'bookshelf_create_notification' => 'Книжная полка успешно создана',
|
||||
'bookshelf_update' => 'обновил книжную полку',
|
||||
'bookshelf_update_notification' => 'Книжная полка успешно обновлена',
|
||||
'bookshelf_delete' => 'удалил книжную полку',
|
||||
'bookshelf_delete_notification' => 'Книжная полка успешно удалена',
|
||||
'bookshelf_create' => 'создал полку',
|
||||
'bookshelf_create_notification' => 'Полка успешно создана',
|
||||
'bookshelf_update' => 'обновил полку',
|
||||
'bookshelf_update_notification' => 'Полка успешно обновлена',
|
||||
'bookshelf_delete' => 'удалил полку',
|
||||
'bookshelf_delete_notification' => 'Полка успешно удалена',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'прокомментировал',
|
||||
|
Loading…
Reference in New Issue
Block a user