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: 0446200b95cd3b22573c2c1fde1179f0e232aad5 (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
OC.L10N.register(
    "polls",
    {
    "Polls App - New Activity" : "투표 앱 - 새로운 활동",
    "Contact" : "연락처",
    "Public link" : "공개 링크",
    "Group" : "그룹",
    "User" : "사용자",
    "Polls" : "투표",
    "Conflict" : "충돌",
    "New comment …" : "새 댓글…",
    "Delete comment" : "댓글 삭제",
    "Title" : "제목",
    "Cancel" : "취소",
    "Apply" : "적용",
    "Delete poll" : "투표 삭제",
    "Confirmed" : "확인됨",
    "OK" : "확인",
    "Week" : "주",
    "never" : "하지 않음",
    "Login" : "로그인",
    "Access" : "접근 권한",
    "Owner" : "소유자",
    "Created" : "만든 날짜",
    "Description" : "설명",
    "Receive notification email on activity" : "활동 이메일 알림 받기",
    "No" : "아니요",
    "Yes" : "예",
    "Details" : "세부사항",
    "Configuration" : "설정",
    "Shares" : "공유",
    "Comments" : "댓글",
    "Hour" : "시간",
    "Day" : "일",
    "Month" : "달"
},
"nplurals=1; plural=0;");