Skip to content

Commit

Permalink
Merge pull request #209 from michaelnabil230/fix-language
Browse files Browse the repository at this point in the history
Fix Arabic language
  • Loading branch information
freekmurze authored Dec 18, 2023
2 parents 7cda37f + 44fe673 commit 4f94f74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/lang/ar/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
return [
'laravel_health' => 'Laravel Health',

'check_failed_mail_subject' => 'بعض التشخيصات في :application_name فشلت',
'check_failed_mail_subject' => 'لقد فشلت بعض عمليات التحقق من السلامة على :application_name',

'check_failed_mail_body' => 'التشخيصات التالية أبلغت عن تحذيرات و أخطاء',
'check_failed_mail_body' => 'أبلغت عمليات التحقق التالية عن تحذيرات وأخطاء:',

'check_failed_slack_message' => 'بعض التشخيصات في :application_name فشلت',
'check_failed_slack_message' => 'لقد فشلت بعض عمليات التحقق من السلامة على :application_name.',

'health_results' => 'نتائج التشخيص',
'health_results' => 'نتائج الصحة',

'check_results_from' => 'تحقق من النتائج عن طريق',
'check_results_from' => 'التحقق من النتائج من',
];

0 comments on commit 4f94f74

Please sign in to comment.