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

27 lines
1.2 KiB
PHP
Raw Permalink 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',
],
];