]> BookStack Code Mirror - bookstack/blobdiff - lang/et/activities.php
Searching: Added test for guillemets
[bookstack] / lang / et / activities.php
index 453e630bcf0ddd4c6b6b362c3b829a749dcb79fa..bbc9762500e43fe831a53883a293675e7487f099 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" lisati su lemmikute hulka',
     'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
 
+    // Watching
+    'watch_update_level_notification' => 'Jälgimise eelistused edukalt salvestatud',
+
     // Auth
     'auth_login' => 'logis sisse',
     'auth_register' => 'registreerus uue kasutajana',
@@ -81,6 +84,14 @@ return [
     'webhook_delete' => 'kustutas veebihaagi',
     'webhook_delete_notification' => 'Veebihaak on kustutatud',
 
+    // Imports
+    'import_create' => 'created import',
+    'import_create_notification' => 'Import successfully uploaded',
+    'import_run' => 'updated import',
+    'import_run_notification' => 'Content successfully imported',
+    'import_delete' => 'deleted import',
+    'import_delete_notification' => 'Import successfully deleted',
+
     // Users
     'user_create' => 'lisas kasutaja',
     'user_create_notification' => 'Kasutaja on lisatud',
@@ -110,7 +121,12 @@ return [
     'recycle_bin_restore' => 'taastas prügikastist',
     'recycle_bin_destroy' => 'eemaldas prügikastist',
 
-    // Other
+    // Comments
     'commented_on'                => 'kommenteeris lehte',
+    'comment_create'              => 'lisas kommentaari',
+    'comment_update'              => 'muutis kommentaari',
+    'comment_delete'              => 'kustutas kommentaari',
+
+    // Other
     'permissions_update'          => 'muutis õiguseid',
 ];