diff --git a/resources/lang/cs_CZ/errors.php b/resources/lang/cs_CZ/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/cs_CZ/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/de_DE/errors.php b/resources/lang/de_DE/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/de_DE/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/el_GR/errors.php b/resources/lang/el_GR/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/el_GR/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/en_GB/errors.php b/resources/lang/en_GB/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/en_GB/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/es_ES/errors.php b/resources/lang/es_ES/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/es_ES/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/fi_FI/errors.php b/resources/lang/fi_FI/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/fi_FI/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/fr_FR/errors.php b/resources/lang/fr_FR/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/fr_FR/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/hu_HU/errors.php b/resources/lang/hu_HU/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/hu_HU/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/id_ID/errors.php b/resources/lang/id_ID/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/id_ID/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/it_IT/errors.php b/resources/lang/it_IT/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/it_IT/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/nb_NO/errors.php b/resources/lang/nb_NO/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/nb_NO/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/nl_NL/errors.php b/resources/lang/nl_NL/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/nl_NL/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/pl_PL/errors.php b/resources/lang/pl_PL/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/pl_PL/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/pt_BR/errors.php b/resources/lang/pt_BR/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/pt_BR/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/ro_RO/errors.php b/resources/lang/ro_RO/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/ro_RO/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/ru_RU/errors.php b/resources/lang/ru_RU/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/ru_RU/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/sv_SE/errors.php b/resources/lang/sv_SE/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/sv_SE/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/tr_TR/errors.php b/resources/lang/tr_TR/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/tr_TR/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/vi_VN/errors.php b/resources/lang/vi_VN/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/vi_VN/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/zh_CN/errors.php b/resources/lang/zh_CN/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/zh_CN/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];
diff --git a/resources/lang/zh_TW/errors.php b/resources/lang/zh_TW/errors.php
new file mode 100644
index 0000000000..1818adc8c6
--- /dev/null
+++ b/resources/lang/zh_TW/errors.php
@@ -0,0 +1,51 @@
+.
+ */
+
+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 GitHub.',
+ '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 :file on line :line with code :code.',
+ 'stacktrace' => 'Stack trace',
+ 'more_info' => 'More information',
+ 'collect_info' => 'Please collect more information in the storage/logs
directory where you will find log files. If you\'re running Docker, use docker logs -f [container]
.',
+ '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.',
+
+];