]> BookStack Code Mirror - bookstack/blobdiff - lang/lv/activities.php
respective book and chapter structure added.
[bookstack] / lang / lv / activities.php
index 1b81baf449920e2a176f6652ed232be010d09022..f7db090d8060ac23576ad8423ef4da411e34b28b 100644 (file)
@@ -15,6 +15,7 @@ return [
     'page_restore'                => 'atjaunoja lapu',
     'page_restore_notification'   => 'Lapa veiksmīgi atjaunota',
     'page_move'                   => 'pārvietoja lapu',
+    'page_move_notification'      => 'Lapa veiksmīgi pārvietota',
 
     // Chapters
     'chapter_create'              => 'izveidoja nodaļu',
@@ -24,6 +25,7 @@ return [
     'chapter_delete'              => 'izdzēsa nodaļu',
     'chapter_delete_notification' => 'Nodaļa veiksmīgi dzēsta',
     'chapter_move'                => 'pārvietoja nodaļu',
+    'chapter_move_notification' => 'Nodaļa veiksmīgi pārvietota',
 
     // Books
     'book_create'                 => 'izveidoja grāmatu',
@@ -47,14 +49,33 @@ return [
     'bookshelf_delete'                 => 'izdzēsa plauktu',
     'bookshelf_delete_notification'    => 'Plaukts veiksmīgi dzēsts',
 
+    // Revisions
+    'revision_restore' => 'versija atjaunota',
+    'revision_delete' => 'versija dzēsta',
+    'revision_delete_notification' => 'Versija veiksmīgi dzēsta',
+
     // Favourites
     'favourite_add_notification' => '":name" ir pievienots jūsu favorītiem',
     'favourite_remove_notification' => '":name" ir izņemts no jūsu favorītiem',
 
-    // MFA
+    // Watching
+    'watch_update_level_notification' => 'Skatīšanas uzstādījumi veiksmīgi atjaunināti',
+
+    // Auth
+    'auth_login' => 'pieteicies',
+    'auth_register' => 'reģistrējies kā jauns lietotājs',
+    'auth_password_reset_request' => 'pieprasīja lietotāja paroles atiestatīšanu',
+    'auth_password_reset_update' => 'atiestatīja lietotāja paroli',
+    'mfa_setup_method' => 'uzstādīja MFA metodi',
     'mfa_setup_method_notification' => '2FA funkcija aktivizēta',
+    'mfa_remove_method' => 'noņēma MFA metodi',
     'mfa_remove_method_notification' => '2FA funkcija noņemta',
 
+    // Settings
+    'settings_update' => 'atjaunoja uzstādījumus',
+    'settings_update_notification' => 'Uzstādījums veiksmīgi atjaunināts',
+    'maintenance_action_run' => 'veica apkopes darbību',
+
     // Webhooks
     'webhook_create' => 'izveidoja webhook',
     'webhook_create_notification' => 'Webhook veiksmīgi izveidots',
@@ -64,15 +85,40 @@ return [
     'webhook_delete_notification' => 'Webhook veiksmīgi izdzēsts',
 
     // Users
+    'user_create' => 'izveidoja lietotāju',
+    'user_create_notification' => 'Lietotājs veiksmīgi izveidots',
+    'user_update' => 'atjaunoja lietotāju',
     'user_update_notification' => 'Lietotājs veiksmīgi atjaunināts',
+    'user_delete' => 'dzēsa lietotāju',
     'user_delete_notification' => 'Lietotājs veiksmīgi dzēsts',
 
+    // API Tokens
+    'api_token_create' => 'izveidoja API žetonu',
+    'api_token_create_notification' => 'API žetons veiksmīgi izveidots',
+    'api_token_update' => 'atjaunoja API žetonu',
+    'api_token_update_notification' => 'API žetons veiksmīgi atjaunināts',
+    'api_token_delete' => 'izdzēsa API žetonu',
+    'api_token_delete_notification' => 'API žetons veiksmīgi dzēsts',
+
     // Roles
+    'role_create' => 'izveidoja lomu',
     'role_create_notification' => 'Loma veiksmīgi izveidota',
+    'role_update' => 'atjaunoja lomu',
     'role_update_notification' => 'Loma veiksmīgi atjaunināta',
+    'role_delete' => 'dzēsa lomu',
     'role_delete_notification' => 'Loma veiksmīgi dzēsta',
 
-    // Other
+    // Recycle Bin
+    'recycle_bin_empty' => 'iztukšoja atkritni',
+    'recycle_bin_restore' => 'atjaunoja no atkritnes',
+    'recycle_bin_destroy' => 'izdzēsa no atkritnes',
+
+    // Comments
     'commented_on'                => 'komentēts',
+    'comment_create'              => 'pievienoja komentāru',
+    'comment_update'              => 'atjaunoja komentārju',
+    'comment_delete'              => 'dzēsa komentāru',
+
+    // Other
     'permissions_update'          => 'atjaunoja atļaujas',
 ];