Files
panel-pelican-dev/lang/uk/admin/log.php
2026-01-15 07:59:55 -05:00

27 lines
1.1 KiB
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 [
'empty_table' => 'Славно! Немає помилок!',
'total_logs' => 'Всього логів',
'error' => 'Помилка',
'warning' => 'Попередження',
'notice' => 'Повідомлення',
'info' => 'Інформація',
'debug' => 'Дебаг',
'navigation' => [
'panel_logs' => 'Журнал панелі',
],
'actions' => [
'upload_logs' => 'Скачати журнали?',
'upload_logs_description' => 'Скачування :file на :url Ви впевнені, що хочете це зробити?',
'view_logs' => 'Перегляд логів',
'log_not_found' => 'Логи не знайдені!',
'log_not_found_description' => 'Не вдалося знайти логи для :filename',
'failed_to_upload' => 'Не вдалося передати.',
'failed_to_upload_description' => 'Статус HTTP: :status',
'log_upload' => 'Логи завантажено!',
'log_upload_action' => 'Перегляд логів',
'upload_tooltip' => 'Завантажити на : url',
],
];