errors.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "error.code.404": {
  3. "description": "Error (404) message",
  4. "message": "Na žalost nismo mogli pronaći tu stranicu."
  5. },
  6. "error.code.500": {
  7. "description": "Error (500) message",
  8. "message": "Došlo je do interne greške poslužitelja."
  9. },
  10. "error.page.button": {
  11. "description": "Button on the error page",
  12. "message": "Idi na početnu stranicu"
  13. },
  14. "error.page.details": {
  15. "description": "'Details' text on error page container",
  16. "message": "Detalji"
  17. },
  18. "user.notFound.heading": {
  19. "description": "Error when user couldn't be found.",
  20. "message": "Nismo mogli pronaći tog korisnika. Pokušaj biti siguran"
  21. },
  22. "user.notFound.message1": {
  23. "description": "Check user ID message.",
  24. "message": "da je Korisnički ID kojeg tražiš točan."
  25. },
  26. "user.notFound.message2": {
  27. "description": "Check the presence amount of the developer created message.",
  28. "message": "da je korisnik stvorio dovoljno Presence-a i ima ulogu Programera Presence-a na našem Discord serveru."
  29. },
  30. "user.notFound.message3": {
  31. "description": "Check if the error is also happening to others message.",
  32. "message": "ako drugi imaju isti problem na našem Discord serveru."
  33. }
  34. }