X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9135a85de4eef32a91c7a3ee0aa405ed454e5a4c..refs/pull/5676/head:/lang/sk/activities.php diff --git a/lang/sk/activities.php b/lang/sk/activities.php index 9524b68dd..65542fbe2 100644 --- a/lang/sk/activities.php +++ b/lang/sk/activities.php @@ -15,6 +15,7 @@ return [ 'page_restore' => 'obnovil(a) stránku', 'page_restore_notification' => 'Stránka úspešne obnovená', 'page_move' => 'presunul(a) stránku', + 'page_move_notification' => 'Stránka bola úspešne presunutá', // Chapters 'chapter_create' => 'vytvoril(a) kapitolu', @@ -24,6 +25,7 @@ return [ 'chapter_delete' => 'odstránil(a) kapitolu', 'chapter_delete_notification' => 'Kapitola úspešne odstránená', 'chapter_move' => 'presunul(a) kapitolu', + 'chapter_move_notification' => 'Kapitola bola úspešne presunutá', // Books 'book_create' => 'vytvoril(a) knihu', @@ -38,23 +40,42 @@ return [ 'book_sort_notification' => 'Kniha úspešne znovu zoradená', // Bookshelves - 'bookshelf_create' => 'created shelf', - 'bookshelf_create_notification' => 'Shelf successfully created', - 'bookshelf_create_from_book' => 'converted book to shelf', + 'bookshelf_create' => 'vytvoril(a) policu', + 'bookshelf_create_notification' => 'Polica úspešne vytvorená', + 'bookshelf_create_from_book' => 'kniha bola prevedená na policu', 'bookshelf_create_from_book_notification' => 'Kniha úspešne konvertovaná na poličku', - 'bookshelf_update' => 'updated shelf', - 'bookshelf_update_notification' => 'Shelf successfully updated', - 'bookshelf_delete' => 'deleted shelf', - 'bookshelf_delete_notification' => 'Shelf successfully deleted', + 'bookshelf_update' => 'aktualizoval(a) policu', + 'bookshelf_update_notification' => 'Polica bola úspešne aktualizovaná', + 'bookshelf_delete' => 'odstránená polica', + 'bookshelf_delete_notification' => 'Polica bola úspešne odstránená', + + // Revisions + 'revision_restore' => 'restored revision', + 'revision_delete' => 'odstránil(a) revíziu', + 'revision_delete_notification' => 'Revízia úspešne odstránená', // Favourites 'favourite_add_notification' => '":name" bol pridaný medzi obľúbené', 'favourite_remove_notification' => '":name" bol odstránený z obľúbených', - // MFA + // Watching + 'watch_update_level_notification' => 'Watch preferences successfully updated', + + // Auth + 'auth_login' => 'sa prihlásil(a)', + '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' => 'Viacúrovňový spôsob overenia úspešne nastavený', + 'mfa_remove_method' => 'removed MFA method', 'mfa_remove_method_notification' => 'Viacúrovňový spôsob overenia úspešne odstránený', + // Settings + 'settings_update' => 'aktualizované nastavenia', + 'settings_update_notification' => 'Nastavenia boli úspešne aktualizované', + 'maintenance_action_run' => 'ran maintenance action', + // Webhooks 'webhook_create' => 'vytvoril(a) si webhook', 'webhook_create_notification' => 'Webhook úspešne vytvorený', @@ -63,11 +84,57 @@ return [ 'webhook_delete' => 'odstránil(a) si webhook', 'webhook_delete_notification' => 'Webhook úspešne odstránený', + // Imports + 'import_create' => 'created import', + 'import_create_notification' => 'Import successfully uploaded', + 'import_run' => 'updated import', + 'import_run_notification' => 'Content successfully imported', + 'import_delete' => 'deleted import', + 'import_delete_notification' => 'Import successfully deleted', + // Users + 'user_create' => 'užívateľ vytvorený', + 'user_create_notification' => 'User successfully created', + 'user_update' => 'používateľ aktualizovaný', 'user_update_notification' => 'Používateľ úspešne upravený', + 'user_delete' => 'odstránený používateľ', 'user_delete_notification' => 'Používateľ úspešne zmazaný', - // Other + // 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' => 'Rola úspešne vytvorená', + 'role_update' => 'updated role', + 'role_update_notification' => 'Rola úspešne aktualizovaná', + 'role_delete' => 'odstrániť rolu', + 'role_delete_notification' => 'Rola úspešne zmazaná', + + // Recycle Bin + 'recycle_bin_empty' => 'emptied recycle bin', + 'recycle_bin_restore' => 'restored from recycle bin', + 'recycle_bin_destroy' => 'removed from recycle bin', + + // Comments 'commented_on' => 'komentoval(a)', + 'comment_create' => 'pridal(a) komentár', + 'comment_update' => 'aktualizoval(a) komentár', + 'comment_delete' => 'odstrániť komentár', + + // Sort Rules + 'sort_rule_create' => 'created sort rule', + 'sort_rule_create_notification' => 'Sort rule successfully created', + 'sort_rule_update' => 'updated sort rule', + 'sort_rule_update_notification' => 'Sort rule successfully updated', + 'sort_rule_delete' => 'deleted sort rule', + 'sort_rule_delete_notification' => 'Sort rule successfully deleted', + + // Other 'permissions_update' => 'aktualizované oprávnenia', ];