Update language strings

This commit is contained in:
James Cole
2023-12-20 21:13:31 +01:00
parent 3842552256
commit 51d244cfe6
512 changed files with 1605 additions and 3621 deletions

View File

@@ -31,7 +31,6 @@
*
*/
declare(strict_types=1);
return [
@@ -52,7 +51,7 @@ return [
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -63,7 +62,6 @@ return [
*
*/
'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',
@@ -76,5 +74,4 @@ return [
'offline_header' => 'You are probably offline',
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
];