mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
New meta files.
This commit is contained in:
@@ -23,29 +23,29 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'404_header' => 'Firefly III cannot find this page.',
|
||||
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
|
||||
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
|
||||
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Whoops',
|
||||
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
|
||||
'maintenance_mode' => 'Firefly III is in maintenance mode.',
|
||||
'be_right_back' => 'Be right back!',
|
||||
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
|
||||
'error_occurred' => 'Whoops! An error occurred.',
|
||||
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
|
||||
'error' => 'Error',
|
||||
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
|
||||
'stacktrace' => 'Stack trace',
|
||||
'more_info' => 'More information',
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'404_header' => 'Firefly III не может найти эту страницу.',
|
||||
'404_page_does_not_exist' => 'Запрошенная страница не существует. Пожалуйста, убедитесь, вы указали правильный URL. Возможно, вы допустили опечатку?',
|
||||
'404_send_error' => 'Если вы были перенаправлены на эту страницу автоматически, пожалуйста, примите мои извинения. Информация об этой ошибке была записана в log-файл, и я буду признателен, если вы пришлёте эту информацию мне.',
|
||||
'404_github_link' => 'Если вы уверены, что эта страница должна существовать, пожалуйста, откройте Заявку на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Ууупс',
|
||||
'fatal_error' => 'Произошла фатальная ошибка. Пожалуйста, проверьте файлы журнала в "storage/logs" или используйте "docker logs -f [container]", чтобы узнать, что происходит.',
|
||||
'maintenance_mode' => 'Firefly III находится в режиме обслуживания.',
|
||||
'be_right_back' => 'Временно недоступен!',
|
||||
'check_back' => 'Firefly III отключён для необходимого обслуживания. Пожалуйста, зайдите через секунду.',
|
||||
'error_occurred' => 'Упс! Произошла ошибка.',
|
||||
'error_not_recoverable' => 'К сожалению, эта ошибка не была исправлена :(. Firefly III сломался. Ошибка:',
|
||||
'error' => 'Ошибка',
|
||||
'error_location' => 'Эта ошибка произошла в файле <span style="font-family: monospace;">:file</span> в строке :line с кодом :code.',
|
||||
'stacktrace' => 'Трассировка стека',
|
||||
'more_info' => 'Подробности',
|
||||
'collect_info' => 'Пожалуйста, соберите больше информации в каталоге <code>storage/logs</code>, где вы найдете файлы журнала. Если вы используете Docker, используйте <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Вы можете прочитать больше о сборе информации об ошибке в <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Получить помощь на GitHub',
|
||||
'github_instructions' => 'Я буду очень признателен, если вы откроете Заявку на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'use_search' => 'Используйте поиск!',
|
||||
'include_info' => 'Включить информацию <a href=":link">с этой страницы отладки</a>.',
|
||||
'tell_more' => 'Я хочу знать больше, чем просто "Упс!"',
|
||||
'include_logs' => 'Прикрепить журналы ошибок (см. выше).',
|
||||
'what_did_you_do' => 'Расскажите нам, что именно вы делали.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user