2022-06-04 00:26:44 +00:00

24 lines
663 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => [
'403' => 'Üzgünüz! Erişim Yasak',
'404' => 'Üzgünüz! Sayfa bulunamadı',
'500' => 'Üzgünüz! Bir hata oluştu',
],
'header' => [
'403' => '403 Yasak',
'404' => '404 Bulunamadı',
'500' => '500 Sunucu Hatası',
],
'message' => [
'403' => 'Bu sayfaya erişim yasak.',
'404' => 'Ulaşmaya çalıştığınız sayfayı bulamadık.',
'500' => 'Bu sorunu gidermek için hemen işe başlıyoruz.',
'record' => 'Ulaşmaya çalıştığınız kaydı bulamadık.',
],
];