From 1c745cea8c174b37f79842951bd000aa378ed6ce Mon Sep 17 00:00:00 2001 From: Marcos Marcolin Date: Tue, 30 Jan 2024 12:35:31 -0300 Subject: [PATCH] docs: add i18n pt_BR. --- resources/lang/pt_BR/notifications.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/pt_BR/notifications.php diff --git a/resources/lang/pt_BR/notifications.php b/resources/lang/pt_BR/notifications.php new file mode 100644 index 00000000..12a5fd79 --- /dev/null +++ b/resources/lang/pt_BR/notifications.php @@ -0,0 +1,15 @@ + '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', +];