forms/l10n/ko.js

64 строки
2.6 KiB
JavaScript

OC.L10N.register(
"forms",
{
"Copy" : "복사",
"Anonymous response" : "익명 답변",
"Shared by %s" : "%s에 의해 공유됨",
"New form" : "새로운 형식",
"Shared with you" : "나와 공유됨",
"Loading forms …" : "형식 로딩중 ...",
"Create a form" : "형식 생성",
"Create new form" : "새로운 양식 생성",
"An error occurred while loading the forms list" : "양식 리스트를 가져오는데 문제가 발생하였습니다.",
"Unable to create a new form" : "새 양식 생성할 수 없음",
"This form does not exist" : "존재하지 않는 양식",
"Form expired" : "만료된 양식",
"Select groups" : "그룹 선택",
"Results" : "결과들",
"Delete form" : "양식 삭제",
"Are you sure you want to delete {title}?" : "정말로 {title}을 삭제할 것입니까?",
"Error while deleting {title}" : "{title} 삭제 실패",
"Answer number {index}" : "응답 번호 {index}",
"Delete answer" : "답변 지우기",
"Error while saving the answer" : "응답 저장 실패",
"Required" : "필요함",
"Delete question" : "질문 삭제",
"Other" : "기타",
"Delete this response" : "이 응답 지우기",
"Set expiration date" : "만료기한 설정",
"No recommendations. Start typing." : "추천 없음. 타이핑을 시작하십시오",
"No elements found." : "요소를 찾을 수 없습니다.",
"Permissions" : "권한",
"Delete" : "삭제",
"Group" : "그룹",
"Share link" : "링크 공유",
"Add link" : "링크 추가",
"Copy to clipboard" : "클립보드로 복사",
"Internal link" : "내부 링크",
"View" : "보기",
"Edit" : "편집",
"Share" : "공유",
"Description" : "설명",
"Add a question" : "질문 추가",
"Error while saving form" : "양식 저장 실패",
"Summary" : "요약",
"Options" : "옵션들",
"Sharing" : "공유",
"Settings" : "설정",
"Thank you for completing the form!" : "양식을 작성해주셔서 감사합니다!",
"Submit" : "제출",
"There was an error submitting the form" : "양식 제출 실패",
"Error while saving question" : "질문 저장 실패",
"Cannot copy, please copy the link manually" : "복사할 수 없습니다, 링크를 수동으로 복사하세요.",
"Checkboxes" : "체크박스형",
"Short answer" : "단답형",
"Date" : "날짜",
"Pick a date" : "날짜 선택",
"Time" : "시간",
"Pick a time" : "시간 선택",
"Text" : "텍스트",
"Phone number" : "휴대폰 번호",
"Email address" : "이메일 주소"
},
"nplurals=1; plural=0;");