errors.json 2.4 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 มากพอและมีบทบาทนักพัฒนาในเซิร์ฟเวอร์ 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. }