Skip to content

Commit

Permalink
docs: add i18n pt_BR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Marcolin committed Jan 30, 2024
1 parent 68c49d7 commit 1c745ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/lang/pt_BR/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return [
'laravel_health' => 'Laravel Health',

'check_failed_mail_subject' => 'Algumas das verificações de saúde em :application_name falharam',

'check_failed_mail_body' => 'As seguintes verificações relataram avisos e erros:',

'check_failed_slack_message' => 'Algumas das verificações de saúde em :application_name não foram bem-sucedidas.',

'health_results' => 'Resultados da saúde',

'check_results_from' => 'Confira os resultados de',
];

0 comments on commit 1c745ce

Please sign in to comment.