ko.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "최근 상태",
  5. "No recent status changes" : "최근 상태 변경 없음",
  6. "In a meeting" : "회의 중",
  7. "Commuting" : "이동 중",
  8. "Out sick" : "병가",
  9. "Vacationing" : "휴가 중",
  10. "Out of office" : "자리에 없음",
  11. "Working remotely" : "원격 근무 중",
  12. "In a call" : "통화중",
  13. "User status" : "사용자 상태",
  14. "Clear status after" : "상태 메시지 지우기 예약",
  15. "What is your status?" : "당신의 상태는?",
  16. "Set status" : "상태 설정",
  17. "Online status" : "접속 상태",
  18. "Status message" : "상태 메시지",
  19. "Clear status message" : "상태 메시지 지움",
  20. "Set status message" : "상태 메시지 설정",
  21. "There was an error saving the status" : "상태 저장에 오류가 발생했습니다.",
  22. "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.",
  23. "Don't clear" : "지우지 않음",
  24. "Today" : "오늘",
  25. "This week" : "이번 주",
  26. "Online" : "접속 중",
  27. "Away" : "자리 비움",
  28. "Do not disturb" : "방해 금지",
  29. "Invisible" : "숨겨짐",
  30. "Offline" : "오프라인",
  31. "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.",
  32. "30 minutes" : "30 분",
  33. "1 hour" : "한 시간",
  34. "4 hours" : "4 시간",
  35. "Mute all notifications" : "모든 알림을 음소거",
  36. "Appear offline" : "접속 안함으로 표시",
  37. "View profile" : "프로필 보기",
  38. "{status}, {timestamp}" : "{status},{timestamp}"
  39. },
  40. "nplurals=1; plural=0;");