]> BookStack Code Mirror - bookstack/blobdiff - lang/ro/activities.php
TS: Converted dom and keyboard nav services
[bookstack] / lang / ro / activities.php
index 257d626c3ba9e42d1d0c46e0a8ee86103507e7d3..d076b91e82a577f144ae0fa733f65b1abe038492 100644 (file)
@@ -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',
 ];