mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.6 KiB
29 lines
1.6 KiB
{
|
|
"culture": "en",
|
|
"texts": {
|
|
"InternalServerErrorMessage": "An internal error occurred during your request!",
|
|
"ValidationErrorMessage": "Your request is not valid!",
|
|
"ValidationNarrativeErrorMessageTitle": "The following errors were detected during validation.",
|
|
"DefaultErrorMessage": "An error has occurred!",
|
|
"DefaultErrorMessageDetail": "Error detail not sent by the server.",
|
|
"DefaultErrorMessage401": "You are not authenticated!",
|
|
"DefaultErrorMessage401Detail": "You should sign in to perform this operation.",
|
|
"DefaultErrorMessage403": "You are not authorized!",
|
|
"DefaultErrorMessage403Detail": "You are not allowed to perform this operation!",
|
|
"DefaultErrorMessage404": "Resource not found!",
|
|
"DefaultErrorMessage404Detail": "The resource requested could not be found on the server!",
|
|
"EntityNotFoundErrorMessage": "There is no entity {0} with id = {1}!",
|
|
"AbpDbConcurrencyErrorMessage": "The data you have submitted has already been changed by another user. Discard your changes and try again.",
|
|
"Error": "Error",
|
|
"UnhandledException": "Unhandled exception!",
|
|
"401Message": "Unauthorized",
|
|
"403Message": "Forbidden",
|
|
"404Message": "Page not found",
|
|
"500Message": "Internal Server Error",
|
|
"403MessageDetail": "You are not authorized to perform this operation!",
|
|
"404MessageDetail": "Sorry, there's nothing at this address.",
|
|
"Unauthorized": "Unauthorized",
|
|
"invalid_token": "Invalid token",
|
|
"SessionExpired": "Your session has expired. Please login again to continue in the application."
|
|
}
|
|
}
|
|
|