X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5313/head:/lang/ro/activities.php diff --git a/lang/ro/activities.php b/lang/ro/activities.php index 257d626c3..d076b91e8 100644 --- a/lang/ro/activities.php +++ b/lang/ro/activities.php @@ -58,6 +58,9 @@ return [ 'favourite_add_notification' => '":name" a fost adăugat la favorite', 'favourite_remove_notification' => '":name" a fost eliminat din favorite', + // Watching + 'watch_update_level_notification' => 'Preferințele de urmărire actualizate cu succes', + // Auth 'auth_login' => 'autentificat', 'auth_register' => 'înregistrat ca utilizator nou', @@ -90,11 +93,11 @@ return [ 'user_delete_notification' => 'Utilizator eliminat cu succes', // API Tokens - 'api_token_create' => 'token api creat', + 'api_token_create' => 'created API token', 'api_token_create_notification' => 'Token API creat cu succes', - 'api_token_update' => 'token api actualizat', + 'api_token_update' => 'updated API token', 'api_token_update_notification' => 'Token API actualizat cu succes', - 'api_token_delete' => 'token api șters', + 'api_token_delete' => 'deleted API token', 'api_token_delete_notification' => 'Token API șters cu succes', // Roles @@ -110,7 +113,12 @@ return [ 'recycle_bin_restore' => 'restaurat din coșul de gunoi', 'recycle_bin_destroy' => 'eliminat din coșul de gunoi', - // Other + // Comments 'commented_on' => 'a comentat la', + 'comment_create' => 'comentariu adăugat', + 'comment_update' => 'comentariu actualizat', + 'comment_delete' => 'comentariu șters', + + // Other 'permissions_update' => 'a actualizat permisiunile', ];