diff options
| author | 2022-02-04 15:44:23 +0100 | |
|---|---|---|
| committer | 2022-02-04 15:44:23 +0100 | |
| commit | 8698a0da165c842f20fc0feac9cd79ffddc28662 (patch) | |
| tree | d5d527c5eebb34e6ede123c32af79cc9710e31e7 /app/i18n/ko/conf.php | |
| parent | 5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 (diff) | |
Improvement: Configuration; Reading Section: Options reordered (#4087)
* Reordering - First Draft
* i18n
* Update conf.php
* Update conf.php
* fixed label for attribute
Diffstat (limited to 'app/i18n/ko/conf.php')
| -rw-r--r-- | app/i18n/ko/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index 12a14a020..1c9674d3c 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -130,6 +130,13 @@ return array( 'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시', 'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기', 'display_categories_unfolded' => '다음 카테고리를 펼치기', + 'headline' => array( + 'articles' => 'Articles: Open/Close', // TODO + 'categories' => 'Left navigation: Categories', // TODO + 'mark_as_read' => 'Mark article as read', // TODO + 'misc' => 'Miscellaneous', // TODO + 'view' => 'View', // TODO + ), 'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)', 'img_with_lazyload' => '그림을 불러오는 데에 "lazy load" 모드 사용하기', 'jump_next' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)', |
