report.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "report.activebugs": {
  3. "description": "Lists users active bugs",
  4. "message": "검토 중인 버그"
  5. },
  6. "report.browser": {
  7. "description": "Select Box for the user to select their browser",
  8. "message": "내 브라우저와 버전을 선택해 주세요. chrome://help 또는 FireFox에서는 about:support 로 버전을 확인할 수 있어요"
  9. },
  10. "report.bugcount": {
  11. "description": "Amount of bug reports user can send",
  12. "message": "3건 중 {count}건 신고 가능"
  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": "이 버그를 재현하기 위한 확실한 단계나 실제 예시 링크를 제공해 주세요."
  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": "PreMiD 웹사이트와 PreMiD Discord 서버 내의 버그를 제보하는 것이에요. Presence에서의 버그는 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": "무슨 버그인지 간결하고 명확한 설명을 제공해 주세요."
  41. },
  42. "report.success": {
  43. "description": "Success notification",
  44. "message": "버그 제보를 완료했어요"
  45. },
  46. "report.title": {
  47. "description": "Text to indicate the page.",
  48. "message": "버그 제보"
  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. }