diff options
| author | 2017-06-09 17:25:29 +0900 | |
|---|---|---|
| committer | 2017-06-09 17:25:29 +0900 | |
| commit | 3b8201387d41609d576387e35a9e6784d199dfa9 (patch) | |
| tree | 94efd8ed21922fdcf189db6799613e4867ae9b1a | |
| parent | 2f8faaee1438db5dbd55f784547405124d543df6 (diff) | |
Done conf.php
| -rw-r--r-- | app/i18n/kr/conf.php | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index ba0ad8ea8..e116a6456 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -40,34 +40,34 @@ return array( ), 'query' => array( '_' => '사용자 쿼리', - 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.', + 'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.', 'filter' => '적용된 필터:', - 'get_all' => 'Display all articles', - 'get_category' => 'Display "%s" category', - 'get_favorite' => 'Display favourite articles', - 'get_feed' => 'Display "%s" feed', + 'get_all' => '모든 글 표시', + 'get_category' => '"%s" 카테고리 표시', + 'get_favorite' => '즐겨찾기에 등록된 글 표시', + 'get_feed' => '"%s" 피드 표시', 'no_filter' => '필터가 없습니다', 'none' => '아직 사용자 쿼리를 만들지 않았습니다.', - 'number' => '쿼리 n°%d', - 'order_asc' => 'Display oldest articles first', - 'order_desc' => 'Display newest articles first', - 'search' => 'Search for "%s"', - 'state_0' => 'Display all articles', - 'state_1' => 'Display read articles', - 'state_2' => 'Display unread articles', - 'state_3' => 'Display all articles', - 'state_4' => 'Display favourite articles', - 'state_5' => 'Display read favourite articles', - 'state_6' => 'Display unread favourite articles', - 'state_7' => 'Display favourite articles', - 'state_8' => 'Display not favourite articles', - 'state_9' => 'Display read not favourite articles', - 'state_10' => 'Display unread not favourite articles', - 'state_11' => 'Display not favourite articles', - 'state_12' => 'Display all articles', - 'state_13' => 'Display read articles', - 'state_14' => 'Display unread articles', - 'state_15' => 'Display all articles', + 'number' => '쿼리 #%d', + 'order_asc' => '오래된 글 먼저 표시', + 'order_desc' => '최근 글 먼저 표시', + 'search' => '"%s"의 검색 결과', + 'state_0' => '모든 글 표시', + 'state_1' => '읽은 글 표시', + 'state_2' => '읽지 않은 글 표시', + 'state_3' => '모든 글 표시', + 'state_4' => '즐겨찾기에 등록된 글 표시', + 'state_5' => '즐겨찾기에 등록된 읽은 글 표시', + 'state_6' => '즐겨찾기에 등록된 읽지 않은 글 표시', + 'state_7' => '즐겨찾기에 등록된 글 표시', + 'state_8' => '즐겨찾기에 등록되지 않은 글 표시', + 'state_9' => '즐겨찾기에 등록되지 않고 읽은 글 표시', + 'state_10' => '즐겨찾기에 등록되지 않고 읽지 않은 글 표시', + 'state_11' => '즐겨찾기에 등록되지 않은 글 표시', + 'state_12' => '모든 글 표시', + 'state_13' => '읽은 글 표시', + 'state_14' => '읽지 않은 글 표시', + 'state_15' => '모든 글 표시', 'title' => '사용자 쿼리', ), 'profile' => array( |
