X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/58cadce052f5cc3c9ce2bc12f88a93cac310699a..refs/pull/4758/head:/lang/lv/activities.php diff --git a/lang/lv/activities.php b/lang/lv/activities.php index 1b81baf44..344162154 100644 --- a/lang/lv/activities.php +++ b/lang/lv/activities.php @@ -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' => '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' => '2FA funkcija aktivizēta', + 'mfa_remove_method' => 'removed MFA method', 'mfa_remove_method_notification' => '2FA funkcija noņemta', + // Settings + 'settings_update' => 'updated settings', + 'settings_update_notification' => 'Settings successfully updated', + 'maintenance_action_run' => 'ran maintenance action', + // 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' => 'created user', + 'user_create_notification' => 'User successfully created', + 'user_update' => 'updated user', 'user_update_notification' => 'Lietotājs veiksmīgi atjaunināts', + 'user_delete' => 'deleted user', 'user_delete_notification' => 'Lietotājs veiksmīgi dzēsts', + // 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' => 'Loma veiksmīgi izveidota', + 'role_update' => 'updated role', 'role_update_notification' => 'Loma veiksmīgi atjaunināta', + 'role_delete' => 'deleted role', 'role_delete_notification' => 'Loma veiksmīgi dzēsta', - // 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' => 'komentēts', + 'comment_create' => 'added comment', + 'comment_update' => 'updated comment', + 'comment_delete' => 'deleted comment', + + // Other 'permissions_update' => 'atjaunoja atļaujas', ];