diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index b3cb5958a79..1a37c6a54ea 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -109,8 +109,6 @@ OC.L10N.register( "Create new folder" : "새 폴더 생성", "Upload file" : "파일 업로드", "Recent" : "최근", - "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", - "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Not favorited" : "즐겨찾기에 없음", "Remove from favorites" : "즐겨찾기에서 삭제", "Add to favorites" : "즐겨찾기에 추가", @@ -266,6 +264,8 @@ OC.L10N.register( "Shared with you" : "나와 공유됨", "Deleted shares" : "삭제된 공유", "Pending shares" : "진행중인 공유", + "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", + "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Open folder {name}" : "{name} 폴더 열기", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", "Search for an account" : "계정 검색", |