akaunting/resources/lang/ru-RU/maintenance.php
2019-11-18 20:38:25 +03:00

34 lines
923 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 of the maintenance page
*
* @var string
*/
'title' => 'Режим обслуживания',
/**
* Default application down message, shown on the maintenance page
*
* @var string
*/
'message' => 'В настоящее время ведутся работы на сайте, пожалуйста, повторите попытку позже!',
/**
* Last updated string, shown on the maintenance page
*
* @var string
*/
'last-updated' => 'Последнее обновление сообщения :timestamp',
/**
* Exception messages
*
* @var array
*/
'exceptions' => [
'invalid' => 'Класс :class не расширяет \MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption',
'missing' => 'Класс :class не существует',
]
];