errors.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "error.code.4": {
  3. "description": "Error (4) message",
  4. "message": "존재하지 않거나 삭제된 Presence를 찾고 있어요."
  5. },
  6. "error.code.404": {
  7. "description": "Error (404) message",
  8. "message": "죄송하지만, 해당 페이지를 찾지 못했어요."
  9. },
  10. "error.code.500": {
  11. "description": "Error (500) message",
  12. "message": "내부 서버 오류가 발생했어요."
  13. },
  14. "error.page.button": {
  15. "description": "Button on the error page",
  16. "message": "홈페이지로 돌아가기"
  17. },
  18. "error.page.details": {
  19. "description": "'Details' text on error page container",
  20. "message": "세부 정보"
  21. },
  22. "store.search.notFound": {
  23. "description": "Search result text when nothing's found",
  24. "message": "해당 Presence를 찾지 못했어요..."
  25. },
  26. "user.notFound.heading": {
  27. "description": "Error when user couldn't be found.",
  28. "message": "해당 사용자를 찾지 못했어요."
  29. },
  30. "user.notFound.message1": {
  31. "description": "Check user ID message.",
  32. "message": "내가 찾고 있는 사용자의 ID가 올바른지 다시 한 번 확인해 주세요."
  33. },
  34. "user.notFound.message2": {
  35. "description": "Check the presence amount of the developer created message.",
  36. "message": "사용자가 충분한 Presence를 제작했고 Presence 개발자 역할을 Discord 서버에서 소유하고 있는지 다시 한 번 확인해 주세요."
  37. },
  38. "user.notFound.message3": {
  39. "description": "Check if the error is also happening to others message.",
  40. "message": "다른 분이 Discord에서 동일 현상을 겪고 있는지 다시 한 번 확인해 주세요."
  41. },
  42. "user.notFound.message4": {
  43. "description": "Bottom line for the error page. Do not edit brackets.",
  44. "message": "이게 실수라고 생각된다면, [저희 Discord 서버]에서 문의해 주세요."
  45. }
  46. }