Skip to content

Commit

Permalink
Merge pull request #215 from marcosmarcolin/i18n-pt_BR
Browse files Browse the repository at this point in the history
docs: add i18n pt_BR
  • Loading branch information
freekmurze committed Jan 31, 2024
2 parents 68c49d7 + 1c745ce commit 253cadd
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 253cadd

Please sign in to comment.