diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-26 02:18:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-26 02:18:20 +0000 |
commit | 0e7163c7c108711d1b968406a7492803b62badba (patch) | |
tree | 4ee319d9eda5b083c508b984b7b894c8f0d2407d /core/l10n/ko.js | |
parent | a5a58649b3cf83717515dc4ff9468822ad74131e (diff) | |
download | nextcloud-server-0e7163c7c108711d1b968406a7492803b62badba.tar.gz nextcloud-server-0e7163c7c108711d1b968406a7492803b62badba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 6bdea36aba6..5fe904c669f 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -168,6 +168,10 @@ OC.L10N.register( "Name" : "이름", "Size" : "크기", "Modified" : "수정한 날짜", + "\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.", + "File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.", + "\"/\" is not allowed inside a file name." : "파일 이름에 \"/\"를 사용할 수 없습니다.", + "\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님", "{newName} already exists" : "{newName}이(가) 이미 존재함", "Choose" : "선택", "Copy" : "복사", |