mirror of
https://github.com/nextcloud/server.git
synced 2026-06-27 09:30:36 -04:00
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Psalm static code analysis / changes (push) Waiting to run
Psalm static code analysis / static-code-analysis (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-security (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ocp (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ncu (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-strict (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
51 lines
2.4 KiB
JavaScript
51 lines
2.4 KiB
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Recent statuses" : "최근 상태",
|
|
"No recent status changes" : "최근 상태 변경 없음",
|
|
"In a meeting" : "회의 중",
|
|
"Commuting" : "이동 중",
|
|
"Out sick" : "병가",
|
|
"Vacationing" : "휴가 중",
|
|
"Out of office" : "자리에 없음",
|
|
"Working remotely" : "원격 근무 중",
|
|
"In a call" : "통화중",
|
|
"Be right back" : "잠시 후 돌아옴",
|
|
"User status" : "사용자 상태",
|
|
"Clear status after" : "상태 메시지 지우기 예약",
|
|
"Emoji for your status message" : "상태 메시지 이모지",
|
|
"What is your status?" : "당신의 상태는?",
|
|
"Predefined statuses" : "사전 지정된 상태",
|
|
"Previously set" : "이전 설정",
|
|
"Reset status" : "상태 초기화",
|
|
"Reset status to \"{icon} {message}\"" : "상태를 \"{icon}{message}\"(으)로 초기화",
|
|
"Reset status to \"{message}\"" : "상태를 \"{message}\"(으)로 초기화",
|
|
"Reset status to \"{icon}\"" : "상태를 \"{icon}\"(으)로 초기화",
|
|
"There was an error saving the status" : "상태 저장에 오류가 발생했습니다.",
|
|
"There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.",
|
|
"There was an error reverting the status" : "상태 되돌리기에 오류가 발생했습니다.",
|
|
"Online status" : "접속 상태",
|
|
"Status message" : "상태 메시지",
|
|
"Set absence period" : "부재 기간 설정",
|
|
"Set absence period and replacement" : "부재 기간 및 대체 연락처 설정",
|
|
"Your status was set automatically" : "상태가 자동 설정되었습니다.",
|
|
"Clear status message" : "상태 메시지 지움",
|
|
"Set status message" : "상태 메시지 설정",
|
|
"Online" : "접속 중",
|
|
"Away" : "자리 비움",
|
|
"Busy" : "바쁨",
|
|
"Do not disturb" : "방해 금지",
|
|
"Invisible" : "숨겨짐",
|
|
"Offline" : "오프라인",
|
|
"Set status" : "상태 설정",
|
|
"There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.",
|
|
"Don't clear" : "지우지 않음",
|
|
"30 minutes" : "30 분",
|
|
"1 hour" : "한 시간",
|
|
"4 hours" : "4 시간",
|
|
"Today" : "오늘",
|
|
"This week" : "이번 주",
|
|
"Mute all notifications" : "모든 알림을 음소거",
|
|
"Appear offline" : "접속 안함으로 표시"
|
|
},
|
|
"nplurals=1; plural=0;");
|