diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php
index 37228d75..48224345 100644
--- a/resources/lang/pt-BR/dashboard.php
+++ b/resources/lang/pt-BR/dashboard.php
@@ -12,7 +12,7 @@
return [
'dashboard' => 'Dashboard',
- 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+ 'writeable_settings' => 'O diretório configurações do Cachet não é gravável. Certifique-se de que./bootstrap/cachet é gravável pelo servidor web.',
// Incidents
'incidents' => [
@@ -39,6 +39,7 @@ return [
'update' => [
'title' => 'Crie uma nova atualização de incidente',
'subtitle' => 'Adicione uma atualização ao :incidente',
+ 'success' => 'Update added.',
],
// Incident templates
@@ -215,11 +216,11 @@ return [
'footer' => 'HTML de rodapé personalizado',
],
'mail' => [
- 'mail' => 'Mail',
- 'test' => 'Test',
+ 'mail' => 'E-Mail',
+ 'test' => 'Teste',
'email' => [
- 'subject' => 'Test notification from Cachet',
- 'body' => 'This is a test notification from Cachet.',
+ 'subject' => 'Notificação de teste do Cachet',
+ 'body' => 'Esta é uma notificação de teste do Cachet.',
],
],
'security' => [
@@ -289,4 +290,4 @@ return [
],
],
-];
+];
\ No newline at end of file