akaunting/resources/lang/bg-BG/maintenance.php
2019-11-18 20:30:10 +03:00

34 lines
868 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 :class does not extend \MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption',
'missing' => 'Клас :class не съществува',
]
];