From 04c45fa6764ecd9e2665f918858fbb1fb09570f5 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 3 Jun 2020 02:35:58 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/ko.js | 23 ++++++++++++++++++++++- l10n/ko.json | 23 ++++++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/l10n/ko.js b/l10n/ko.js index 07732f9..8cbec0b 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -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;"); diff --git a/l10n/ko.json b/l10n/ko.json index ec4ef01..907809c 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -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;" } \ No newline at end of file