diff --git a/resources/lang/nl/notifications.php b/resources/lang/nl/notifications.php new file mode 100644 index 00000000..48680bc5 --- /dev/null +++ b/resources/lang/nl/notifications.php @@ -0,0 +1,15 @@ + 'Laravel Health', + + 'check_failed_mail_subject' => 'Enkele van de health checks op :application_name faalden', + + 'check_failed_mail_body' => 'De volgende health checks resulteerden in een warning of error:', + + 'check_failed_slack_message' => 'Enkele van de health checks op :application_name faalden.', + + 'health_results' => 'Health Results', + + 'check_results_from' => 'Resultaten van check van ', +];