Update activities.php
More accurate translation, error correction.
This commit is contained in:
parent
c6ff6db784
commit
991f6da9f4
1 changed files with 6 additions and 6 deletions
|
@ -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 a new issue