write strings for error GUI

This commit is contained in:
buzz-lightsnack-2007 2024-05-13 15:45:41 +08:00
parent 750a3313e3
commit 2e8cc5f001

View file

@ -258,6 +258,12 @@
} }
} }
}, },
"error_msg_GUI_title": {
"message": "Whoops"
},
"error_msg_GUI_body": {
"message": "An error has occured. When requesting for help, please refer to the code below."
},
"error_msg_fileNotFound": { "error_msg_fileNotFound": {
"message": "Could not find the file $file_path$.", "message": "Could not find the file $file_path$.",
"description": "The error message template for a file not found exception", "description": "The error message template for a file not found exception",
@ -329,5 +335,9 @@
}, },
"message_loading_10": { "message_loading_10": {
"message": "Just making sure the internet doesn't break." "message": "Just making sure the internet doesn't break."
},
"delimiter_error": {
"message": ": "
} }
} }