2021-02-07 16:50:23 +00:00

24 lines
599 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' => 'Təəsüf ki, giriş qadağandır',
'404' => 'Təəsüf ki, səhifə tapılmadı',
'500' => 'Təəsüf ki, bir xəta baş verdi',
],
'header' => [
'403' => '403 Qadağandır',
'404' => '404 Tapılmadı',
'500' => '500 Server xətası',
],
'message' => [
'403' => 'Bu səhifəyə giriş qadağandır.',
'404' => 'Girməyə çalışdığınız səhifəni tapa bilmədik.',
'500' => 'Bu nasazlığı aradan qaldırmaq üçün dərhal işə başlayırıq.',
],
];