diff options
| author | 2017-06-08 16:31:15 +0900 | |
|---|---|---|
| committer | 2017-06-08 16:31:15 +0900 | |
| commit | 25cd808c44eb00696ea17029fad8afd7c7b2495f (patch) | |
| tree | 5606c010c60bfdfea44676a87b65758a4a21b9ce /app/i18n/kr/sub.php | |
| parent | 5e796a203649934c278d673be0c7264f3687fe71 (diff) | |
Working on other files
Diffstat (limited to 'app/i18n/kr/sub.php')
| -rw-r--r-- | app/i18n/kr/sub.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index 882d7d4ae..6acc9722c 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -2,42 +2,42 @@ return array( 'category' => array( - '_' => 'Category', + '_' => '카테고리', 'add' => '카테고리 추가', 'empty' => '빈 카테고리', 'new' => '새 카테고리', ), 'feed' => array( 'add' => 'RSS 피드 추가', - 'advanced' => 'Advanced', - 'archiving' => 'Archiving', + 'advanced' => '고급 설정', + 'archiving' => '보관', 'auth' => array( - 'configuration' => 'Login', - 'help' => 'Allows access to HTTP protected RSS feeds', - 'http' => 'HTTP Authentication', - 'password' => 'HTTP password', - 'username' => 'HTTP username', + 'configuration' => '로그인', + 'help' => 'HTTP 접속이 제한되는 RSS 피드에 접근합니다', + 'http' => 'HTTP 인증', + 'password' => 'HTTP 암호', + 'username' => 'HTTP 사용자 이름', ), 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', 'css_path' => 'Articles CSS path on original website', - 'description' => 'Description', - 'empty' => 'This feed is empty. Please verify that it is still maintained.', - 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', - 'in_main_stream' => 'Show in main stream', - 'informations' => 'Information', - 'keep_history' => 'Minimum number of articles to keep', + 'description' => '설명', + 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.', + 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', + 'in_main_stream' => '메인 스트림에 표시하기', + 'informations' => '정보', + 'keep_history' => '최소 유지 글 개수', 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.', 'no_selected' => 'No feed selected.', 'number_entries' => '%d articles', - 'stats' => 'Statistics', + 'stats' => '통계', 'think_to_add' => 'You may add some feeds.', - 'title' => 'Title', + 'title' => '제목', 'title_add' => 'Add a RSS feed', - 'ttl' => 'Do not automatically refresh more often than', - 'url' => 'Feed URL', - 'validator' => 'Check the validity of the feed', - 'website' => 'Website URL', - 'pubsubhubbub' => 'Instant notification with PubSubHubbub', + 'ttl' => '다음 시간이 지나기 전에 새로고침 금지', + 'url' => '피드 URL', + 'validator' => '피드 유효성 검사', + 'website' => '웹사이트 URL', + 'pubsubhubbub' => 'PubSubHubbub을 사용한 즉시 알림', ), 'import_export' => array( 'export' => '내보내기', |
