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

ko.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f719390afbef2ec0bd517deec2a7e586d97e39d (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?php $TRANSLATIONS = array(
"No category to add?" => "추가할 카테고리가 없습니까?",
"This category already exists: " => "이 카테고리는 이미 존재합니다:",
"No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다.",
"Settings" => "설정",
"Cancel" => "취소",
"No" => "아니오",
"Yes" => "예",
"Ok" => "승락",
"Error" => "에러",
"Password" => "암호",
"create" => "만들기",
"ownCloud password reset" => "ownCloud 비밀번호 재설정",
"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 초기화할 수 있습니다: {link}",
"You will receive a link to reset your password via Email." => "전자 우편으로 암호 재설정 링크를 보냈습니다.",
"Username" => "사용자 이름",
"Request reset" => "요청 초기화",
"Your password was reset" => "암호가 재설정되었습니다",
"To login page" => "로그인 화면으로",
"New password" => "새 암호",
"Reset password" => "암호 재설정",
"Personal" => "개인",
"Users" => "사용자",
"Apps" => "프로그램",
"Admin" => "관리자",
"Help" => "도움말",
"Access forbidden" => "접근 금지",
"Cloud not found" => "클라우드를 찾을 수 없습니다",
"Edit categories" => "카테고리 편집",
"Add" => "추가",
"Security Warning" => "보안 경고",
"Create an <strong>admin account</strong>" => "<strong>관리자 계정</strong>을 만드십시오",
"Advanced" => "고급",
"Data folder" => "자료 폴더",
"Configure the database" => "데이터베이스 구성",
"will be used" => "사용 될 것임",
"Database user" => "데이터베이스 사용자",
"Database password" => "데이터베이스 암호",
"Database name" => "데이터베이스 이름",
"Database host" => "데이터베이스 호스트",
"Finish setup" => "설치 완료",
"Sunday" => "일요일",
"Monday" => "월요일",
"Tuesday" => "화요일",
"Wednesday" => "수요일",
"Thursday" => "목요일",
"Friday" => "금요일",
"Saturday" => "토요일",
"January" => "1월",
"February" => "2월",
"March" => "3월",
"April" => "4월",
"May" => "5월",
"June" => "6월",
"July" => "7월",
"August" => "8월",
"September" => "9월",
"October" => "10월",
"November" => "11월",
"December" => "12월",
"web services under your control" => "내가 관리하는 웹 서비스",
"Log out" => "로그아웃",
"Lost your password?" => "암호를 잊으셨습니까?",
"remember" => "기억하기",
"Log in" => "로그인",
"You are logged out." => "로그아웃 하셨습니다.",
"prev" => "이전",
"next" => "다음"
);