1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"internalError": [
"Internal error",
"The advanced settings file is in a known syntax, but doesn't includes required settings. The page stopped loading here.",
"If you contact your system administrator, ask them to delete the ",
" file, Neutron will generate a new one for you.",
"The advanced settings file is in an unknown syntax, the page stopped loading here."
],
"phpError": [
"An error occurred while loading this page, detailed information has been saved in the log files.",
"The error message in the log files generally starts with",
"Please contact the website system administrator. If you are the system administrator, we suggest you investigate and fix the issue."
],
"pjseDefault": [
"Warning",
"An internal and unknown system error occurred",
"Close"
],
"snackbarDefault": "Internal error",
"errorError": "An error occurred while loading the error message"
}
|