.
*/
declare(strict_types=1);
return [
'404_header' => 'Az oldal nem található.',
'404_page_does_not_exist' => 'A keresett oldal nem létezik. Kérem ellenőrizze, hogy helyes URL-t írt-e be. Nincs-e elírás a URL címben?',
'404_send_error' => 'Elnézését kérem, ha automatikus átirányítással érkezett erre az oldalra. A hibával kapcsolatban további információkat talál a napló fájlokban. Sokat segítene a hiba javításán, ha elküldené az adatokat.',
'404_github_link' => 'Kérem nyisson egy hibajegyet GitHub-on, ha biztos benne, hogy ennek az lapnak léteznie kellene.',
'whoops' => 'Whoops',
'fatal_error' => 'Súlyos hiba történt. Kérem ellenőrizze a részleteket a napló fájlokban a "storage/logs" könyvtárban vagy használja a "docker logs -f [container]" parancsot.',
'maintenance_mode' => 'Firefly III is in maintenance mode.',
'be_right_back' => 'Be right back!',
'check_back' => 'FireFly III jelenleg karbantartás alatt. Kérem látogasson vissza később.',
'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 :file on line :line with code :code.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
'collect_info' => 'További információk gyűjthetők a storage/logs könyvtárban lévő napló fájlokból. Vagy ha Dockert használ, akkor a docker logs -f [container] paranccsal.',
'collect_info_more' => 'You can read more about collecting error information in the FAQ.',
'github_help' => 'Get help on GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue on GitHub.',
'use_search' => 'Use the search!',
'include_info' => 'Include the information from this debug page.',
'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.',
];