New translations activities.php (Slovak)

This commit is contained in:
Dan Brown 2022-07-23 17:51:24 +01:00
parent 7931ab1b91
commit 468040edc4

View File

@ -28,8 +28,8 @@ return [
// Books
'book_create' => 'vytvoril(a) knihu',
'book_create_notification' => 'Kniha úspešne vytvorená',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_create_from_chapter' => 'kapitola konvertovaná na knihu',
'book_create_from_chapter_notification' => 'Kapitola úspešne konvertovaná na knihu',
'book_update' => 'aktualizoval(a) knihu',
'book_update_notification' => 'Kniha úspešne aktualizovaná',
'book_delete' => 'odstránil(a) knihu',
@ -40,8 +40,8 @@ return [
// Bookshelves
'bookshelf_create' => 'vytvoril(a) knižnicu',
'bookshelf_create_notification' => 'Knižnica úspešne vytvorená',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_create_from_book' => 'kniha konvertovaná na poličku',
'bookshelf_create_from_book_notification' => 'Kniha úspešne konvertovaná na poličku',
'bookshelf_update' => 'aktualizoval(a) knižnicu',
'bookshelf_update_notification' => 'Knižnica úspešne aktualizovaná',
'bookshelf_delete' => 'odstránil(a) knižnicu',
@ -64,8 +64,8 @@ return [
'webhook_delete_notification' => 'Webhook úspešne odstránený',
// Users
'user_update_notification' => 'User successfully updated',
'user_delete_notification' => 'User successfully removed',
'user_update_notification' => 'Používateľ úspešne upravený',
'user_delete_notification' => 'Používateľ úspešne zmazaný',
// Other
'commented_on' => 'komentoval(a)',