X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ed981cbab107fabda27581faddfcfce5b7e4e08a..refs/pull/3918/head:/resources/lang/cs/activities.php diff --git a/resources/lang/cs/activities.php b/resources/lang/cs/activities.php index 2de8532d4..2afc33aa6 100644 --- a/resources/lang/cs/activities.php +++ b/resources/lang/cs/activities.php @@ -28,8 +28,8 @@ return [ // Books 'book_create' => 'vytvořil/a knihu', 'book_create_notification' => 'Kniha byla úspěšně vytvořena', - 'book_create_from_chapter' => 'converted chapter to book', - 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', + 'book_create_from_chapter' => 'převést kapitolu na knihu', + 'book_create_from_chapter_notification' => 'Kapitola byla úspěšně převedena na knihu', 'book_update' => 'aktualizoval/a knihu', 'book_update_notification' => 'Kniha byla úspěšně aktualizována', 'book_delete' => 'odstranil/a knihu', @@ -38,13 +38,13 @@ return [ 'book_sort_notification' => 'Kniha byla úspěšně seřazena', // Bookshelves - 'bookshelf_create' => 'vytvořil/a knihovnu', + 'bookshelf_create' => 'vytvořit knihovnu', 'bookshelf_create_notification' => 'Knihovna byla úspěšně vytvořena', - 'bookshelf_create_from_book' => 'converted book to bookshelf', - 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', - 'bookshelf_update' => 'aktualizoval/a knihovnu', + 'bookshelf_create_from_book' => 'převést knihu na knihovnu', + 'bookshelf_create_from_book_notification' => 'Kniha byla úspěšně převedena na knihovnu', + 'bookshelf_update' => 'aktualizovat knihovnu', 'bookshelf_update_notification' => 'Knihovna byla úspěšně aktualizována', - 'bookshelf_delete' => 'odstranil/a knihovnu', + 'bookshelf_delete' => 'odstranit knihovnu', 'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána', // Favourites @@ -64,8 +64,8 @@ return [ 'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn', // Users - 'user_update_notification' => 'User successfully updated', - 'user_delete_notification' => 'User successfully removed', + 'user_update_notification' => 'Uživatel byl úspěšně aktualizován', + 'user_delete_notification' => 'Uživatel byl úspěšně odstraněn', // Other 'commented_on' => 'okomentoval/a',