diff --git a/l10n/ko.js b/l10n/ko.js index 2e5a9ca4b..87b843d00 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -14,6 +14,9 @@ OC.L10N.register( "copy" : "복사", "To do" : "할 일", "Done" : "완료", + "Example Task 3" : "작업 예제 3", + "Example Task 2" : "작업 예제 2", + "Example Task 1" : "작업 예제 1", "The file was uploaded" : "파일을 업로드함", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함", diff --git a/l10n/ko.json b/l10n/ko.json index 07fa47fc6..c0ab8ef8e 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -12,6 +12,9 @@ "copy" : "복사", "To do" : "할 일", "Done" : "완료", + "Example Task 3" : "작업 예제 3", + "Example Task 2" : "작업 예제 2", + "Example Task 1" : "작업 예제 1", "The file was uploaded" : "파일을 업로드함", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함",