diff --git a/resources/lang/tr/health.php b/resources/lang/tr/health.php new file mode 100644 index 0000000..87a8f9a --- /dev/null +++ b/resources/lang/tr/health.php @@ -0,0 +1,24 @@ + [ + 'health_check_results' => [ + 'buttons' => [ + 'refresh' => 'Yenile', + ], + + 'heading' => 'Uygulama Sağlığı', + + 'navigation' => [ + 'group' => 'Ayarlar', + 'label' => 'Uygulama Sağlığı', + ], + + 'notifications' => [ + 'check_results' => 'Sonuçları kontrol et.', + ], + ], + ], + +];