Meta data for new release, 5.4.0.

This commit is contained in:
James Cole
2020-09-21 12:47:40 +02:00
parent 651029e284
commit 40e7f019dd
27 changed files with 338 additions and 333 deletions

View File

@@ -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 kan inte hitta denna sida.',
'404_page_does_not_exist' => 'Sidan du har begärt finns inte. Kontrollera att du inte har angett fel URL. Har du kanske gjort en felstavning?',
'404_send_error' => 'Om du omdirigerades till denna sida automatiskt, vänligen acceptera min ursäkt. Det finns ett omnämnande av detta fel i dina loggfiler och jag skulle vara tacksam om du skickade mig felet till mig.',
'404_github_link' => 'Om du är säker på att denna sida borde finnas, vänligen öppna ett ärende på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Hoppsan',
'fatal_error' => 'Ett allvarligt fel har uppstått. Vänligen kontrollera loggfilerna i "lagring/loggar" eller använd "docker logs -f [container]" för att se vad som händer.',
'maintenance_mode' => 'Firefly III är i underhållsläge.',
'be_right_back' => 'Strax tillbaka!',
'check_back' => 'Firefly III är nere för nödvändigt underhåll. Vänligen kom tillbaka om en liten stund.',
'error_occurred' => 'Hoppsan! Ett fel uppstod.',
'error_not_recoverable' => 'Oturligt nog har ett återkalligt fel skett :(. Firefly III har gått sönder. Felet är:',
'error' => 'Fel',
'error_location' => 'Detta fel inträffade i filen <span style="font-family: monospace;">:file</span> på rad :line med kod :code.',
'stacktrace' => 'Stackspårning',
'more_info' => 'Mer information',
'collect_info' => 'Vänligen samla in mer information i katalogen <code>lagring/loggar</code> där du hittar loggfiler. Om du kör Docker, använd <code>dockerloggar -f [container]</code>.',
'collect_info_more' => 'Du kan läsa mer om att samla in felinformation i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
'github_help' => 'Få hjälp GitHub',
'github_instructions' => 'Du är mer än välkommen att öppna ett ärende <strong><a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub</a></strong>.',
'use_search' => 'Använd sökningen!',
'include_info' => 'Inkludera informationen <a href=":link">från denna debug-sida</a>.',
'tell_more' => 'Berätta mer än "det står Hoppsan!"',
'include_logs' => 'Inkludera felloggar (se ovan).',
'what_did_you_do' => 'Berätta vad du gjorde.',
];