]> BookStack Code Mirror - bookstack/blobdiff - lang/pt/activities.php
Perms: Fixed some issues made when adding transactions
[bookstack] / lang / pt / activities.php
index 089613b8f5980cbd44837c55a54cd7f30d3c7ac6..9e458bffcf77b72dc9905f5fd68c611cdebd2eab 100644 (file)
@@ -84,6 +84,14 @@ return [
     'webhook_delete' => 'eliminar webhook',
     'webhook_delete_notification' => 'Webhook criado com sucesso',
 
+    // 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' => 'utilizador criado',
     'user_create_notification' => 'Utilizador criado com sucesso',
@@ -119,6 +127,14 @@ return [
     'comment_update'              => 'comentário atualizado',
     'comment_delete'              => 'comentário eliminado',
 
+    // Sort Rules
+    'sort_rule_create' => 'created sort rule',
+    'sort_rule_create_notification' => 'Sort rule successfully created',
+    'sort_rule_update' => 'updated sort rule',
+    'sort_rule_update_notification' => 'Sort rule successfully updated',
+    'sort_rule_delete' => 'deleted sort rule',
+    'sort_rule_delete_notification' => 'Sort rule successfully deleted',
+
     // Other
     'permissions_update'          => 'permissões atualizadas',
 ];