diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-09-12 01:55:35 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-09-12 01:55:35 -0400 |
commit | 9860a79441b8e3595450e53b6209f314c7537775 (patch) | |
tree | db74b29d46bc202120c646f93cc2a3fffeab0ddc /apps/files/l10n/ko.js | |
parent | 1924dd348a41bb52968f4fe598dd6f170536c724 (diff) | |
download | nextcloud-server-9860a79441b8e3595450e53b6209f314c7537775.tar.gz nextcloud-server-9860a79441b8e3595450e53b6209f314c7537775.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 50126226933..709e0faa0cb 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -68,10 +68,14 @@ OC.L10N.register( "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner}의 저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["'{filter}'와(과) 일치"], + "Path" : "경로", + "_%n byte_::_%n bytes_" : ["%n바이트"], "Favorited" : "책갈피에 추가됨", "Favorite" : "즐겨찾기", + "{newname} already exists" : "{newname} 항목이 이미 존재함", "Upload" : "업로드", "Text file" : "텍스트 파일", + "New text file.txt" : "새 텍스트 파일.txt", "Folder" : "폴더", "New folder" : "새 폴더", "An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생", @@ -95,6 +99,7 @@ OC.L10N.register( "File handling" : "파일 처리", "Maximum upload size" : "최대 업로드 크기", "max. possible: " : "최대 가능:", + "With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM을 사용하고 있으면 설정 변화가 적용될 때까지 5분 정도 걸릴 수 있습니다.", "Save" : "저장", "Can not be edited from here due to insufficient permissions." : "권한이 부족하므로 여기에서 편집할 수 없습니다.", "Settings" : "설정", |