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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-12 05:22:55 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-12 05:22:55 +0300
commiteb7109b3f41ea367feacbd3252f6d4a743545bb7 (patch)
tree043bf9c243093c38a400d12c3a34f077d2781719 /apps/workflowengine
parent31bcd10c2ac272d77ac578172f3d6e035fd9b48d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/l10n/ko.js9
-rw-r--r--apps/workflowengine/l10n/ko.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/ko.js b/apps/workflowengine/l10n/ko.js
index 495362d7477..74cb92c4fb8 100644
--- a/apps/workflowengine/l10n/ko.js
+++ b/apps/workflowengine/l10n/ko.js
@@ -23,11 +23,15 @@ OC.L10N.register(
"%s created %s" : "%s이(가) %s을(를) 생성하였습니다.",
"%s modified %s" : "%s이(가) %s을(를) 수정하였습니다.",
"%s deleted %s" : "%s이(가) %s을(를) 삭제하였습니다.",
+ "%s accessed %s" : "%s이(가) %s에 접근하였습니다.",
"%s renamed %s" : "%s이(가) %s의 이름을 변경하였습니다.",
"%s copied %s" : "%s이(가) %s을(를) 복사하였습니다.",
"%s assigned %s to %s" : "%s이(가) %s을(를) %s로 할당하였습니다.",
"Operation #%s does not exist" : "작업 #%s이(가) 존재하지 않음",
+ "Entity %s does not exist" : "엔티티 %s이 없습니다",
+ "Entity %s is invalid" : "엔티티 %s이 유효하지 않습니다",
"No events are chosen." : "선택된 이벤트 없음",
+ "Entity %s has no event %s" : "엔티티 %s은 이벤트 %s을 포함하지 않습니다",
"Operation %s does not exist" : "작업 %s이(가) 존재하지 않음",
"Operation %s is invalid" : "작업 %s이(가) 잘못됨",
"Check %s does not exist" : "검사 %s이(가) 존재하지 않음",
@@ -42,6 +46,7 @@ OC.L10N.register(
"Images" : "파일",
"Office documents" : "오피스 문서",
"PDF documents" : "PDF 문서",
+ "Custom mimetype" : "사용자 mimetype",
"Select a tag" : "태그 선택",
"No results" : "결과 없음",
"%s (invisible)" : "%s(숨겨짐)",
@@ -49,17 +54,21 @@ OC.L10N.register(
"Select a request URL" : "요청 URL 선택",
"Predefined URLs" : "사전 정의된 URL",
"Files WebDAV" : "파일 WebDAV",
+ "Others" : "기타",
"Custom URL" : "사용자 정의 URL",
"Select a user agent" : "사용자 에이전트 지정",
"Android client" : "Android 클라이언트",
"iOS client" : "iOS 클라이언트",
"Desktop client" : "데스크톱 클라이언트",
"Thunderbird & Outlook addons" : "Thunderbird와 Outlook 확장 기능",
+ "At least one event must be selected" : "적어도 하나의 이벤트는 선택해야합니다.",
"Add new flow" : "새 흐름 추가",
+ "When" : "언제",
"and" : "그리고",
"Cancel" : "취소",
"Delete" : "삭제",
"The configuration is invalid" : "설정이 잘못됨",
+ "Active" : "활성화",
"Save" : "저장",
"Available flows" : "사용 가능한 흐름",
"For details on how to write your own flow, check out the development documentation." : "어떻게 내 흐름을 작성하는지 자세히 알아보려면 개발자 문서를 참조하십시오.",
diff --git a/apps/workflowengine/l10n/ko.json b/apps/workflowengine/l10n/ko.json
index 029a81809ad..45c2723358f 100644
--- a/apps/workflowengine/l10n/ko.json
+++ b/apps/workflowengine/l10n/ko.json
@@ -21,11 +21,15 @@
"%s created %s" : "%s이(가) %s을(를) 생성하였습니다.",
"%s modified %s" : "%s이(가) %s을(를) 수정하였습니다.",
"%s deleted %s" : "%s이(가) %s을(를) 삭제하였습니다.",
+ "%s accessed %s" : "%s이(가) %s에 접근하였습니다.",
"%s renamed %s" : "%s이(가) %s의 이름을 변경하였습니다.",
"%s copied %s" : "%s이(가) %s을(를) 복사하였습니다.",
"%s assigned %s to %s" : "%s이(가) %s을(를) %s로 할당하였습니다.",
"Operation #%s does not exist" : "작업 #%s이(가) 존재하지 않음",
+ "Entity %s does not exist" : "엔티티 %s이 없습니다",
+ "Entity %s is invalid" : "엔티티 %s이 유효하지 않습니다",
"No events are chosen." : "선택된 이벤트 없음",
+ "Entity %s has no event %s" : "엔티티 %s은 이벤트 %s을 포함하지 않습니다",
"Operation %s does not exist" : "작업 %s이(가) 존재하지 않음",
"Operation %s is invalid" : "작업 %s이(가) 잘못됨",
"Check %s does not exist" : "검사 %s이(가) 존재하지 않음",
@@ -40,6 +44,7 @@
"Images" : "파일",
"Office documents" : "오피스 문서",
"PDF documents" : "PDF 문서",
+ "Custom mimetype" : "사용자 mimetype",
"Select a tag" : "태그 선택",
"No results" : "결과 없음",
"%s (invisible)" : "%s(숨겨짐)",
@@ -47,17 +52,21 @@
"Select a request URL" : "요청 URL 선택",
"Predefined URLs" : "사전 정의된 URL",
"Files WebDAV" : "파일 WebDAV",
+ "Others" : "기타",
"Custom URL" : "사용자 정의 URL",
"Select a user agent" : "사용자 에이전트 지정",
"Android client" : "Android 클라이언트",
"iOS client" : "iOS 클라이언트",
"Desktop client" : "데스크톱 클라이언트",
"Thunderbird & Outlook addons" : "Thunderbird와 Outlook 확장 기능",
+ "At least one event must be selected" : "적어도 하나의 이벤트는 선택해야합니다.",
"Add new flow" : "새 흐름 추가",
+ "When" : "언제",
"and" : "그리고",
"Cancel" : "취소",
"Delete" : "삭제",
"The configuration is invalid" : "설정이 잘못됨",
+ "Active" : "활성화",
"Save" : "저장",
"Available flows" : "사용 가능한 흐름",
"For details on how to write your own flow, check out the development documentation." : "어떻게 내 흐름을 작성하는지 자세히 알아보려면 개발자 문서를 참조하십시오.",