diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-27 00:32:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-27 00:32:18 +0000 |
commit | cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1 (patch) | |
tree | 8ad504f0b3f66a64c58ed36cbedab32e9d765098 /apps/workflowengine/l10n/ko.js | |
parent | 3190dfb5ae3a0f2966ba1229a54a5cad79226e4e (diff) | |
download | nextcloud-server-cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1.tar.gz nextcloud-server-cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/workflowengine/l10n/ko.js')
-rw-r--r-- | apps/workflowengine/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/ko.js b/apps/workflowengine/l10n/ko.js index f310403cf92..004f7a4914f 100644 --- a/apps/workflowengine/l10n/ko.js +++ b/apps/workflowengine/l10n/ko.js @@ -28,10 +28,10 @@ OC.L10N.register( "%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이 유효하지 않습니다", + "Entity %s does not exist" : "엔티티 %s이 없습니다.", + "Entity %s is invalid" : "엔티티 %s이 유효하지 않습니다.", "No events are chosen." : "선택된 이벤트 없음", - "Entity %s has no event %s" : "엔티티 %s은 이벤트 %s을 포함하지 않습니다", + "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이(가) 존재하지 않음", |