errors.json 1.6 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 服务器中具有 Presence 开发者身份组。"
  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. }