<?php
/**
 * Activity text strings.
 * Is used for all the text within activity logs & notifications.
 */
return [

    // Pages
    'page_create'                 => 'vytvořil/a stránku',
    'page_create_notification'    => 'Stránka byla úspěšně vytvořena',
    'page_update'                 => 'aktualizoval/a stránku',
    'page_update_notification'    => 'Stránka byla úspěšně aktualizována',
    'page_delete'                 => 'odstranil/a stránku',
    'page_delete_notification'    => 'Stránka byla úspěšně smazána',
    'page_restore'                => 'obnovil/a stránku',
    'page_restore_notification'   => 'Stránka byla úspěšně obnovena',
    'page_move'                   => 'přesunul/a stránku',
    'page_move_notification'      => 'Page successfully moved',

    // Chapters
    'chapter_create'              => 'vytvořil/a kapitolu',
    'chapter_create_notification' => 'Kapitola byla úspěšně vytvořena',
    'chapter_update'              => 'aktualizoval/a kapitolu',
    'chapter_update_notification' => 'Kapitola byla úspěšně aktualizována',
    'chapter_delete'              => 'odstranila/a kapitolu',
    'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna',
    'chapter_move'                => 'přesunul/a kapitolu',
    'chapter_move_notification' => 'Chapter successfully moved',

    // Books
    'book_create'                 => 'vytvořil/a knihu',
    'book_create_notification'    => 'Kniha byla úspěšně vytvořena',
    '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',
    'book_delete_notification'    => 'Kniha byla úspěšně odstraněna',
    'book_sort'                   => 'seřadil/a knihu',
    'book_sort_notification'      => 'Kniha byla úspěšně seřazena',

    // Bookshelves
    'bookshelf_create'            => 'vytvořit knihovnu',
    'bookshelf_create_notification'    => 'Knihovna byla úspěšně vytvořena',
    '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'                 => 'odstranit knihovnu',
    'bookshelf_delete_notification'    => 'Knihovna byla úspěšně smazána',

    // Revisions
    'revision_restore' => 'restored revision',
    'revision_delete' => 'deleted revision',
    'revision_delete_notification' => 'Revision successfully deleted',

    // Favourites
    'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
    'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených',

    // Auth
    'auth_login' => 'logged in',
    'auth_register' => 'registered as new user',
    'auth_password_reset_request' => 'requested user password reset',
    'auth_password_reset_update' => 'reset user password',
    'mfa_setup_method' => 'configured MFA method',
    'mfa_setup_method_notification' => 'Vícefaktorová metoda byla úspěšně nakonfigurována',
    'mfa_remove_method' => 'removed MFA method',
    'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna',

    // Settings
    'settings_update' => 'updated settings',
    'settings_update_notification' => 'Settings successfully updated',
    'maintenance_action_run' => 'ran maintenance action',

    // Webhooks
    'webhook_create' => 'vytvořil/a webhook',
    'webhook_create_notification' => 'Webhook byl úspěšně vytvořen',
    'webhook_update' => 'aktualizoval/a webhook',
    'webhook_update_notification' => 'Webhook byl úspěšně aktualizován',
    'webhook_delete' => 'odstranil/a webhook',
    'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn',

    // Users
    'user_create' => 'created user',
    'user_create_notification' => 'User successfully created',
    'user_update' => 'updated user',
    'user_update_notification' => 'Uživatel byl úspěšně aktualizován',
    'user_delete' => 'deleted user',
    'user_delete_notification' => 'Uživatel byl úspěšně odstraněn',

    // API Tokens
    'api_token_create' => 'created api token',
    'api_token_create_notification' => 'API token successfully created',
    'api_token_update' => 'updated api token',
    'api_token_update_notification' => 'API token successfully updated',
    'api_token_delete' => 'deleted api token',
    'api_token_delete_notification' => 'API token successfully deleted',

    // Roles
    'role_create' => 'created role',
    'role_create_notification' => 'Role byla úspěšně vytvořena',
    'role_update' => 'updated role',
    'role_update_notification' => 'Role byla úspěšně aktualizována',
    'role_delete' => 'deleted role',
    'role_delete_notification' => 'Role byla odstraněna',

    // Recycle Bin
    'recycle_bin_empty' => 'emptied recycle bin',
    'recycle_bin_restore' => 'restored from recycle bin',
    'recycle_bin_destroy' => 'removed from recycle bin',

    // Other
    'commented_on'                => 'okomentoval/a',
    'permissions_update'          => 'oprávnění upravena',
];