diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/i18n/en/header.json | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/header.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/header.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/header.json b/Neutron-trunk/resources/i18n/en/header.json new file mode 100644 index 0000000..6ae91d5 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/header.json @@ -0,0 +1,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" +}
\ No newline at end of file |