diff options
| author | 2019-02-05 23:05:40 +0900 | |
|---|---|---|
| committer | 2019-02-05 15:05:40 +0100 | |
| commit | 3b3accf6ce5d29449ee4d556b6277d92a1830680 (patch) | |
| tree | c734ff8a4857f7e5a8d1d6e9e02184074070f219 /app/i18n/kr/feedback.php | |
| parent | e4224eee2ee8ebc96db34fb70ac225880911477d (diff) | |
i18n Korean (#2242)
Diffstat (limited to 'app/i18n/kr/feedback.php')
| -rw-r--r-- | app/i18n/kr/feedback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php index 550904894..0e31536f8 100644 --- a/app/i18n/kr/feedback.php +++ b/app/i18n/kr/feedback.php @@ -57,8 +57,8 @@ return array( 'sub' => array( 'actualize' => '피드를 가져오는 중입니다', 'articles' => array( - 'marked_read' => 'The selected articles have been marked as read.', //TODO - Translation - 'marked_unread' => 'The articles have been marked as unread.', //TODO - Translation + 'marked_read' => '선택된 글들을 읽음으로 표시하였습니다.', + 'marked_unread' => '선택된 글들을 읽지 않음으로 표시하였습니다.', ), 'category' => array( 'created' => '%s 카테고리가 생성되었습니다.', |
