[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-06-03 02:35:58 +00:00
parent 9965ac3ab0
commit 04c45fa676
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 44 additions and 2 deletions

View file

@ -1,13 +1,34 @@
OC.L10N.register(
"forms",
{
"Create new form" : "새로운 양식 생성",
"An error occurred while loading the forms list" : "양식 리스트를 가져오는데 문제가 발생하였습니다.",
"Unable to create a new form" : "새 양식 생성할 수 없음",
"Clone form" : "양식 복사",
"Delete form" : "양식 삭제",
"Are you sure you want to delete {title}?" : "정말로 {title}을 삭제할 것입니까?",
"Error while deleting {title}" : "{title} 삭제 실패",
"Answer number {index}" : "응답 번호 {index}",
"Error while saving the answer" : "응답 저장 실패",
"Delete question" : "질문 삭제",
"Searching …" : "검색 ...",
"Group" : "그룹",
"Description" : "설명",
"Add a question" : "질문 추가",
"Error while saving form" : "양식 저장 실패",
"Settings" : "설정",
"Set expiration date" : "만료기한 설정",
"Expiration date" : "만료 일자",
"Sharing" : "공유",
"Share link" : "링크 공유",
"Submit" : "제출"
"Submit" : "제출",
"Thank you for completing the form!" : "양식을 작성해주셔서 감사합니다!",
"There was an error submitting the form" : "양식 제출 실패",
"Error while saving question" : "질문 저장 실패",
"Multiple choice" : "다지선다형",
"Checkboxes" : "체크박스형",
"Short answer" : "단답형",
"Form expired" : "만료된 양식",
"This form does not exist" : "존재하지 않는 양식"
},
"nplurals=1; plural=0;");

View file

@ -1,11 +1,32 @@
{ "translations": {
"Create new form" : "새로운 양식 생성",
"An error occurred while loading the forms list" : "양식 리스트를 가져오는데 문제가 발생하였습니다.",
"Unable to create a new form" : "새 양식 생성할 수 없음",
"Clone form" : "양식 복사",
"Delete form" : "양식 삭제",
"Are you sure you want to delete {title}?" : "정말로 {title}을 삭제할 것입니까?",
"Error while deleting {title}" : "{title} 삭제 실패",
"Answer number {index}" : "응답 번호 {index}",
"Error while saving the answer" : "응답 저장 실패",
"Delete question" : "질문 삭제",
"Searching …" : "검색 ...",
"Group" : "그룹",
"Description" : "설명",
"Add a question" : "질문 추가",
"Error while saving form" : "양식 저장 실패",
"Settings" : "설정",
"Set expiration date" : "만료기한 설정",
"Expiration date" : "만료 일자",
"Sharing" : "공유",
"Share link" : "링크 공유",
"Submit" : "제출"
"Submit" : "제출",
"Thank you for completing the form!" : "양식을 작성해주셔서 감사합니다!",
"There was an error submitting the form" : "양식 제출 실패",
"Error while saving question" : "질문 저장 실패",
"Multiple choice" : "다지선다형",
"Checkboxes" : "체크박스형",
"Short answer" : "단답형",
"Form expired" : "만료된 양식",
"This form does not exist" : "존재하지 않는 양식"
},"pluralForm" :"nplurals=1; plural=0;"
}