diff options
| author | 2017-06-09 00:21:30 +0900 | |
|---|---|---|
| committer | 2017-06-09 00:21:30 +0900 | |
| commit | 2eb93f276949fe5b999206c4b8e4e73cd97dc57a (patch) | |
| tree | e4a5b3f86481257de586aa296e01a5ed260377e7 /app/i18n/kr/index.php | |
| parent | 25cd808c44eb00696ea17029fad8afd7c7b2495f (diff) | |
Still working on
Diffstat (limited to 'app/i18n/kr/index.php')
| -rw-r--r-- | app/i18n/kr/index.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php index a6b391098..c61071335 100644 --- a/app/i18n/kr/index.php +++ b/app/i18n/kr/index.php @@ -5,15 +5,15 @@ return array( '_' => '정보', 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', 'bugs_reports' => '버그 제보하기', - 'credits' => 'Credits', - 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', - 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', + 'credits' => '크레딧', + 'credits_content' => 'FreshRSS는 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> 프레임워크를 사용하진 않지만, 일부 디자인 요소를 가져왔습니다. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">아이콘들</a>은 <a href="https://www.gnome.org/">GNOME 프로젝트</a>에서 가져왔습니다. <em>Open Sans</em> 글꼴은 <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>가 제작하였습니다. FreshRSS는 PHP 프레임워크인 <a href="https://github.com/marienfressinaud/MINZ">Minz</a>에 기반하고 있습니다.', + 'freshrss_description' => 'FreshRSS는 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 또는 <a href="http://projet.idleman.fr/leed/">Leed</a>와 같은 셀프 호스팅 기반의 RSS 피드 수집기입니다. FreshRSS는 강력하고 다양한 설정을 할 수 있으면서 도 가볍고 사용하기 쉽습니다.', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github 저장소에 제보</a>', 'license' => '라이센스', 'project_website' => '프로젝트 웹사이트', 'title' => '정보', - 'version' => 'Version', - 'website' => 'Website', + 'version' => '버전', + 'website' => '웹사이트', ), 'feed' => array( 'add' => '피드를 추가하세요.', @@ -35,18 +35,18 @@ return array( 'before_one_day' => '하루 이전', 'before_one_week' => '한 주 이전', 'favorites' => '즐겨찾기 (%s)', - 'global_view' => 'Global view', + 'global_view' => '전체 모드', 'main_stream' => '메인 스트림', 'mark_all_read' => '모두 읽음으로 표시', 'mark_cat_read' => '이 카테고리를 읽음으로 표시', 'mark_feed_read' => 'Mark feed as read', 'newer_first' => '최근 글 먼저', 'non-starred' => '즐겨찾기를 제외하고 표시', - 'normal_view' => 'Normal view', + 'normal_view' => '일반 모드', 'older_first' => '오래된 글 먼저', 'queries' => '사용자 쿼리', 'read' => '읽은 글만 표시', - 'reader_view' => 'Reading view', + 'reader_view' => '읽기 모드', 'rss_view' => 'RSS 피드', 'search_short' => 'Search', 'starred' => '즐겨찾기만 표시', |
