ukrainian translation

This commit is contained in:
denisdulici
2019-11-18 20:43:18 +03:00
parent 2d7b17c790
commit 436e85ba90
30 changed files with 555 additions and 355 deletions

View File

@@ -0,0 +1,34 @@
<?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 не існує',
]
];