]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sk/activities.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / sk / activities.php
index 91b9e1880e1e7d4dd371871f732e6394b6a713de..79f418456d1fcf8dd55e48417cad64cc77bcbc17 100644 (file)
@@ -8,7 +8,7 @@ return [
     // Pages
     'page_create'                 => 'vytvoril(a) stránku',
     'page_create_notification'    => 'Stránka úspešne vytvorená',
-    'page_update'                 => 'aktualizoval stránku',
+    'page_update'                 => 'aktualizoval(a) stránku',
     'page_update_notification'    => 'Stránka úspešne aktualizovaná',
     'page_delete'                 => 'odstránil(a) stránku',
     'page_delete_notification'    => 'Stránka úspešne odstránená',
@@ -44,12 +44,24 @@ return [
     'bookshelf_delete_notification'    => 'Knižnica úspešne odstránená',
 
     // Favourites
-    'favourite_add_notification' => '":name" has been added to your favourites',
-    'favourite_remove_notification' => '":name" has been removed from your favourites',
+    'favourite_add_notification' => '":name" bol pridaný medzi obľúbené',
+    'favourite_remove_notification' => '":name" bol odstránený z obľúbených',
 
     // MFA
-    'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
-    'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+    'mfa_setup_method_notification' => 'Viacúrovňový spôsob overenia úspešne nastavený',
+    'mfa_remove_method_notification' => 'Viacúrovňový spôsob overenia úspešne odstránený',
+
+    // Webhooks
+    'webhook_create' => 'vytvoril(a) si webhook',
+    'webhook_create_notification' => 'Webhook úspešne vytvorený',
+    'webhook_update' => 'aktualizoval(a) si webhook',
+    'webhook_update_notification' => 'Webhook úspešne aktualizovaný',
+    'webhook_delete' => 'odstránil(a) si webhook',
+    'webhook_delete_notification' => 'Webhook úspešne odstránený',
+
+    // Users
+    'user_update_notification' => 'User successfully updated',
+    'user_delete_notification' => 'User successfully removed',
 
     // Other
     'commented_on'                => 'komentoval(a)',