diff options
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 97acbb9c006..2cf822676cf 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -10,6 +10,16 @@ OC.L10N.register( "No app name specified" : "앱 이름이 지정되지 않았습니다.", "Unknown filetype" : "알 수 없는 파일 형식", "Invalid image" : "잘못된 그림", + "today" : "오늘", + "yesterday" : "어제", + "_%n day ago_::_%n days ago_" : [""], + "last month" : "지난 달", + "_%n month ago_::_%n months ago_" : ["%n달 전 "], + "last year" : "작년", + "_%n year go_::_%n years ago_" : [""], + "_%n hour ago_::_%n hours ago_" : ["%n시간 전 "], + "_%n minute ago_::_%n minutes ago_" : ["%n분 전 "], + "seconds ago" : "초 전", "web services under your control" : "내가 관리하는 웹 서비스", "App directory already exists" : "앱 디렉터리가 이미 존재합니다.", "Can't create app folder. Please fix permissions. %s" : "앱 폴더를 만들 수 없습니다. 권한을 수정하십시오. %s", @@ -47,16 +57,6 @@ OC.L10N.register( "Set an admin password." : "관리자의 암호를 설정합니다.", "%s shared »%s« with you" : "%s 님이 %s을(를) 공유하였습니다", "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다.", - "seconds ago" : "초 전", - "_%n minute ago_::_%n minutes ago_" : ["%n분 전 "], - "_%n hour ago_::_%n hours ago_" : ["%n시간 전 "], - "today" : "오늘", - "yesterday" : "어제", - "_%n day go_::_%n days ago_" : ["%n일 전 "], - "last month" : "지난 달", - "_%n month ago_::_%n months ago_" : ["%n달 전 "], - "last year" : "작년", - "years ago" : "년 전", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "사용자 명에는 다음과 같은 문자만 사용이 가능합니다: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", "A valid password must be provided" : "올바른 암호를 입력해야 함", |