Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfbc9246024f659f30bb4b917181642f4776e55f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
OC.L10N.register(
    "polls",
    {
    "Polls" : "투표",
    "Polls App - New Activity" : "투표 앱 - 새로운 활동",
    "Participants" : "참가자",
    "New comment …" : "새 댓글…",
    "Comments" : "댓글",
    "Delete comment" : "댓글 삭제",
    "No comments yet. Be the first." : "아직 댓글이 없습니다. 첫 댓글을 남겨 보십시오.",
    "Create new poll" : "새 투표 만들기",
    "Text based" : "텍스트 기반",
    "Cancel" : "취소",
    "Apply" : "적용",
    "Delete poll" : "투표 삭제",
    "Title" : "제목",
    "Access" : "접근 권한",
    "Owner" : "소유자",
    "Created" : "만든 날짜",
    "Expires" : "끝나는 시간",
    "never" : "하지 않음",
    "Details" : "세부사항",
    "Configuration" : "설정",
    "Shares" : "공유",
    "Description" : "설명",
    "Expiration date" : "만료 일자",
    "Update poll" : "투표 업데이트",
    "OK" : "확인",
    "Week" : "주",
    "Hour" : "시간",
    "Day" : "일",
    "Month" : "달",
    "Unknown user" : "알 수 없는 사용자",
    "Group" : "그룹",
    "Receive notification email on activity" : "활동 이메일 알림 받기",
    "No" : "아니요",
    "Yes" : "예",
    "Deleted" : "삭제함",
    "Public access" : "공개 접근",
    "Access denied" : "접근이 거부됨",
    "You are not allowed to view this poll or the poll does not exist." : "이 투표를 볼 수 없거나 투표가 존재하지 않습니다.",
    "You are not allowed to edit this poll or the poll does not exist." : "이 투표를 편집할 수 없거나 투표가 존재하지 않습니다."
},
"nplurals=1; plural=0;");