home.json 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "home.examples.playingagame": {
  3. "description": "Discord Rich Presence -> Playing a game",
  4. "message": "게임 하는 중"
  5. },
  6. "home.examples.status.browsing": {
  7. "description": "Discord Rich Presence -> small image text;",
  8. "message": "살펴보는 중..."
  9. },
  10. "home.examples.status.live": {
  11. "description": "Discord Rich Presence -> small image text;",
  12. "message": "실시간"
  13. },
  14. "home.examples.status.playing": {
  15. "description": "Discord Rich Presence -> small image text;",
  16. "message": "시청 중"
  17. },
  18. "home.examples.timestamp": {
  19. "description": "Discord Rich Presence -> time left; {0} will be replaced with the current timestamp -> is a variable",
  20. "message": "{0} 남음"
  21. },
  22. "home.examples.timestamp2": {
  23. "description": "Discord Rich Presence -> time elapsed; {0} will be replaced with the current timestamp -> is a variable",
  24. "message": "{0} 지남"
  25. },
  26. "home.features.heading": {
  27. "description": "Features section",
  28. "message": "이러한 기능을 좋아하실 거예요!"
  29. },
  30. "home.features.presencesystem.button": {
  31. "description": "Features section button",
  32. "message": "스토어 방문"
  33. },
  34. "home.features.presencesystem.description": {
  35. "description": "Features section description",
  36. "message": "다른 분이 제작한 Presence를 추가하고 사용해서 확장 프로그램에서 관리할 수 있는 방법으로 확장 프로그램을 만들었어요!"
  37. },
  38. "home.features.presencesystem.heading": {
  39. "description": "Features section subheading",
  40. "message": "**나만의** Presence 찾기"
  41. },
  42. "home.features.quickSupport.button": {
  43. "description": "Features section button",
  44. "message": "Discord 참가"
  45. },
  46. "home.features.quickSupport.description": {
  47. "description": "Features section description",
  48. "message": "무언가 문제가 있어, 수많은 오류를 뿜어내거나 그냥 작동하지 않나요? Discord 서버에서 저런 오류를 해결할 수 있도록 도와드릴게요. 또한 문제가 최대한 해결될 수 있도록 자체 지원 시스템을 구축했어요."
  49. },
  50. "home.features.quickSupport.heading": {
  51. "description": "Features section subheading",
  52. "message": "빠른 지원"
  53. },
  54. "home.features.simpleInterface.description": {
  55. "description": "Features section description",
  56. "message": "복잡한 사용자 인터페이스에 지치셨나요? 이게 바로 다음과 같은 중요한 기능으로 최대한 UI를 간단하고 유용하게 만들고 유지하려고 한 이유예요."
  57. },
  58. "home.features.simpleInterface.description.1": {
  59. "description": "Features section description point",
  60. "message": "앱과 확장 프로그램 설정"
  61. },
  62. "home.features.simpleInterface.description.2": {
  63. "description": "Features section description point",
  64. "message": "Presence 관리"
  65. },
  66. "home.features.simpleInterface.description.3": {
  67. "description": "Features section description point",
  68. "message": "카테고리로 정렬"
  69. },
  70. "home.features.simpleInterface.heading": {
  71. "description": "Features section subheading",
  72. "message": "단순한 사용자 인터페이스"
  73. },
  74. "home.introduction.button.getPremid": {
  75. "description": "Downloads button -> redirects to /downloads page",
  76. "message": "PreMiD 받기"
  77. },
  78. "home.introduction.button.downloads": {
  79. "description": "Downloads button -> redirects to /downloads page",
  80. "message": "다운로드"
  81. },
  82. "home.introduction.button.features": {
  83. "description": "Introduction button",
  84. "message": "기능"
  85. },
  86. "home.introduction.paragraph": {
  87. "description": "First phrase that users read on our website",
  88. "message": "**PreMiD**는 내가 웹에서 무엇을 하고 있는지 Discord의 게임 하는 중 상태에서 보여주게 해주는 간단하고, 구성 가능한 유틸리티 프로그램이에요."
  89. },
  90. "home.languageSelector.tippy": {
  91. "description": "Tippy content of the language selector.",
  92. "message": "웹사이트 언어"
  93. }
  94. }