ko.js 1.0 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "In a meeting" : "회의 중",
  5. "Commuting" : "이동 중",
  6. "Out sick" : "병가",
  7. "Vacationing" : "휴가 중",
  8. "Working remotely" : "원격 근무 중",
  9. "What's your status?" : "지금 무엇을 하나요?",
  10. "Online status" : "접속 상태",
  11. "Status message" : "상태 메시지",
  12. "Clear status message" : "상태 메시지 지움",
  13. "Set status message" : "상태 메시지 설정",
  14. "Away" : "자리 비움",
  15. "Do not disturb" : "방해 금지",
  16. "Don't clear" : "지우지 않음",
  17. "Today" : "오늘",
  18. "This week" : "이번 주",
  19. "Online" : "접속 중",
  20. "Invisible" : "숨어있기",
  21. "Offline" : "오프라인",
  22. "30 minutes" : "30 분",
  23. "1 hour" : "한 시간",
  24. "4 hours" : "4 시간",
  25. "Mute all notifications" : "모든 알림을 무시합니다",
  26. "Appear offline" : "접속 안함으로 표시",
  27. "Clear status after" : "상태 메시지 지우기 예약"
  28. },
  29. "nplurals=1; plural=0;");