DocSpace-client/packages/client/public/locales/en/Errors.json
2023-09-20 17:35:56 +03:00

13 lines
536 B
JSON

{
"Error401Text": "Sorry, the resource is not currently accessible.",
"Error403Text": "Sorry, access denied.",
"Error404Text": "Sorry, the resource cannot be found.",
"ErrorDeactivatedText": "This DocSpace is deactivated",
"ErrorEmptyResponse": "Empty response",
"ErrorOfflineText": "No internet connection",
"ErrorUnavailableText": "DocSpace unavailable",
"InvalidLink": "Invalid link",
"LinkDoesNotExist": "The link you are trying to open does not exist.",
"LinkHasExpired": "The link you followed has expired."
}