-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.json
38 lines (38 loc) · 2.6 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"API_UNHANDLED_EXCEPTION": "Unable to process request due to an unhandled exception.",
"APP_DESCRIPTION": "GUSI Framework | App description.",
"APP_DESCRIPTION_NO_NAME": "App description.",
"APP_INTERNAL_SERVER_ERROR_EXPLAIN": "The requested operation could not be completed, it is possible that the page is under maintenance or a failure has occurred with a service. If this error persists, contact support.",
"APP_NAME": "GUSI Framework",
"APP_PAGE_NOT_FOUND_EXPLAIN": "The page you are looking for could not be found.",
"APP_PAGE_ON_BUILDING_EXPLAIN": "Looks like you're ahead of us, this page is under construction or updating, check back in the future to see what's here.",
"BUILDING_PAGE": "Page under construction",
"CONTROLLER_NOT_FOUND": "Controller not found or defined.",
"DATABASE_DELETE_FAILED": "Could not delete record.",
"DATABASE_DELETE_SUCCESS": "Record(s) deleted successfully.",
"DATABASE_INSERT_FAILED": "Registration could not be completed.",
"DATABASE_INSERT_SUCCESS": "Record created successfully.",
"DATABASE_OPERATION_FAILED": "The requested operation could not be completed.",
"DATABASE_OPERATION_SUCCESS": "Operation completed successfully.",
"DATABASE_SELECT_FAILED": "The requested records could not be obtained.",
"DATABASE_SELECT_SUCCESS": "Records successfully obtained.",
"DATABASE_STATEMENT_NOT_PERFORMED": "No database operation was performed.",
"DATABASE_TRANSACTION_SUCCESS": "Database transaction operation was completed successfully.",
"DATABASE_UPDATE_FAILED": "Failed to update registry data.",
"DATABASE_UPDATE_SUCCESS": "Registry data has been updated successfully.",
"FORBIDDEN": "This action is not allowed.",
"INCOMPLETE_POST": "One or more parameters are missing to execute this operation.",
"INTERNAL_SERVER_ERROR": "An error has occurred.",
"METHOD_NOT_ALLOWED": "Incorrect request method.",
"NOT_FOUND": "Page not found.",
"NOT_LOGGED_IN": "You are not logged in to perform this action",
"OPERATION_ERROR": "An error occurred while executing the requested operation.",
"OPERATION_NO_RESULTS": "The requested operation has produced no results to display.",
"OPERATION_SUCCESS": "Successful operation.",
"OPERATION_UNSOLVED": "The requested operation could not be completed.",
"REGEX_FAILED": "The value provided does not meet the established criteria",
"REQUEST_UNDEFINED": "Invalid or undefined request.",
"SUCCESSFUL_LOGIN": "Successfully logged in.",
"UNKNOW_ACTION": "Unrecognized action.",
"UNSUCCESSFUL_LOGIN": "Failed to log in, please check the information provided, an incorrect password or credentials may have been entered."
}