]> BookStack Code Mirror - bookstack/blobdiff - lang/pt/activities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / pt / activities.php
index 18645acf952f5fa1f70bfc9db1e21477fd3b179b..9e458bffcf77b72dc9905f5fd68c611cdebd2eab 100644 (file)
@@ -59,7 +59,7 @@ return [
     'favourite_remove_notification' => '":name" foi removido dos seus favoritos',
 
     // Watching
-    'watch_update_level_notification' => 'Watch preferences successfully updated',
+    'watch_update_level_notification' => 'Ver preferências atualizadas com sucesso',
 
     // Auth
     'auth_login' => 'sessão iniciada',
@@ -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',
@@ -93,11 +101,11 @@ return [
     'user_delete_notification' => 'Utilizador removido com sucesso',
 
     // API Tokens
-    'api_token_create' => 'api token criado',
+    'api_token_create' => 'created API token',
     'api_token_create_notification' => 'API token criado com sucesso',
-    'api_token_update' => 'api token atualizado',
+    'api_token_update' => 'updated API token',
     'api_token_update_notification' => 'API token atualizado com sucesso',
-    'api_token_delete' => 'api token eliminado',
+    'api_token_delete' => 'deleted API token',
     'api_token_delete_notification' => 'API token atualizado com sucesso',
 
     // Roles
@@ -115,9 +123,17 @@ return [
 
     // Comments
     'commented_on'                => 'comentado a',
-    'comment_create'              => 'added comment',
-    'comment_update'              => 'updated comment',
-    'comment_delete'              => 'deleted comment',
+    'comment_create'              => 'comentário adicionado',
+    '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',