lang_strings.json 908 B

12345678910111213141516171819
  1. {
  2. "en": {
  3. "error_401": "Error 401: Unauthorized.",
  4. "error_401_1": "Error 401: Unauthorized. No user account provided.",
  5. "error_401_2": "Error 401: Unauthorized. No API key provided.",
  6. "error_403": "Error 403: Forbidden.",
  7. "error_403_1": "Error 403: Forbidden. User account does not exist.",
  8. "error_403_2": "Error 403: Forbidden. User account data corrupted.",
  9. "error_403_3": "Error 403: Forbidden. User account is disabled.",
  10. "error_403_4": "Error 403: Forbidden. Invalid API key.",
  11. "error_400": "Error 400: Bad Request.",
  12. "error_400_1": "Error 400: Bad Request. No file provided.",
  13. "error_400_2": "Error 400: Bad Request. File is empty.",
  14. "error_415": "Error 415: Unsupported Media Type.",
  15. "error_415_1": "Error 415: Unsupported Media Type. Supported media types are PNG, JPEG, GIF, and webm.",
  16. "error_500": "Error 500: Internal Server Error.",
  17. "e": "e"
  18. }
  19. }