Skip to content

Commit e8f8bec

Browse files
committed
New translations activities.php (Portuguese)
1 parent fa49996 commit e8f8bec

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

lang/pt/activities.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Books
3131
'book_create' => 'livro criado',
3232
'book_create_notification' => 'Livro criado com sucesso',
33-
'book_create_from_chapter' => 'capítulo convertido para lívro',
33+
'book_create_from_chapter' => 'capítulo convertido para livro',
3434
'book_create_from_chapter_notification' => 'Capítulo convertido em livro com sucesso',
3535
'book_update' => 'livro atualizado',
3636
'book_update_notification' => 'Livro atualizado com sucesso',
@@ -85,12 +85,12 @@
8585
'webhook_delete_notification' => 'Webhook criado com sucesso',
8686

8787
// Imports
88-
'import_create' => 'created import',
89-
'import_create_notification' => 'Import successfully uploaded',
90-
'import_run' => 'updated import',
91-
'import_run_notification' => 'Content successfully imported',
92-
'import_delete' => 'deleted import',
93-
'import_delete_notification' => 'Import successfully deleted',
88+
'import_create' => 'importação criada',
89+
'import_create_notification' => 'Importação carregada com sucesso',
90+
'import_run' => 'importação atualizada',
91+
'import_run_notification' => 'Conteúdo importado com sucesso',
92+
'import_delete' => 'importação apagada',
93+
'import_delete_notification' => 'Importação eliminada com sucesso',
9494

9595
// Users
9696
'user_create' => 'utilizador criado',
@@ -101,11 +101,11 @@
101101
'user_delete_notification' => 'Utilizador removido com sucesso',
102102

103103
// API Tokens
104-
'api_token_create' => 'created API token',
104+
'api_token_create' => 'token API criado',
105105
'api_token_create_notification' => 'API token criado com sucesso',
106-
'api_token_update' => 'updated API token',
106+
'api_token_update' => 'token API atualizado',
107107
'api_token_update_notification' => 'API token atualizado com sucesso',
108-
'api_token_delete' => 'deleted API token',
108+
'api_token_delete' => 'token API apagado',
109109
'api_token_delete_notification' => 'API token atualizado com sucesso',
110110

111111
// Roles
@@ -128,12 +128,12 @@
128128
'comment_delete' => 'comentário eliminado',
129129

130130
// Sort Rules
131-
'sort_rule_create' => 'created sort rule',
132-
'sort_rule_create_notification' => 'Sort rule successfully created',
133-
'sort_rule_update' => 'updated sort rule',
134-
'sort_rule_update_notification' => 'Sort rule successfully updated',
135-
'sort_rule_delete' => 'deleted sort rule',
136-
'sort_rule_delete_notification' => 'Sort rule successfully deleted',
131+
'sort_rule_create' => 'regra de ordenação criada',
132+
'sort_rule_create_notification' => 'Regra de ordenação criada com sucesso',
133+
'sort_rule_update' => 'regra de ordenação atualizada',
134+
'sort_rule_update_notification' => 'Regra de ordenação atualizada com sucesso',
135+
'sort_rule_delete' => 'regra de ordenação apagada',
136+
'sort_rule_delete_notification' => 'Regra de ordenação apagada com sucesso',
137137

138138
// Other
139139
'permissions_update' => 'permissões atualizadas',

0 commit comments

Comments
 (0)