]> BookStack Code Mirror - bookstack/blobdiff - lang/sk/activities.php
respective book and chapter structure added.
[bookstack] / lang / sk / activities.php
index 388312d36978f6bb12ff9483fcab346227c7e962..6dad803e003f6094377400b99e157e80440ec65a 100644 (file)
@@ -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' => 'deleted revision',
+    'revision_delete_notification' => 'Revision successfully deleted',
 
     // 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' => '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' => '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ý',
@@ -64,15 +85,40 @@ return [
     'webhook_delete_notification' => 'Webhook úspešne odstránený',
 
     // 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ý',
 
+    // 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_notification' => 'Role successfully created',
-    'role_update_notification' => 'Role successfully updated',
-    'role_delete_notification' => 'Role successfully deleted',
+    '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á',
 
-    // Other
+    // 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'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'odstrániť komentár',
+
+    // Other
     'permissions_update'          => 'aktualizované oprávnenia',
 ];