updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@@ -1,34 +1,11 @@
<?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 не существует',
]
];