]> BookStack Code Mirror - bookstack/blobdiff - lang/sk/activities.php
respective book and chapter structure added.
[bookstack] / lang / sk / activities.php
index 1c970cc975f2d196f6df36cc629b8fcfe93e04b9..6dad803e003f6094377400b99e157e80440ec65a 100644 (file)
@@ -15,7 +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'      => 'Page successfully moved',
+    'page_move_notification'      => 'Stránka bola úspešne presunutá',
 
     // Chapters
     'chapter_create'              => 'vytvoril(a) kapitolu',
@@ -25,7 +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' => 'Chapter successfully moved',
+    'chapter_move_notification' => 'Kapitola bola úspešne presunutá',
 
     // Books
     'book_create'                 => 'vytvoril(a) knihu',
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" bol pridaný medzi obľúbené',
     'favourite_remove_notification' => '":name" bol odstránený z obľúbených',
 
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
     // Auth
     'auth_login' => 'logged in',
     'auth_register' => 'registered as new user',
@@ -69,8 +72,8 @@ return [
     'mfa_remove_method_notification' => 'Viacúrovňový spôsob overenia úspešne odstránený',
 
     // Settings
-    'settings_update' => 'updated settings',
-    'settings_update_notification' => 'Settings successfully updated',
+    'settings_update' => 'aktualizované nastavenia',
+    'settings_update_notification' => 'Nastavenia boli úspešne aktualizované',
     'maintenance_action_run' => 'ran maintenance action',
 
     // Webhooks
@@ -82,19 +85,19 @@ return [
     'webhook_delete_notification' => 'Webhook úspešne odstránený',
 
     // Users
-    'user_create' => 'created user',
+    'user_create' => 'užívateľ vytvorený',
     'user_create_notification' => 'User successfully created',
-    'user_update' => 'updated user',
+    'user_update' => 'používateľ aktualizovaný',
     'user_update_notification' => 'Používateľ úspešne upravený',
-    'user_delete' => 'deleted user',
+    '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' => 'created API token',
     'api_token_create_notification' => 'API token successfully created',
-    'api_token_update' => 'updated api token',
+    'api_token_update' => 'updated API token',
     'api_token_update_notification' => 'API token successfully updated',
-    'api_token_delete' => 'deleted api token',
+    'api_token_delete' => 'deleted API token',
     'api_token_delete_notification' => 'API token successfully deleted',
 
     // Roles
@@ -102,7 +105,7 @@ return [
     'role_create_notification' => 'Rola úspešne vytvorená',
     'role_update' => 'updated role',
     'role_update_notification' => 'Rola úspešne aktualizovaná',
-    'role_delete' => 'deleted role',
+    'role_delete' => 'odstrániť rolu',
     'role_delete_notification' => 'Rola úspešne zmazaná',
 
     // Recycle Bin
@@ -110,7 +113,12 @@ return [
     'recycle_bin_restore' => 'restored from recycle bin',
     'recycle_bin_destroy' => 'removed from recycle bin',
 
-    // Other
+    // 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',
 ];