report.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "report.activebugs": {
  3. "description": "Lists users active bugs",
  4. "message": "未解决的 Bug"
  5. },
  6. "report.browser": {
  7. "description": "Select Box for the user to select their browser",
  8. "message": "选择你的浏览器和版本 - 你可以通过访问 chrome://help 或 about:support 来获得版本"
  9. },
  10. "report.bugcount": {
  11. "description": "Amount of bug reports user can send",
  12. "message": "剩余 {count}/3 次"
  13. },
  14. "report.button": {
  15. "description": "Button to send the information inputed.",
  16. "message": "反馈"
  17. },
  18. "report.description": {
  19. "description": "Text for the user to write information about the bug.",
  20. "message": "一个重现此 Bug 的实时演示或一套明确的步骤。"
  21. },
  22. "report.error": {
  23. "description": "User needs to input more notification",
  24. "message": "需要更多的信息"
  25. },
  26. "report.error.unauth": {
  27. "description": "Users Discord not verified",
  28. "message": "Discord 帐户需要验证"
  29. },
  30. "report.info": {
  31. "description": "Tells the user about submitting a bug",
  32. "message": "反馈 Bug 指的是是关于 PreMiD 网站和 PreMiD Discord 服务器中的存在 Bug。Presence 中的 Bug 请报告给 Presence 的作者。请使用英文进行反馈。"
  33. },
  34. "report.os": {
  35. "description": "Select Box for the user to select their operating system",
  36. "message": "选择你的操作系统与版本"
  37. },
  38. "report.overview": {
  39. "description": "Text for the user to write a brief of the bug information.",
  40. "message": "一个清晰和简洁的 Bug 描述。"
  41. },
  42. "report.success": {
  43. "description": "Success notification",
  44. "message": "Bug 已提交"
  45. },
  46. "report.title": {
  47. "description": "Text to indicate the page.",
  48. "message": "反馈 Bug"
  49. },
  50. "report.toomany": {
  51. "description": "User has too many active reports",
  52. "message": "你还有未解决的反馈,请等待你的提交被审阅。反馈会在一周内解决,请耐心等待。"
  53. },
  54. "report.toomany.alert": {
  55. "description": "User has too many active reports",
  56. "message": "你有过多未解决的反馈。"
  57. }
  58. }