generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcos Marcolin
committed
Jan 30, 2024
1 parent
68c49d7
commit 1c745ce
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |